diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-22 22:02:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-22 22:02:02 +0000 |
commit | 043e6949fdf20cf1197eb1aec44ffa5e346a0d86 (patch) | |
tree | a65bbb70b8c53e65720137a91aa7abf2ca1965f6 | |
parent | 86b9b00b99d5ac8ed4de39ad7ea6a7a7694051f3 (diff) | |
download | gdb-043e6949fdf20cf1197eb1aec44ffa5e346a0d86.zip gdb-043e6949fdf20cf1197eb1aec44ffa5e346a0d86.tar.gz gdb-043e6949fdf20cf1197eb1aec44ffa5e346a0d86.tar.bz2 |
Update.
-rw-r--r-- | bfd/ChangeLog | 8 | ||||
-rw-r--r-- | binutils/ChangeLog | 6 | ||||
-rw-r--r-- | include/elf/ChangeLog | 9 |
3 files changed, 22 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e45f1fc..1d820df 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5f8fe58c2..e5d9e20 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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 diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index da0b96a..3c217d4 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -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> |