This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/marxin/startswith-v2 in repository binutils-gdb.
discards e973258878f Use startswith in gdb subfolder. discards 6e235b667ff Remove strneq macro and use startswith. discards 90b014935d4 Use startswith in gas subfolder. discards 556e10ee953 Use startswith more for strncmp function calls. discards fc4fd4b0301 Replace const_strneq with startswith. discards eb7702fdec1 Add str-util.h. adds 3f49d080599 Add some error checking to DWARF assembler adds 3570682a2c1 Fix typo in dwarf2/stringify.h adds 1cb108e416e PR27675, PowerPC missing extended mnemonic mfummcr2 adds 24b6dd1ecf7 Automatic date update in version.in adds af82f89db0f Remove two trivial functions from dwarf2/read.c adds 733f5eea6bd Use startswith in gdb subfolder. new 639155da664 Replace const_strneq with startswith. new 5cd32c29f6f Use startswith more for strncmp function calls. new aa79aca0740 Use startswith in gas subfolder. new fe53efcc804 Remove strneq macro and use startswith.
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (e973258878f) \ N -- N -- N refs/heads/users/marxin/startswith-v2 (fe53efcc804)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/bfd-in.h | 8 +++++ bfd/bfd-in2.h | 8 +++++ bfd/elf-bfd.h | 1 - bfd/sysdep.h | 2 -- bfd/version.h | 2 +- binutils/sysdep.h | 2 -- gas/as.h | 2 -- gdb/ChangeLog | 19 ++++++++++ gdb/dwarf2/read.c | 45 ++++++------------------ gdb/dwarf2/stringify.h | 2 +- gdb/testsuite/ChangeLog | 5 +++ gdb/testsuite/lib/dwarf.exp | 85 +++++++++++++++++++++++++++------------------ gdbsupport/common-utils.h | 2 -- include/str-util.h | 27 -------------- ld/sysdep.h | 2 -- opcodes/ChangeLog | 5 +++ opcodes/ppc-opc.c | 2 ++ opcodes/sysdep.h | 2 -- 18 files changed, 111 insertions(+), 110 deletions(-) delete mode 100644 include/str-util.h