diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-02-08 16:19:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-02-08 16:19:20 +0000 |
commit | 715c11f963fe6412d91c27e74f1e3c6a907b0fed (patch) | |
tree | af295344ab0a0c11e07094053ec522b5e52fa265 | |
parent | 29b5edecd710c399579ac094c6786a279d512254 (diff) | |
download | gdb-715c11f963fe6412d91c27e74f1e3c6a907b0fed.zip gdb-715c11f963fe6412d91c27e74f1e3c6a907b0fed.tar.gz gdb-715c11f963fe6412d91c27e74f1e3c6a907b0fed.tar.bz2 |
Mon Feb 8 11:18:14 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* elf32-m68k.c (reloc_map): Use the correct types for the struct
fields instead of unsigned char.
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c47197a..e935927 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Mon Feb 8 11:18:14 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * elf32-m68k.c (reloc_map): Use the correct types for the struct + fields instead of unsigned char. + +Fri Feb 5 00:22:36 1999 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.am: Rebuild dependencies. + * Makefile.in: Rebuild. + Thu Feb 4 22:30:13 1999 Ian Lance Taylor <ian@cygnus.com> * configure.in: Change AC_PREREQ to 2.13. Remove AM_CYGWIN32. |