diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-10-08 22:17:35 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-10-08 22:17:35 +0000 |
commit | a7f18fb387151b49d2751a5085c4e48f605264d0 (patch) | |
tree | 7e99e697bff3d25167a932e4dd25a5ce8855b093 /ld/ChangeLog | |
parent | 5fbad20aae685921fd57536b22b6e29ebe17b97f (diff) | |
download | gdb-a7f18fb387151b49d2751a5085c4e48f605264d0.zip gdb-a7f18fb387151b49d2751a5085c4e48f605264d0.tar.gz gdb-a7f18fb387151b49d2751a5085c4e48f605264d0.tar.bz2 |
* ldlang.c (lang_size_sections_1): Use IGNORE_SECTION to tell
whether to skip test for no memory region.
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 f12a8a8..b054185 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2003-10-08 Alexandre Oliva <aoliva@redhat.com> + + * ldlang.c (lang_size_sections_1): Use IGNORE_SECTION to tell + whether to skip test for no memory region. + 2003-10-08 Nick Clifton <nickc@redhat.com> * lexsup.c (parse_args: OPTION_CALL_SHARED): Revise comment |