aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2015-12-14 09:24:04 +0100
committerJan Beulich <jbeulich@suse.com>2015-12-14 09:24:04 +0100
commit552e55ed06b1e68dfde4fbf3dc0dbd9f43f92108 (patch)
treeafb7e77a6a0b0a38f912d4c4df08ad8b90d8cfa0 /binutils/ChangeLog
parent365f51be4900322d3c833183083ff359f4b93db6 (diff)
downloadgdb-552e55ed06b1e68dfde4fbf3dc0dbd9f43f92108.zip
gdb-552e55ed06b1e68dfde4fbf3dc0dbd9f43f92108.tar.gz
gdb-552e55ed06b1e68dfde4fbf3dc0dbd9f43f92108.tar.bz2
nm: basic COFF symbol type support for SysV-style symbol table dumping
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 02e3683..5db9eac 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,14 @@
+2015-12-14 Jan Beulich <jbeulich@suse.com>
+
+ * nm.c: Include coff/external.h, coff/internal.h, and
+ libcoff.h.
+ (struct extended_symbol_info): New field "coffinfo".
+ (get_symbol_type): Rename to get_elf_symbol_type.
+ (get_coff_symbol_type): New.
+ (print_symbol): Also init info.coffinfo.
+ (print_symbol_info_sysv): Print type and section name also for
+ COFF symbols.
+
2015-12-08 Nick Clifton <nickc@redhat.com>
PR binutils/19310