gas:
commit0d7a283bfacee53bbd5535e0f597dc57240c1194
authorNick Clifton <nickc@redhat.com>
Tue, 13 Oct 2009 08:55:30 +0000 (13 08:55 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 13 Oct 2009 08:55:30 +0000 (13 08:55 +0000)
tree01e18c769a06d1723aeb1933382643c6b53cb54d
parent98b8c69d2032ba9ef31bb48cc052451bfcc3f3e2
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.
gas/ChangeLog
gas/config/tc-m68k.c
gas/testsuite/ChangeLog
gas/testsuite/gas/m68k/all.exp
gas/testsuite/gas/m68k/p3041.d
gas/testsuite/gas/m68k/p3041.s
gas/testsuite/gas/m68k/p3041data.d [new file with mode: 0644]
gas/testsuite/gas/m68k/p3041data.s [new file with mode: 0644]