This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from 62e0492f57 Prevent a seg-fault from objdup when disassembling binaries [...] adds 6fbc939cfd Remove the ldmx mnemonic that never made it into POWER9. adds a0e44ef56c Add missing ChangeLog entries adds 6ce26ac7c3 cpu/or1k: Add support for orfp64a32 spec adds d3ad6278d6 cpu/or1k: Define unordered comparisons adds eb212c84a1 cpu/or1k: Document no branch delay slot architectures and l.adrp adds a2e4218f23 cpu/or1k: Update fpu compare symbols to imply set flag adds e4c4ac46e8 opcodes/or1k: Regenerate opcodes adds 00b56dbe70 Fix latent bug in custom word point completion handling adds 3844e605e6 Fix latent bug with custom word point completers adds b9a3f8429b Fix TID parser bug adds cbba3ecd36 Make check_for_argument skip whitespace after arg itself adds 93bcb04349 Allow "unlimited" abbreviations adds 48c410fb70 Fix "set enum-command value junk" adds 597bf39df9 Remove "show" command completers, "set" command completers f [...] adds ccf46844d3 gdb.base/completion.exp: Fix comment typo adds dca0f6c0a4 New set/show testing framework (gdb.base/settings.exp) adds dee7b4c83a boolean/auto-boolean commands, make "o" ambiguous adds 2c722807a7 number_or_range_parser::get_number, don't treat "1 -" as a range adds 9d0faba9f5 Introduce generic command options framework adds 7d8062de98 Make "print" and "compile print" support -OPT options adds e6ed716cd5 Migrate rest of compile commands to new options framework adds 2daf894ed0 "set print raw frame-arguments" -> "set print raw-frame-arguments" adds d4c16835ca Make "backtrace" support -OPT options adds 90a1ef8762 "backtrace full/no-filters/hide" completer adds e2a689da55 lib/completion-support.exp: Add test_gdb_completion_offers_commands adds 272d459434 Introduce complete_nested_command_line adds 5d7071341d Make "frame apply" support -OPT options adds f7e13587ea "thread apply 1 -- -" vs "frame apply level 0 -- -" adds 6665660a41 Make "thread apply" use the gdb::option framework adds 6206060d9b Delete parse_flags/parse_flags_qcs adds 3345721af1 NEWS and manual changes for command options changes adds e41d1c49a1 Automatic date update in version.in adds 66eb1ed388 Fix gdb build with -std=gnu++11 adds 7ccbb4437a sim/or1k: Regenerate sim adds 688cea90bc sim/common: Wire in df/di conversion adds f1cc84f594 sim/common: wire up new unordered comparisons adds b4f9e00346 sim/testsuite/or1k: Add test for 64-bit fpu operations adds 3c83b496d4 sim/testsuite/or1k: Add test case for l.adrp instruction adds 57a63d27dc sim/testsuite/or1k: Add tests for unordered compares
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- cpu/ChangeLog | 56 ++ cpu/or1k.cpu | 21 +- cpu/or1k.opc | 92 ++ cpu/or1kcommon.cpu | 113 ++- cpu/or1korbis.cpu | 3 +- cpu/or1korfpx.cpu | 214 +++- gas/ChangeLog | 5 + gas/testsuite/gas/ppc/power9.d | 2 - gas/testsuite/gas/ppc/power9.s | 2 - gdb/ChangeLog | 301 ++++++ gdb/Makefile.in | 3 + gdb/NEWS | 102 ++ gdb/ax-gdb.c | 2 - gdb/breakpoint.c | 5 +- gdb/cli/cli-cmds.c | 3 - gdb/cli/cli-decode.c | 27 +- gdb/cli/cli-decode.h | 4 + gdb/cli/cli-option.c | 724 +++++++++++++ gdb/cli/cli-option.h | 335 ++++++ gdb/cli/cli-setshow.c | 289 +++--- gdb/cli/cli-setshow.h | 27 + gdb/cli/cli-utils.c | 124 +-- gdb/cli/cli-utils.h | 62 +- gdb/command.h | 19 +- gdb/compile/compile.c | 215 ++-- gdb/completer.c | 84 +- gdb/completer.h | 21 +- gdb/cp-valprint.c | 57 -- gdb/doc/ChangeLog | 27 + gdb/doc/gdb.texinfo | 344 ++++++- gdb/frame.c | 84 +- gdb/frame.h | 55 +- gdb/maint-test-options.c | 461 +++++++++ gdb/maint-test-settings.c | 257 +++++ gdb/mi/mi-cmd-stack.c | 23 +- gdb/printcmd.c | 94 +- gdb/python/py-framefilter.c | 3 +- gdb/stack.c | 620 +++++++++--- gdb/stack.h | 5 + gdb/testsuite/ChangeLog | 69 ++ gdb/testsuite/gdb.base/completion.exp | 2 +- gdb/testsuite/gdb.base/options.c | 33 + gdb/testsuite/gdb.base/options.exp | 923 +++++++++++++++++ gdb/testsuite/gdb.base/settings.c | 23 + gdb/testsuite/gdb.base/settings.exp | 545 ++++++++++ gdb/testsuite/gdb.compile/compile.exp | 15 +- gdb/testsuite/gdb.guile/scm-frame-args.exp | 4 +- gdb/testsuite/gdb.multi/tids.exp | 16 +- gdb/testsuite/gdb.python/py-frame-args.exp | 4 +- gdb/testsuite/lib/completion-support.exp | 66 +- gdb/thread.c | 285 ++++-- gdb/tid-parse.c | 16 +- gdb/tid-parse.h | 3 + gdb/unittests/cli-utils-selftests.c | 133 --- gdb/valprint.c | 280 ++++-- gdb/valprint.h | 20 +- opcodes/ChangeLog | 15 + opcodes/or1k-asm.c | 72 +- opcodes/or1k-desc.c | 309 +++++- opcodes/or1k-desc.h | 341 ++++--- opcodes/or1k-dis.c | 43 +- opcodes/or1k-ibld.c | 234 ++++- opcodes/or1k-opc.c | 319 +++++- opcodes/or1k-opc.h | 39 +- opcodes/or1k-opinst.c | 100 +- opcodes/ppc-opc.c | 2 - sim/ChangeLog | 10 + sim/common/ChangeLog | 11 + sim/common/cgen-accfp.c | 49 + sim/common/cgen-fpu.h | 2 + sim/or1k/arch.c | 2 +- sim/or1k/arch.h | 2 +- sim/or1k/cpu.c | 78 +- sim/or1k/cpu.h | 174 +++- sim/or1k/cpuall.h | 2 +- sim/or1k/decode.c | 568 +++++++++-- sim/or1k/decode.h | 21 +- sim/or1k/model.c | 1456 ++++++++++++++++++++++----- sim/or1k/sem-switch.c | 602 ++++++++++- sim/or1k/sem.c | 672 ++++++++++++- sim/testsuite/sim/or1k/ChangeLog | 13 + sim/testsuite/sim/or1k/adrp.S | 73 ++ sim/testsuite/sim/or1k/fpu-unordered.S | 97 ++ sim/testsuite/sim/or1k/fpu64a32-unordered.S | 100 ++ sim/testsuite/sim/or1k/fpu64a32.S | 172 ++++ 86 files changed, 11253 insertions(+), 1649 deletions(-) create mode 100644 gdb/cli/cli-option.c create mode 100644 gdb/cli/cli-option.h create mode 100644 gdb/maint-test-options.c create mode 100644 gdb/maint-test-settings.c create mode 100644 gdb/testsuite/gdb.base/options.c create mode 100644 gdb/testsuite/gdb.base/options.exp create mode 100644 gdb/testsuite/gdb.base/settings.c create mode 100644 gdb/testsuite/gdb.base/settings.exp create mode 100644 sim/testsuite/sim/or1k/adrp.S create mode 100644 sim/testsuite/sim/or1k/fpu-unordered.S create mode 100644 sim/testsuite/sim/or1k/fpu64a32-unordered.S create mode 100644 sim/testsuite/sim/or1k/fpu64a32.S