This commit is contained in:
Ulrich Drepper 1998-07-22 22:02:02 +00:00
parent 86b9b00b99
commit 043e6949fd
3 changed files with 22 additions and 1 deletions

View 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.

View 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

View 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>