diff options
author | Nick Clifton <nickc@redhat.com> | 2007-02-21 16:43:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-02-21 16:43:50 +0000 |
commit | 2889e75bfb63b5638dffb3bf9ae598e85af86af9 (patch) | |
tree | 9168e9b39e394aadd1093391a9a676fdec981099 /ld/ChangeLog | |
parent | 788594688132bc8f503e1b1345006e321a19c09a (diff) | |
download | gdb-2889e75bfb63b5638dffb3bf9ae598e85af86af9.zip gdb-2889e75bfb63b5638dffb3bf9ae598e85af86af9.tar.gz gdb-2889e75bfb63b5638dffb3bf9ae598e85af86af9.tar.bz2 |
Take into account MEMORY regions when creating a segment map.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index cbe0544..7c6506b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2007-02-21 Nick Clifton <nickc@redhat.com> + + * ldlang.c (ldlang_override_segment_assignment): New function. + * ldlang.h (ldlang_override_segment_assignment): Prototype. + * ldmain.c (link_callbacks): Add + ldlang_override_segment_assignment. + 2007-02-20 Alan Modra <amodra@bigpond.net.au> * ldexp.c (fold_name <LOADADDR>): Ensure result is always absolute. |