diff options
author | Nick Clifton <nickc@redhat.com> | 2007-08-31 14:46:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-08-31 14:46:55 +0000 |
commit | a1438fce30be2e62cfcb2d798e46766c65b82316 (patch) | |
tree | 18bf20f54ee1227ecc79678daa4e6c244dcce638 /ld/ChangeLog | |
parent | 30b0f203ddf59fe5d666562be4a4e4ea7d04fa47 (diff) | |
download | gdb-a1438fce30be2e62cfcb2d798e46766c65b82316.zip gdb-a1438fce30be2e62cfcb2d798e46766c65b82316.tar.gz gdb-a1438fce30be2e62cfcb2d798e46766c65b82316.tar.bz2 |
* ldlang.c (lang_map): Increment lang_statement_iteration so that DEFINED() expressions are correctly computed.
* testsuite/ld-script/map-address.d,
* testsuite/ld-script/map-address.t: Add a test for testing DEFINED in map output.
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 8a94b2e..1579bec 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2007-08-31 Tristan Gingold <gingold@adacore.com> + + * ldlang.c (lang_map): Increment lang_statement_iteration so that + DEFINED() expressions are correctly computed. + 2007-08-31 Alan Modra <amodra@bigpond.net.au> * ldlang.c (lang_record_phdrs): Give a fatal error if no sections |