diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-04-05 18:18:04 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-04-05 18:18:04 +0000 |
commit | 03fcf1f8f1b126f84d8a3df4acd698ed9c6d4ea8 (patch) | |
tree | ec23b67ce7bcbf1c500f40332f709adeb10f8903 | |
parent | 59f10b344c0695014bb8cba387d5b2b85638ce51 (diff) | |
download | gdb-03fcf1f8f1b126f84d8a3df4acd698ed9c6d4ea8.zip gdb-03fcf1f8f1b126f84d8a3df4acd698ed9c6d4ea8.tar.gz gdb-03fcf1f8f1b126f84d8a3df4acd698ed9c6d4ea8.tar.bz2 |
sparc, doc/Makefile.in changes
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ae167b7..c8c80a4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +Tue Apr 5 11:14:14 1994 Ken Raeburn (raeburn@rtl.cygnus.com) + + * config/tc-sparc.c (s_reserve): If section passed isn't bss, + don't spew remainder of input file in error message. + (tc_gen_reloc): If bfd_reloc_type_lookup returns null, print error + message with reloc type and try to process remainder of file. + + * doc/Makefile.in (install-info-as, install-info-gasp): New + targets, now explicitly checking $(srcdir) for info files. + (install-info): Depend on both of them; do nothing more. + Mon Apr 4 17:06:04 1994 Jeffrey A. Law (law@cygnus.com) * config/tc-hppa.c (tc_gen_reloc): Fix thinko in ELF version. |