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 50491ef1d39 gprofng: Remove duplicate symbols new 6fe5e01b131 nm: also retrieve size for COFF function symbols new e71f5f09ce7 nm: fall back to heuristic when ELF symbol has zero size new 0b4a7d8c8a0 bfd/COFF: drop link_add_one_symbol() hook
The 3 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-in2.h | 12 ++++++++++ bfd/coff-alpha.c | 2 +- bfd/coff-arm.c | 12 +++++----- bfd/coff-mips.c | 2 +- bfd/coff-rs6000.c | 2 -- bfd/coff-sh.c | 2 +- bfd/coff64-rs6000.c | 2 -- bfd/coffcode.h | 21 ++++------------- bfd/cofflink.c | 2 +- bfd/libbfd-in.h | 6 ----- bfd/libbfd.h | 6 ----- bfd/libcoff.h | 9 -------- bfd/linker.c | 20 +++++++++++++++- binutils/nm.c | 29 +++++++++++++++++++----- binutils/testsuite/binutils-all/nm-coff-1.s | 26 +++++++++++++++++++++ binutils/testsuite/binutils-all/nm-coff-sdef-1.s | 26 +++++++++++++++++++++ binutils/testsuite/binutils-all/nm.exp | 6 +++++ gas/config/obj-coff.c | 4 ++-- ld/pe-dll.c | 6 ++--- 19 files changed, 131 insertions(+), 64 deletions(-) create mode 100644 binutils/testsuite/binutils-all/nm-coff-1.s create mode 100644 binutils/testsuite/binutils-all/nm-coff-sdef-1.s