diff options
author | Nick Clifton <nickc@redhat.com> | 2009-10-13 08:55:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-10-13 08:55:31 +0000 |
commit | b2b7424819829f8f0377907b3f03319a20e6355d (patch) | |
tree | d0f4aeca7db867d05d7e7e10443c633e8d2271fb /gas/ChangeLog | |
parent | 279017b761dcda4b0e94e6c91676afb091c85cbc (diff) | |
download | gdb-b2b7424819829f8f0377907b3f03319a20e6355d.zip gdb-b2b7424819829f8f0377907b3f03319a20e6355d.tar.gz gdb-b2b7424819829f8f0377907b3f03319a20e6355d.tar.bz2 |
gas:
2009-10-07 Vincent Riviere <vincent.riviere@freesbee.fr>
PR gas/3041
* config/tc-m68k.c (tc_gen_reloc): Fix addend for relocations
located in data section an referencing a weak symbol.
gas/testsuite:
2009-10-07 Vincent Riviere <vincent.riviere@freesbee.fr>
PR gas/3041
* gas/m68k/all.exp: Added "p3041data".
* gas/m68k/p3041.d, gas/m68k/p3041.s: Added tests of weak references
from text section to all possible sections.
* gas/m68k/p3041data.d, gas/m68k/p3041data.s: New test. Check weak
references from data section.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d77f274..ac3953d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2009-10-013 Vincent Riviere <vincent.riviere@freesbee.fr> + + PR gas/3041 + * config/tc-m68k.c (tc_gen_reloc): Fix addend for relocations + located in data section an referencing a weak symbol. + 2009-10-07 Nathan Sidwell <nathan@codesourcery.com> * config/tc-arm.c (mapping_state, mapping_state_2): Make dummy |