aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1993-05-21 21:09:02 +0000
committerDavid MacKenzie <djm@cygnus>1993-05-21 21:09:02 +0000
commitc881d68721f787f06548e63c2c70a85cf589fefc (patch)
treeaa70fa55a0109d2dff3f85f8312e8afa73208187 /bfd
parent93b4f01814360ca78460944b64eedd721cc31832 (diff)
downloadgdb-c881d68721f787f06548e63c2c70a85cf589fefc.zip
gdb-c881d68721f787f06548e63c2c70a85cf589fefc.tar.gz
gdb-c881d68721f787f06548e63c2c70a85cf589fefc.tar.bz2
Move printing from bfd to nm.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 32cd722..aaa6a33 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,25 @@
+Fri May 21 13:44:18 1993 David J. Mackenzie (djm@rtl.cygnus.com)
+
+ * aix386-core.c, aout-target.h, aoutx.h, coff-alpha.c,
+ coff-mips.c, coffgen.c, elf32.c, ieee.c, libaout.h, libcoff-in.h,
+ libelf.h, mipsbsd.c, oasys.c, sco-core.c, srec.c, tekhex.c,
+ trad-core.c: Define a TARGET_get_symbol_info function or macro.
+ Remove the bfd_print_symbol_nm case from TARGET_print_symbol.
+
+ * bfd-in.h: Don't define bfd_print_symbol_nm.
+ Define symbol_info type.
+ (JUMP_TABLE): Set _get_symbol_info element.
+
+ * syms.c (coff_section_type, bfd_symbol_info): New functions.
+ (bfd_decode_symclass): Use coff_section_type.
+
+ * targets.c: Add bfd_get_symbol_info call.
+
+Wed May 19 15:30:52 1993 Stu Grossman (grossman@cygnus.com)
+
+ * coff-i386.c (coff_i386_reloc): Use unsigned char to avoid
+ complaints from ancient gcc's.
+
Wed May 19 15:51:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* trad-core.c: Check macro TRAD_CORE_EXTRA_SIZE_ALLOWED.