diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-11-06 00:39:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-11-06 00:39:51 +0000 |
commit | 2229261331afc4ca663da494d06607b6729b82f6 (patch) | |
tree | b9798cf246e69487a20d5790486356a984a6ac99 /ld | |
parent | 41d1b02fe69e4fa0687875eac656b81a481d015b (diff) | |
download | gdb-2229261331afc4ca663da494d06607b6729b82f6.zip gdb-2229261331afc4ca663da494d06607b6729b82f6.tar.gz gdb-2229261331afc4ca663da494d06607b6729b82f6.tar.bz2 |
Thu Nov 5 15:41:55 1992 Ian Lance Taylor (ian@cygnus.com)
* ldlang.c (lang_size_sections): don't change size and address for
SEC_SHARED_LIBRARY sections rather than for SEC_NEVER_LOAD
sections.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 23f24ee..547631e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +Thu Nov 5 15:41:55 1992 Ian Lance Taylor (ian@cygnus.com) + + * ldlang.c (lang_size_sections): don't change size and address for + SEC_SHARED_LIBRARY sections rather than for SEC_NEVER_LOAD + sections. + Thu Nov 5 11:33:57 1992 Steve Chamberlain (sac@thepub.cygnus.com) * relax.c (build_it): re-enable the processing of data_statements |