This is an automated email from the git hooks/post-receive script.
tcwg-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-master-arm-eabi-coremark-O2 in repository toolchain/ci/binutils-gdb.
from 1aa9981f1c Automatic date update in version.in adds e8b2f0d952 Use const more in c-lang.c adds 0fa0fc8539 x86: Ignore CS/DS/ES/SS segment-override prefixes in 64-bit mode adds 2c5b1849a6 gdb: fix comment in arm-tdep.c adds 749065b7a7 Add use of const in opencl-lang.c adds 758cb81029 Use "bool" in fetch_inferior_event adds 9dd02fc063 gdb: add tab completion of type field names for Fortran adds 0eb994e572 Automatic date update in version.in adds 2c947d9bc2 gdb/configure: Add --with-libgmp-prefix option adds 1b4ac058f7 gdb: Make GMP a required dependency for building GDB adds b34c74ab9a gmp-utils: New API to simply use of GMP's integer/rational/f [...] adds e55c6530db Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it public adds 0958441403 Add support for printing value of DWARF-based fixed-point ty [...] adds b26daff97c fix printing of DWARF fixed-point type objects with format modifier adds 0c9150e4de Add ptype support for DWARF-based fixed-point types adds 0a12719e51 Add support for fixed-point type arithmetic adds b74dbc2093 Add support for fixed-point type comparison operators adds 5778e0dd5d Automatic date update in version.in adds 315d05eb3f ld: Fix the tls_ie-01 test for arc adds 10c9f4e584 Update the Spanish translation for the ld/ subdirectory. adds 2b3cb4006a Fix frame cycle detection adds 119e99bb7f Update gdb.dwarf2/data-loc.exp adds 1bbda94fe0 arm: Add support for Cortex-A78C adds e64441b14c aarch64: Extract Condition flag manipulation feature from Armv8.4-A adds 3f4ff0886f aarch64: Add +pauth flag for Pointer Authentication feature adds 0bfc584f66 Automatic date update in version.in adds 037d7135de gdb: improve command completion for 'print', 'x', and 'display' adds c72e313608 gdb/testsuite: prevent timeout in gdb.gdb/unittest.exp adds 6f2643dbd2 gdb/arc: fix print_one_insn selftest adds 7cc340055d PR26882, --enable-textrel-check=warning test failures on powerpc adds f1e05b1978 [GOLD] fix jump to long branch on powerpc adds 4e0e019fa8 [GOLD] powerpc incremental-dump assertion failure adds 0833984dda Place the libdeps record in the second archive slot. adds 811bdca093 Fix gdb.trace testcase build failures with Clang adds 3d955acb36 When reading string arguments for the assembler's string dir [...] adds 584903d3f5 gdb: make get_array_bounds return bool adds 632de67bdb Automatic date update in version.in adds 40d9d2fd79 gdb/ChangeLog: fix typo in an entry from 2020-11-15 (gmp-utils.c) adds 99fabbc973 Support SHF_GNU_RETAIN ELF section flag adds 058430b4a1 Re: Stop Gas from generating line info or address ranges adds e4d9e5422f PowerPC paranioa testing of symbol merging involving comdat groups adds 5d8254e185 [gdb/build] Fix -Werror=bool-compare warning in update_stati [...] adds 6b6a3e057e Fix Windows-target testing in mi_gdb_file_cmd adds cf144ec890 gdb/testsuite: use unresolved in mi_run_cmd_full adds 7cb2893dfa gdb/testsuite: gdb.mi/mi-nonstop-exit.exp: enable non-stop u [...] adds c44191f8e3 [gdb] Improve early exits for env var in debuginfod-support.c adds 5b7d45d32a Squash coverity warning for REVERSE_INULL in dump_note_entry_p adds 6266b411ce Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 18 + bfd/cpu-arm.c | 1 + bfd/elf-bfd.h | 9 +- bfd/elf.c | 21 +- bfd/elflink.c | 12 +- bfd/version.h | 2 +- binutils/ChangeLog | 21 + binutils/NEWS | 4 + binutils/ar.c | 19 +- binutils/readelf.c | 53 +- .../testsuite/binutils-all/readelf-maskos-1a.d | 10 + .../testsuite/binutils-all/readelf-maskos-1b.d | 12 + binutils/testsuite/binutils-all/readelf-maskos.s | 11 + binutils/testsuite/binutils-all/readelf.exp | 9 +- binutils/testsuite/binutils-all/retain1.s | 104 + binutils/testsuite/binutils-all/retain1a.d | 18 + binutils/testsuite/binutils-all/retain1b.d | 46 + binutils/testsuite/lib/binutils-common.exp | 5 +- gas/ChangeLog | 95 + gas/NEWS | 12 +- gas/config/obj-elf.c | 80 +- gas/config/tc-aarch64.c | 4 + gas/config/tc-arm.c | 3 + gas/doc/as.texi | 21 +- gas/doc/c-aarch64.texi | 8 + gas/doc/c-arm.texi | 1 + gas/dwarf2dbg.c | 16 +- gas/frags.c | 42 + gas/frags.h | 2 + gas/read.c | 51 +- gas/testsuite/gas/aarch64/flagm.d | 16 + gas/testsuite/gas/aarch64/flagm.s | 16 + gas/testsuite/gas/aarch64/pac-feat.d | 74 + gas/testsuite/gas/aarch64/pac-feat.s | 79 + gas/testsuite/gas/all/asciz.d | 10 + gas/testsuite/gas/all/asciz.s | 2 + gas/testsuite/gas/all/gas.exp | 1 + gas/testsuite/gas/arm/cpu-cortex-a78c.d | 6 + gas/testsuite/gas/elf/dwarf2-20.d | 8 +- gas/testsuite/gas/elf/dwarf2-20.s | 10 +- gas/testsuite/gas/elf/elf.exp | 6 +- gas/testsuite/gas/elf/section10.d | 4 +- gas/testsuite/gas/elf/section10.s | 4 +- gas/testsuite/gas/elf/section22.d | 19 + gas/testsuite/gas/elf/section22.s | 34 + gas/testsuite/gas/elf/section23.s | 11 + gas/testsuite/gas/elf/section23a.d | 10 + gas/testsuite/gas/elf/section23b.d | 6 + gas/testsuite/gas/elf/section23b.err | 2 + gas/testsuite/gas/elf/section24.s | 38 + gas/testsuite/gas/elf/section24a.d | 17 + gas/testsuite/gas/elf/section24b.d | 10 + gas/testsuite/gas/i386/ilp32/x86-64-nops-1-core2.d | 12 +- gas/testsuite/gas/i386/ilp32/x86-64-nops-1-k8.d | 12 +- gas/testsuite/gas/i386/ilp32/x86-64-nops-1.d | 12 +- gas/testsuite/gas/i386/ilp32/x86-64-nops-2.d | 14 +- gas/testsuite/gas/i386/ilp32/x86-64-nops-3.d | 6 +- gas/testsuite/gas/i386/ilp32/x86-64-nops-4-core2.d | 54 +- gas/testsuite/gas/i386/ilp32/x86-64-nops-4-k8.d | 54 +- gas/testsuite/gas/i386/ilp32/x86-64-nops-4.d | 54 +- gas/testsuite/gas/i386/ilp32/x86-64-nops-5-k8.d | 16 +- gas/testsuite/gas/i386/ilp32/x86-64-nops-5.d | 16 +- gas/testsuite/gas/i386/ilp32/x86-64-nops.d | 2 +- gas/testsuite/gas/i386/x86-64-align-branch-1a.d | 4 +- gas/testsuite/gas/i386/x86-64-align-branch-1b.d | 4 +- gas/testsuite/gas/i386/x86-64-align-branch-1c.d | 4 +- gas/testsuite/gas/i386/x86-64-align-branch-1d.d | 2 +- gas/testsuite/gas/i386/x86-64-align-branch-1g.d | 4 +- gas/testsuite/gas/i386/x86-64-align-branch-2c.d | 4 +- gas/testsuite/gas/i386/x86-64-align-branch-6.d | 10 +- gas/testsuite/gas/i386/x86-64-align-branch-7.d | 2 +- gas/testsuite/gas/i386/x86-64-align-branch-8.d | 2 +- gas/testsuite/gas/i386/x86-64-nop-1.d | 28 +- gas/testsuite/gas/i386/x86-64-nops-1-core2.d | 12 +- gas/testsuite/gas/i386/x86-64-nops-1-g64.d | 12 +- gas/testsuite/gas/i386/x86-64-nops-1-k8.d | 12 +- gas/testsuite/gas/i386/x86-64-nops-1.d | 12 +- gas/testsuite/gas/i386/x86-64-nops-2.d | 14 +- gas/testsuite/gas/i386/x86-64-nops-3.d | 6 +- gas/testsuite/gas/i386/x86-64-nops-4-core2.d | 54 +- gas/testsuite/gas/i386/x86-64-nops-4-k8.d | 54 +- gas/testsuite/gas/i386/x86-64-nops-4.d | 54 +- gas/testsuite/gas/i386/x86-64-nops-5-k8.d | 16 +- gas/testsuite/gas/i386/x86-64-nops-5.d | 16 +- gas/testsuite/gas/i386/x86-64-nops-7.d | 172 +- gas/testsuite/gas/i386/x86-64-nops.d | 2 +- gas/testsuite/gas/i386/x86-64-segovr.d | 32 +- gas/testsuite/gas/m68hc11/indexed12.d | 4 + gdb/ChangeLog | 166 + gdb/Makefile.in | 8 +- gdb/ada-typeprint.c | 6 + gdb/ada-valprint.c | 3 + gdb/arc-linux-tdep.c | 1 + gdb/arc-tdep.c | 1 + gdb/arm-tdep.c | 3 +- gdb/c-lang.c | 28 +- gdb/c-typeprint.c | 6 + gdb/compile/compile-c-types.c | 2 +- gdb/compile/compile-cplus-types.c | 2 +- gdb/config.in | 3 + gdb/configure | 491 +++ gdb/configure.ac | 8 + gdb/debuginfod-support.c | 6 +- gdb/disasm-selftests.c | 10 +- gdb/dwarf2/read.c | 211 ++ gdb/eval.c | 3 + gdb/f-exp.y | 51 +- gdb/frame.c | 27 +- gdb/gdb-gdb.py.in | 5 + gdb/gdbtypes.c | 150 +- gdb/gdbtypes.h | 64 +- gdb/gmp-utils.c | 172 + gdb/gmp-utils.h | 282 ++ gdb/infrun.c | 2 +- gdb/inline-frame.c | 3 +- gdb/linux-tdep.c | 2 +- gdb/opencl-lang.c | 4 +- gdb/p-typeprint.c | 2 + gdb/printcmd.c | 84 +- gdb/testsuite/ChangeLog | 74 + gdb/testsuite/gdb.ada/fixed_cmp.exp | 34 +- gdb/testsuite/gdb.ada/fixed_points.exp | 47 + .../gdb.ada/fixed_points/fixed_points.adb | 4 + gdb/testsuite/gdb.ada/fixed_points/pck.adb | 22 + gdb/testsuite/gdb.ada/fixed_points/pck.ads | 30 + gdb/testsuite/gdb.base/completion.exp | 29 + gdb/testsuite/gdb.dwarf2/data-loc.exp | 49 +- gdb/testsuite/gdb.dwarf2/dw2-fixed-point.c | 56 + gdb/testsuite/gdb.dwarf2/dw2-fixed-point.exp | 308 ++ gdb/testsuite/gdb.fortran/completion.exp | 46 + gdb/testsuite/gdb.fortran/completion.f90 | 26 + gdb/testsuite/gdb.gdb/unittest.exp | 7 + gdb/testsuite/gdb.mi/mi-nonstop-exit.exp | 6 +- gdb/testsuite/gdb.mi/mi-ns-stale-regcache.exp | 6 +- gdb/testsuite/gdb.mi/mi-nsintrall.exp | 6 +- gdb/testsuite/gdb.mi/mi-nsmoribund.exp | 6 +- gdb/testsuite/gdb.mi/mi-nsthrexec.exp | 6 +- gdb/testsuite/gdb.mi/mi-watch-nonstop.exp | 6 +- gdb/testsuite/gdb.trace/trace-common.h | 2 +- gdb/testsuite/lib/mi-support.exp | 11 +- gdb/typeprint.c | 12 + gdb/typeprint.h | 5 + gdb/unittests/gmp-utils-selftests.c | 460 +++ gdb/utils.c | 30 + gdb/utils.h | 7 + gdb/valarith.c | 137 +- gdb/valops.c | 74 +- gdb/valprint.c | 33 + gdb/value.c | 14 + gold/ChangeLog | 15 + gold/powerpc.cc | 22 +- include/ChangeLog | 10 + include/elf/common.h | 1 + include/opcode/aarch64.h | 4 +- ld/ChangeLog | 62 + ld/NEWS | 4 + ld/ld.texi | 7 + ld/po/es.po | 3808 +++++++++++--------- ld/testsuite/ld-arc/tls_ie-01.d | 11 +- ld/testsuite/ld-elf/elf.exp | 10 + ld/testsuite/ld-elf/retain1.s | 104 + ld/testsuite/ld-elf/retain1a.d | 27 + ld/testsuite/ld-elf/retain1b.d | 10 + ld/testsuite/ld-elf/retain2.d | 5 + ld/testsuite/ld-elf/retain2.ld | 7 + ld/testsuite/ld-elf/retain2.map | 32 + ld/testsuite/ld-elf/retain3.d | 11 + ld/testsuite/ld-elf/retain3.s | 19 + ld/testsuite/ld-elf/retain4.d | 9 + ld/testsuite/ld-elf/retain4.s | 13 + ld/testsuite/ld-elf/retain5.d | 11 + ld/testsuite/ld-elf/retain5.map | 5 + ld/testsuite/ld-elf/retain5lib.s | 6 + ld/testsuite/ld-elf/retain5main.s | 5 + ld/testsuite/ld-elf/retain6a.d | 13 + ld/testsuite/ld-elf/retain6b.d | 10 + ld/testsuite/ld-elf/retain6lib.s | 17 + ld/testsuite/ld-elf/retain6main.s | 13 + ld/testsuite/ld-powerpc/dotsym3.d | 2 +- ld/testsuite/ld-powerpc/dotsym4.d | 2 +- ld/testsuite/ld-powerpc/group1.d | 14 + ld/testsuite/ld-powerpc/group1.s | 10 + ld/testsuite/ld-powerpc/group1.sym | 3 + ld/testsuite/ld-powerpc/group2.d | 13 + ld/testsuite/ld-powerpc/group2.s | 9 + ld/testsuite/ld-powerpc/group2.sym | 3 + ld/testsuite/ld-powerpc/group3.s | 9 + ld/testsuite/ld-powerpc/group3.sym | 3 + ld/testsuite/ld-powerpc/powerpc.exp | 17 +- ld/testsuite/ld-powerpc/ppc476-shared.d | 2 +- ld/testsuite/ld-powerpc/ppc476-shared2.d | 2 +- ld/testsuite/ld-undefined/weak-fundef.s | 3 + ld/testsuite/ld-undefined/weak-undef.exp | 3 +- ld/testsuite/ld-x86-64/align-branch-1.d | 2 +- ld/testsuite/ld-x86-64/pe-x86-64-4.od | 2 +- ld/testsuite/ld-x86-64/tlsld3.dd | 2 +- ld/testsuite/ld-x86-64/tlsld4.dd | 2 +- opcodes/ChangeLog | 14 + opcodes/aarch64-tbl.h | 13 +- opcodes/i386-dis.c | 25 +- 200 files changed, 7197 insertions(+), 2469 deletions(-) create mode 100644 binutils/testsuite/binutils-all/readelf-maskos-1a.d create mode 100644 binutils/testsuite/binutils-all/readelf-maskos-1b.d create mode 100644 binutils/testsuite/binutils-all/readelf-maskos.s create mode 100644 binutils/testsuite/binutils-all/retain1.s create mode 100644 binutils/testsuite/binutils-all/retain1a.d create mode 100644 binutils/testsuite/binutils-all/retain1b.d create mode 100644 gas/testsuite/gas/aarch64/flagm.d create mode 100644 gas/testsuite/gas/aarch64/flagm.s create mode 100644 gas/testsuite/gas/aarch64/pac-feat.d create mode 100644 gas/testsuite/gas/aarch64/pac-feat.s create mode 100644 gas/testsuite/gas/all/asciz.d create mode 100644 gas/testsuite/gas/all/asciz.s create mode 100644 gas/testsuite/gas/arm/cpu-cortex-a78c.d create mode 100644 gas/testsuite/gas/elf/section22.d create mode 100644 gas/testsuite/gas/elf/section22.s create mode 100644 gas/testsuite/gas/elf/section23.s create mode 100644 gas/testsuite/gas/elf/section23a.d create mode 100644 gas/testsuite/gas/elf/section23b.d create mode 100644 gas/testsuite/gas/elf/section23b.err create mode 100644 gas/testsuite/gas/elf/section24.s create mode 100644 gas/testsuite/gas/elf/section24a.d create mode 100644 gas/testsuite/gas/elf/section24b.d create mode 100644 gdb/gmp-utils.c create mode 100644 gdb/gmp-utils.h create mode 100644 gdb/testsuite/gdb.ada/fixed_points/pck.adb create mode 100644 gdb/testsuite/gdb.ada/fixed_points/pck.ads create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-fixed-point.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-fixed-point.exp create mode 100644 gdb/testsuite/gdb.fortran/completion.exp create mode 100644 gdb/testsuite/gdb.fortran/completion.f90 create mode 100644 gdb/unittests/gmp-utils-selftests.c create mode 100644 ld/testsuite/ld-elf/retain1.s create mode 100644 ld/testsuite/ld-elf/retain1a.d create mode 100644 ld/testsuite/ld-elf/retain1b.d create mode 100644 ld/testsuite/ld-elf/retain2.d create mode 100644 ld/testsuite/ld-elf/retain2.ld create mode 100644 ld/testsuite/ld-elf/retain2.map create mode 100644 ld/testsuite/ld-elf/retain3.d create mode 100644 ld/testsuite/ld-elf/retain3.s create mode 100644 ld/testsuite/ld-elf/retain4.d create mode 100644 ld/testsuite/ld-elf/retain4.s create mode 100644 ld/testsuite/ld-elf/retain5.d create mode 100644 ld/testsuite/ld-elf/retain5.map create mode 100644 ld/testsuite/ld-elf/retain5lib.s create mode 100644 ld/testsuite/ld-elf/retain5main.s create mode 100644 ld/testsuite/ld-elf/retain6a.d create mode 100644 ld/testsuite/ld-elf/retain6b.d create mode 100644 ld/testsuite/ld-elf/retain6lib.s create mode 100644 ld/testsuite/ld-elf/retain6main.s create mode 100644 ld/testsuite/ld-powerpc/group1.d create mode 100644 ld/testsuite/ld-powerpc/group1.s create mode 100644 ld/testsuite/ld-powerpc/group1.sym create mode 100644 ld/testsuite/ld-powerpc/group2.d create mode 100644 ld/testsuite/ld-powerpc/group2.s create mode 100644 ld/testsuite/ld-powerpc/group2.sym create mode 100644 ld/testsuite/ld-powerpc/group3.s create mode 100644 ld/testsuite/ld-powerpc/group3.sym