diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-01-12 00:47:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-01-12 00:47:20 +0000 |
commit | ac496d4f7e4b5cb9fcf75c303926a7d55ed86702 (patch) | |
tree | 8605c70a3e6dfec13b4cda9fea651a0302a4afa8 /ld/ChangeLog | |
parent | 0c2fae099af0d4761fdfa79cccff8ec8e40c5fb0 (diff) | |
download | gdb-ac496d4f7e4b5cb9fcf75c303926a7d55ed86702.zip gdb-ac496d4f7e4b5cb9fcf75c303926a7d55ed86702.tar.gz gdb-ac496d4f7e4b5cb9fcf75c303926a7d55ed86702.tar.bz2 |
Mon Jan 11 18:50:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* ldwrite.c: Removed perform_relocation, copy_and_relocate, and
write_norel. All linking is now done via write_relax. Call
ldsym_write before calling write_relax.
* relax.c: Added copyright.
(write_relax): Renamed from write_relaxnorel. Added relocateable
argument. seclet_dump renamed to bfd_seclet_link.
* relax.h: Added copyright.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 55a3044..f9a8a95 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +Mon Jan 11 18:50:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * ldwrite.c: Removed perform_relocation, copy_and_relocate, and + write_norel. All linking is now done via write_relax. Call + ldsym_write before calling write_relax. + * relax.c: Added copyright. + (write_relax): Renamed from write_relaxnorel. Added relocateable + argument. seclet_dump renamed to bfd_seclet_link. + * relax.h: Added copyright. + Mon Jan 11 15:41:56 1993 Steve Chamberlain (sac@thepub.cygnus.com) * ldmain.c (decode_library_subfile): Patch from |