diff options
author | Nick Clifton <nickc@redhat.com> | 2004-01-13 08:24:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-01-13 08:24:20 +0000 |
commit | 9dfc8ab2874e2c3386ef4abcfb2a9eacca5c297a (patch) | |
tree | 5f5c7461b8d3c87a7047c3c20c600872e03850c3 /ld/ChangeLog | |
parent | 56c97c6e25744dba1d0b5e5400dfd5ce21a4d4c8 (diff) | |
download | gdb-9dfc8ab2874e2c3386ef4abcfb2a9eacca5c297a.zip gdb-9dfc8ab2874e2c3386ef4abcfb2a9eacca5c297a.tar.gz gdb-9dfc8ab2874e2c3386ef4abcfb2a9eacca5c297a.tar.bz2 |
If dot is advanced, then assume that the section should be allocated.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 6372a53..c1bc1c2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2004-01-13 Nick Clifton <nickc@redhat.com> + + * ldlang.c (lang_size_sections_1): If dot is advanced, then + assume that the section should be allocated. + 2004-01-13 Alan Modra <amodra@bigpond.net.au> * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD |