diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-09 21:57:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-09 21:57:02 +0000 |
commit | 7eb5ccf525b9919a2d82790ea7d620ee7b90250c (patch) | |
tree | 481a50de37cb2071307f4ac45489dc55b8d16f01 /ld | |
parent | 2bc7869d54186ebc12e5230f730988c2b34fe4fb (diff) | |
download | fsf-binutils-gdb-7eb5ccf525b9919a2d82790ea7d620ee7b90250c.zip fsf-binutils-gdb-7eb5ccf525b9919a2d82790ea7d620ee7b90250c.tar.gz fsf-binutils-gdb-7eb5ccf525b9919a2d82790ea7d620ee7b90250c.tar.bz2 |
* ldfile.c (ldfile_try_open_bfd): If bfd_error_invalid_target,
report a better error.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 56986e5..c270d34 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,8 @@ Thu Nov 9 13:09:29 1995 Ian Lance Taylor <ian@cygnus.com> + * ldfile.c (ldfile_try_open_bfd): If bfd_error_invalid_target, + report a better error. + * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Add new local variable special_sections, and pass it to size_dynamic_sections. Look through the results, and move the |