diff options
author | Alan Modra <amodra@gmail.com> | 2004-01-12 13:47:32 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-01-12 13:47:32 +0000 |
commit | 8325c4dd4e375f8fbf9db03c2d73953e5b8cbad1 (patch) | |
tree | 5b298556688e70fcc9e5e8c89c0b6f0f94775fc9 /ld/ChangeLog | |
parent | 5b8c74e64fb62c37f18253dd6e8a896b54d92bab (diff) | |
download | gdb-8325c4dd4e375f8fbf9db03c2d73953e5b8cbad1.zip gdb-8325c4dd4e375f8fbf9db03c2d73953e5b8cbad1.tar.gz gdb-8325c4dd4e375f8fbf9db03c2d73953e5b8cbad1.tar.bz2 |
* ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
sections. Do ignore SEC_NEVER_LOAD sections.
(lang_size_sections_1): Remove test made redundant with the above.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e6c03c8..6372a53 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2004-01-13 Alan Modra <amodra@bigpond.net.au> + + * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD + sections. Do ignore SEC_NEVER_LOAD sections. + (lang_size_sections_1): Remove test made redundant with the above. + 2004-01-09 Alan Modra <amodra@bigpond.net.au> * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached |