OSDN Git Service

PR gas/3041
authorNick Clifton <nickc@redhat.com>
Tue, 15 May 2007 09:21:24 +0000 (09:21 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 15 May 2007 09:21:24 +0000 (09:21 +0000)
commit4e0e49f7b75bddf66d265d8c31f8e64b376284f5
tree14208bd50faa7cb50b9690866b27e57f2d0e8634
parent3e59b801f196c39c540d8aafabe03df999f10330
PR gas/3041
* config/tc-m68k.c (relaxable_symbol): Make sure that the correct addend is stored for relocs against weak symbols.
    (md_apply_fix): So not loose track of addend for relocs against weak symbols.
* testsuite/gas/m68k/p3041.s: New test case.
* testsuite/gas/m68k/p3041.d: New expected disassembly.
* testsuite/gas/m68k/all.exp: Run new test for m68k-*-netbsd toolchains.
    Only run arch-cpu-1 test for ELF based toolchains.

    Tidy ups for m68k-netbsd gas toolchain:
* testsuite/gas/m68k/cpu32.d: Allow for extra text after expected disassembly.
* testsuite/gas/m68k/mcf-trap.d: Allow for alternative trap mnemonics.
* testsuite/gas/m68k/br-isab.d: Fix name of test.
* testsuite/gas/m68k/br-isac.d: Fix name of test.
gas/ChangeLog
gas/config/tc-m68k.c
gas/testsuite/ChangeLog
gas/testsuite/gas/m68k/all.exp
gas/testsuite/gas/m68k/br-isab.d
gas/testsuite/gas/m68k/br-isac.d
gas/testsuite/gas/m68k/cpu32.d
gas/testsuite/gas/m68k/mcf-trap.d
gas/testsuite/gas/m68k/p3041.d [new file with mode: 0644]
gas/testsuite/gas/m68k/p3041.s [new file with mode: 0644]