This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from ca87bad0e90 Automatic date update in version.in new dc83f2d20e9 Split relocation defines out of coff/internal.h new 270f32fc50b ld-gc tests on underscore targets new 5789f845fbf --gc-sections with groups and start/stop syms new fd5c076a06d PR27493, objcopy --weaken-symbol does not weaken undefined symbols
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/ChangeLog | 11 ++++ bfd/elflink.c | 8 ++- bfd/reloc.c | 2 +- binutils/ChangeLog | 6 ++ binutils/NEWS | 3 + binutils/objcopy.c | 3 +- include/ChangeLog | 10 +++ include/coff/i386.h | 11 ++++ include/coff/internal.h | 142 ------------------------------------------ include/coff/ti.h | 22 ++++--- include/coff/x86_64.h | 29 +++++++++ include/coff/z80.h | 16 +++++ include/coff/z8k.h | 11 ++++ ld/ChangeLog | 25 ++++++++ ld/ldlang.c | 21 ++++++- ld/testsuite/ld-gc/abi-note.d | 1 - ld/testsuite/ld-gc/gc.exp | 20 ++++-- ld/testsuite/ld-gc/pr19167.d | 3 +- ld/testsuite/ld-gc/pr19167a.s | 4 ++ ld/testsuite/ld-gc/start.d | 5 +- ld/testsuite/ld-gc/start.s | 6 +- ld/testsuite/ld-gc/start2.d | 6 +- ld/testsuite/ld-gc/start2.s | 7 ++- ld/testsuite/ld-gc/start3.d | 9 +++ ld/testsuite/ld-gc/start3.s | 29 +++++++++ ld/testsuite/ld-gc/start4.d | 9 +++ ld/testsuite/ld-gc/start4.s | 19 ++++++ ld/testsuite/ld-gc/stop.d | 3 +- 28 files changed, 268 insertions(+), 173 deletions(-) create mode 100644 ld/testsuite/ld-gc/start3.d create mode 100644 ld/testsuite/ld-gc/start3.s create mode 100644 ld/testsuite/ld-gc/start4.d create mode 100644 ld/testsuite/ld-gc/start4.s