Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 22 Jul 1998 22:02:02 +0000 (22:02 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 22 Jul 1998 22:02:02 +0000 (22:02 +0000)
bfd/ChangeLog
binutils/ChangeLog
include/elf/ChangeLog

index e45f1fc..1d820df 100644 (file)
@@ -1,8 +1,14 @@
+1998-07-22 14:57  Ulrich Drepper  <drepper@cygnus.com>
+
+       * elf-m10300.c: Let ELF header now define the macros to get the enum.
+       * elf32-mips.c: Likewise.
+       * elf32-ppc.c: Likewise.
+
 Wed Jul 22 13:53:52 1998  Nick Clifton  <nickc@cygnus.com>
 
        * bfd-in2.h: Change type of 'class' parameter to 'unsigned int' in
        bfd_coff_set_symbol_class(), in order to avoid K&R compatability
-       prblems. 
+       prblems.
        * bfd-in.h: Regenerate.
        * coffgen.c (bfd_coff_set_symbol_class): Change type of 'class'
        parameter to 'unsigned int' to avoid K&R compatability problems.
index 5f8fe58..e5d9e20 100644 (file)
@@ -1,3 +1,9 @@
+1998-07-22 14:58  Ulrich Drepper  <drepper@cygnus.com>
+
+       * readelf.c: Remove definition of functions to return relocation
+       symbol strings.  They now get implicitly defined when include the
+       system specific ELF header.
+
 1998-07-22 13:51  Ulrich Drepper  <drepper@cygnus.com>
 
        * readelf.c: Before include system specific ELF header define
index da0b96a..3c217d4 100644 (file)
@@ -3,6 +3,15 @@
        * mn10300.h: Rewrite relocation definition using macros.
        * mips.h: Likewise.
        * ppc.h: Likewise.
+       * alpha.h: Likewise.
+       * arm.h: Likewise.
+       * d10v.h: Likewise.
+       * d30v.h: Likewise.
+       * m32r.h: Likewise.
+       * m68k.h: Likewise.
+       * mn10200.h: Likewise.
+       * sh.h: Likewise.
+       * sparc.h: Likewise.
 
 1998-07-21 13:07  Ulrich Drepper  <drepper@cygnus.com>