diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-01-25 18:38:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-01-25 18:38:20 +0000 |
commit | 3b490cdddb3f178d60ec1026bb25e5a93e9fecab (patch) | |
tree | edead20007402e147c673c1f310cf9b97c284eb8 /bfd | |
parent | 71d58b5976f6441f318a3410f1caa521fc475296 (diff) | |
download | gdb-3b490cdddb3f178d60ec1026bb25e5a93e9fecab.zip gdb-3b490cdddb3f178d60ec1026bb25e5a93e9fecab.tar.gz gdb-3b490cdddb3f178d60ec1026bb25e5a93e9fecab.tar.bz2 |
* hp300hpux.c (MY(write_object_contents)): Write out the symbols
before writing out the relocs, so that the right symbol indices
are used.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 37168b9..9a72e01 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -8,6 +8,10 @@ Tue Jan 25 11:43:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com) Tue Jan 25 11:46:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * hp300hpux.c (MY(write_object_contents)): Write out the symbols + before writing out the relocs, so that the right symbol indices + are used. + * archive.c (do_slurp_bsd_armap, bfd_slurp_bsd_armap_f2): Do not try to overlay the internal carsyms on the external symdefs. That can not work if the size of a host pointer is larger than 4 bytes. |