diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2009-03-10 14:38:03 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2009-03-10 14:38:03 +0000 |
commit | 187af7df3bda10fc5b13e81d71460b9c9935b131 (patch) | |
tree | 699c8be7c8850d432cefa00c4164fcf763e36444 /gas/ChangeLog | |
parent | 34dd024a28c6d4a73183aebdd52967672ed458f4 (diff) | |
download | gdb-187af7df3bda10fc5b13e81d71460b9c9935b131.zip gdb-187af7df3bda10fc5b13e81d71460b9c9935b131.tar.gz gdb-187af7df3bda10fc5b13e81d71460b9c9935b131.tar.bz2 |
* write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
the jump table for multiple overflowing entries with the same
target, handle base symbols being different.
(relax_segment) <case rs_broken_word, second loop>: Whenever a
single entry overflows, arrange to redirect all entries with the
same target.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d16cfdd..d0df00c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2009-03-10 Hans-Peter Nilsson <hp@axis.com> + + * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching + the jump table for multiple overflowing entries with the same + target, handle base symbols being different. + (relax_segment) <case rs_broken_word, second loop>: Whenever a + single entry overflows, arrange to redirect all entries with the + same target. + 2009-03-10 Alan Modra <amodra@bigpond.net.au> * config/tc-ppc.c (parse_cpu): Delete. |