diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-08-23 00:07:59 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-08-23 00:07:59 +0000 |
commit | 1c952df6099bf45601dca9d196686dc538f9c8c1 (patch) | |
tree | 37cee60341b2b5dd2e4d9d6ab953ac672d2507ea /bfd | |
parent | 9461513b0468cf1ed3e9b35472fc662a429f4940 (diff) | |
download | gdb-1c952df6099bf45601dca9d196686dc538f9c8c1.zip gdb-1c952df6099bf45601dca9d196686dc538f9c8c1.tar.gz gdb-1c952df6099bf45601dca9d196686dc538f9c8c1.tar.bz2 |
* configure.host (HLDENV): New variable to set. Set it for
*-*-sysv4*, since those linkers may not support -R but they always
support LD_RUN_PATH.
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 432d26d..db8e67d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Thu Aug 22 10:54:38 1996 Ian Lance Taylor <ian@cygnus.com> + * configure.host (HLDENV): New variable to set. Set it for + *-*-sysv4*, since those linkers may not support -R but they always + support LD_RUN_PATH. + * libieee.h (NSECTIONS): Don't define. (ieee_data_struct): Change section_table to asection **. Add section_table_size. |