diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-12-01 22:37:57 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-12-01 22:37:57 +0000 |
commit | 848ace961e43e506c567ed93d1e1ff30cc8cd08c (patch) | |
tree | 61056bd8e6ae7cb5888613e761094fac977e061d /bfd | |
parent | 6a6676fbcc8046416e8ec01cc747ce68373f6acb (diff) | |
download | gdb-848ace961e43e506c567ed93d1e1ff30cc8cd08c.zip gdb-848ace961e43e506c567ed93d1e1ff30cc8cd08c.tar.gz gdb-848ace961e43e506c567ed93d1e1ff30cc8cd08c.tar.bz2 |
various
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e6dbfdb..e25849f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,23 @@ +Wed Dec 1 14:15:10 1993 Ken Raeburn (raeburn@cygnus.com) + + * elfcode.h (write_relocs): Initialize local var LAST_SYM_IDX, to + make gcc happy. + + * mipsbsd.c: Changes from Ralph Campbell: + (mips_howto_table_ext): MIPS_RELOC_LO16 should use + complain_overflow_dont. + (aout_mips_*_vec): Make name use "a.out" instead of "aout", to + make gdb happy. + + * bfd.c (bfd_errmsgs): Reword invalid-target message. + + * config.bfd: For sparc*-*-coff, use sparc-coff. + * configure.in: Handle sparccoff_vec. + * targets.c (sparccoff_vec): Declare. + + * reloc.c (bfd_get_reloc_size): New function. + (struct reloc_howto_type): Update documentation of size field. + Wed Dec 1 14:39:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * bfd-in.h (uint64_typeLOW, uint64_typeHIGH): Fully parenthesize |