diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-07-07 18:05:06 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-07-07 18:05:06 +0000 |
commit | ebd2413529426b488d9519f9360aeec6df5f5d84 (patch) | |
tree | a4621c08f27999db503edb78aead41412e4b2ca6 /bfd/ChangeLog | |
parent | fde326fbc96db64f3dd9352bcb10ac97b51d0d50 (diff) | |
download | gdb-ebd2413529426b488d9519f9360aeec6df5f5d84.zip gdb-ebd2413529426b488d9519f9360aeec6df5f5d84.tar.gz gdb-ebd2413529426b488d9519f9360aeec6df5f5d84.tar.bz2 |
* aoutx.h (translate_from_native_sym_flags): Removed statep
argument. Just let an indirect symbol point to the next symbol
without forcing the next symbol to be undefined. Changed all
callers.
* hp300hpux.c (slurp_symbol_table): Changed call to
translate_from_native_sym_flags.
* targets.c: Added hp300hpux_vec.
* Makefile.in (hp300hpux.o): Added dependencies.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 126f7b5..98efe7c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Wed Jul 7 10:56:21 1993 Ian Lance Taylor (ian@cygnus.com) + + * aoutx.h (translate_from_native_sym_flags): Removed statep + argument. Just let an indirect symbol point to the next symbol + without forcing the next symbol to be undefined. Changed all + callers. + * hp300hpux.c (slurp_symbol_table): Changed call to + translate_from_native_sym_flags. + * targets.c: Added hp300hpux_vec. + * Makefile.in (hp300hpux.o): Added dependencies. + Tue Jul 6 13:24:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) * reloc.c (enum bfd_reloc_code_real): Put simple power-of-two |