diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-04-11 04:11:03 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-04-11 04:11:03 +0000 |
commit | 4af1d5f66272560aea5209caf523d6fece97f3bd (patch) | |
tree | 8c996b8fe68f3b15e831b1d1c652053c166c203e /bfd/ChangeLog | |
parent | e48f66e46e8f58c36392397b816545318b0e4ab6 (diff) | |
download | gdb-4af1d5f66272560aea5209caf523d6fece97f3bd.zip gdb-4af1d5f66272560aea5209caf523d6fece97f3bd.tar.gz gdb-4af1d5f66272560aea5209caf523d6fece97f3bd.tar.bz2 |
Mods to allow compilation of BFD all targets.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4b80485..823446b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2000-04-11 Timothy Wall <twall@cygnus.com> + + * coff-tic54x.c: Now builds with all targets. + * Makefile.am: Add coff/tic54x.h to coff-tic54x.o dependencies. + * Makefile.in: Regenerate. + * coffcode.h (coff_set_arch_mach_hook): Eliminate warning on + unitialized variable. + Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com> * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add |