diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-11-08 22:54:07 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-11-08 22:54:07 +0000 |
commit | 6a02a973c4ccb78c8a51bffa94030007b510e498 (patch) | |
tree | 68e8ec8b0acdf39d9706bdc2ff9f5ec645e8cbc3 /ld/ChangeLog | |
parent | 5cd1adaba5328d5421b6641ac0a1eba5072b61c0 (diff) | |
download | gdb-6a02a973c4ccb78c8a51bffa94030007b510e498.zip gdb-6a02a973c4ccb78c8a51bffa94030007b510e498.tar.gz gdb-6a02a973c4ccb78c8a51bffa94030007b510e498.tar.bz2 |
* ldlang.c (load_symbols): Add new argument place. Only accept
linker scripts if place is not NULL. Put commands found in an
assumed linker script into place.
(lookup_name): Pass NULL as place argument to load_symbols.
(open_input_bfds): In lang_input_statement_enum case, pass a place
argument to load_symbols, and store any new statements after the
current one.
PR 5917.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index bc65643..a8768fb 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,17 @@ +Tue Nov 8 17:47:45 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * ldlang.c (load_symbols): Add new argument place. Only accept + linker scripts if place is not NULL. Put commands found in an + assumed linker script into place. + (lookup_name): Pass NULL as place argument to load_symbols. + (open_input_bfds): In lang_input_statement_enum case, pass a place + argument to load_symbols, and store any new statements after the + current one. + +Mon Nov 7 15:53:02 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + + * ldver.c (ldversion): Bump to 2.5.3. + Fri Nov 4 15:11:26 1994 Ken Raeburn <raeburn@cujo.cygnus.com> * Makefile.in (e*nbsd.c): Fix typo in dependencies. |