gas/ * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32. (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and BFD_RELOC_64_SIZE relocations. (lex_got): Support "symbol@SIZE" and don't create GOT symbol for it. (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64 relocations against local symbols. gas/testsuite/ * gas/i386/i386.exp: Run size-1, size-2, size-3, size-4, x86-64-size-1, x86-64-size-2, x86-64-size-3, x86-64-size-4, x86-64-size-5 and x86-64-size-inval-1. * gas/i386/size-1.d: New file. * gas/i386/size-1.s: Likewise. * gas/i386/size-2.d: Likewise. * gas/i386/size-2.s: Likewise. * gas/i386/size-3.d: Likewise. * gas/i386/size-3.s: Likewise. * gas/i386/size-4.d: Likewise. * gas/i386/size-4.s: Likewise. * gas/i386/x86-64-size-1.d: Likewise. * gas/i386/x86-64-size-2.d: Likewise. * gas/i386/x86-64-size-3.d: Likewise. * gas/i386/x86-64-size-4.d: Likewise. * gas/i386/x86-64-size-5.d: Likewise. * gas/i386/x86-64-size-5.s: Likewise. * gas/i386/x86-64-size-inval-1.l: Likewise. * gas/i386/x86-64-size-inval-1.s: Likewise. * gas/i386/ilp32/x86-64-size-1.d: Likewise. * gas/i386/ilp32/x86-64-size-2.d: Likewise. * gas/i386/ilp32/x86-64-size-3.d: Likewise. * gas/i386/ilp32/x86-64-size-4.d: Likewise. * gas/i386/ilp32/x86-64-size-5.d: Likewise. ld/testsuite/ * ld-size/size.exp: New file. * ld-size/size32-1-i386.d: Likewise. * ld-size/size32-1-x32.d: Likewise. * ld-size/size32-1-x86-64.d: Likewise. * ld-size/size32-1.s: Likewise. * ld-size/size32-2-i386.d: Likewise. * ld-size/size32-2-x32.d: Likewise. * ld-size/size32-2-x86-64.d: Likewise. * ld-size/size32-2.s: Likewise. * ld-size/size64-1-x32.d: Likewise. * ld-size/size64-1-x86-64.d: Likewise. * ld-size/size64-1.s: Likewise. * ld-size/size64-2-x32.d: Likewise. * ld-size/size64-2-x86-64.d: Likewise. * ld-size/size64-2.s: Likewise. * ld-size/size-3.c: Likewise. * ld-size/size-3.out: Likewise. * ld-size/size-3a.c: Likewise. * ld-size/size-3b.c: Likewise. * ld-size/size-3c.c: Likewise. * ld-size/size-4.out: Likewise. * ld-size/size-4a.c: Likewise. * ld-size/size-4b.c: Likewise. * ld-size/size-5.out: Likewise. * ld-size/size-5a.c: Likewise. * ld-size/size-5b.c: Likewise. * ld-size/size-6.out: Likewise. * ld-size/size-6a.c: Likewise. * ld-size/size-6b.c: Likewise. * ld-size/size-7.rd: Likewise. * ld-size/size-7a.c: Likewise. * ld-size/size-7b.c: Likewise. * ld-size/size-8.rd: Likewise. * ld-size/size-8a.c: Likewise. * ld-size/size-8b.c: Likewise.
149 lines
4.4 KiB
Text
149 lines
4.4 KiB
Text
2013-01-16 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/i386.exp: Run size-1, size-2, size-3, size-4,
|
||
x86-64-size-1, x86-64-size-2, x86-64-size-3, x86-64-size-4,
|
||
x86-64-size-5 and x86-64-size-inval-1.
|
||
|
||
* gas/i386/size-1.d: New file.
|
||
* gas/i386/size-1.s: Likewise.
|
||
* gas/i386/size-2.d: Likewise.
|
||
* gas/i386/size-2.s: Likewise.
|
||
* gas/i386/size-3.d: Likewise.
|
||
* gas/i386/size-3.s: Likewise.
|
||
* gas/i386/size-4.d: Likewise.
|
||
* gas/i386/size-4.s: Likewise.
|
||
* gas/i386/x86-64-size-1.d: Likewise.
|
||
* gas/i386/x86-64-size-2.d: Likewise.
|
||
* gas/i386/x86-64-size-3.d: Likewise.
|
||
* gas/i386/x86-64-size-4.d: Likewise.
|
||
* gas/i386/x86-64-size-5.d: Likewise.
|
||
* gas/i386/x86-64-size-5.s: Likewise.
|
||
* gas/i386/x86-64-size-inval-1.l: Likewise.
|
||
* gas/i386/x86-64-size-inval-1.s: Likewise.
|
||
* gas/i386/ilp32/x86-64-size-1.d: Likewise.
|
||
* gas/i386/ilp32/x86-64-size-2.d: Likewise.
|
||
* gas/i386/ilp32/x86-64-size-3.d: Likewise.
|
||
* gas/i386/ilp32/x86-64-size-4.d: Likewise.
|
||
* gas/i386/ilp32/x86-64-size-5.d: Likewise.
|
||
|
||
2013-01-16 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/ppc/htm.d: Ignore padding at end of section.
|
||
|
||
2013-01-15 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR gas/15019
|
||
* gas/i386/reloc32.s: Add tests for "xtrn@got -/+ 4".
|
||
* gas/i386/reloc64.s: Likewise.
|
||
* gas/i386/ilp32/reloc64.s: Likewise.
|
||
|
||
* gas/i386/reloc32.d: Updated.
|
||
* gas/i386/reloc64.d: Likewise.
|
||
* gas/i386/ilp32/reloc64.d: Likewise.
|
||
|
||
2013-01-15 Nick Clifton <nickc@redhat.com>
|
||
|
||
* gas/v850/basic.exp: Allow for variations in reloc names.
|
||
* gas/v850/split-lo16.d: Likewise.
|
||
|
||
* gas/v850/v850e1.s: Add more tests of the PREPARE insn.
|
||
* gas/v850/v850e1.d: Update expected disassembly.
|
||
|
||
2013-01-14 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/v850/basic.exp (reloc part 1): Pass -mgcc-abi to gas.
|
||
* gas/v850/split-lo16.d: Likewise.
|
||
|
||
2013-01-14 Will Newton <will.newton@imgtec.com>
|
||
|
||
* gas/metag/metadsp21.d: Fix expected MMOV disassembly.
|
||
|
||
2013-01-14 Alan Modra <amodra@gmail.com>
|
||
|
||
* gas/ppc/htm.s: Use .text rather than .section ".text".
|
||
* gas/ppc/power8.s: Likewise.
|
||
* gas/ppc/htm.d: Don't match file format.
|
||
* gas/ppc/power8.d: Likewise.
|
||
|
||
2013-01-10 Peter Bergner <bergner@vnet.ibm.com>
|
||
|
||
* gas/ppc/htm.d: New test.
|
||
* gas/ppc/htm.s: Likewise.
|
||
* gas/ppc/power8.d: Likewise.
|
||
* gas/ppc/power8.s: Likewise.
|
||
* gas/ppc/ppc.exp: Run them.
|
||
|
||
2013-01-10 Will Newton <will.newton@imgtec.com>
|
||
|
||
* gas/metag/labelarithmetic.d: New file.
|
||
* gas/metag/labelarithmetic.s: New file.
|
||
* gas/metag/metacore12.d: New file.
|
||
* gas/metag/metacore12.s: New file.
|
||
* gas/metag/metacore21-invalid.l: New file.
|
||
* gas/metag/metacore21-invalid.s: New file.
|
||
* gas/metag/metacore21.d: New file.
|
||
* gas/metag/metacore21.s: New file.
|
||
* gas/metag/metacore21ext.d: New file.
|
||
* gas/metag/metacore21ext.s: New file.
|
||
* gas/metag/metadsp21-invalid.l: New file.
|
||
* gas/metag/metadsp21-invalid.s: New file.
|
||
* gas/metag/metadsp21.d: New file.
|
||
* gas/metag/metadsp21.s: New file.
|
||
* gas/metag/metadsp21ext.d: New file.
|
||
* gas/metag/metadsp21ext.s: New file.
|
||
* gas/metag/metafpu21.d: New file.
|
||
* gas/metag/metafpu21.s: New file.
|
||
* gas/metag/metafpu21ext.d: New file.
|
||
* gas/metag/metafpu21ext.s: New file.
|
||
* gas/metag/metag.exp: New file.
|
||
* gas/metag/tls.d: New file.
|
||
* gas/metag/tls.s: New file.
|
||
|
||
2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
|
||
|
||
* gas/aarch64/diagnostic.s: Add test.
|
||
* gas/aarch64/diagnostic.l: Update.
|
||
|
||
2013-01-07 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR gas/14887
|
||
* gas/arm/neon-ldst-es.s: Add more whitespace.
|
||
|
||
2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
|
||
|
||
* gas/mips/r5900-full.s: New test.
|
||
* gas/mips/r5900-full.d: Expected disassembly.
|
||
* gas/mips/r5900.s: New test.
|
||
* gas/mips/r5900.d: Expected disassembly.
|
||
* gas/mips/mips.exp: Run new tests.
|
||
|
||
2013-01-04 Yufeng Zhang <yufeng.zhang@arm.com>
|
||
|
||
* gas/aarch64/int-insns.d: Update.
|
||
* gas/aarch64/mov.d: Update.
|
||
* gas/aarch64/reloc-insn.d: Update.
|
||
|
||
2013-01-04 Yufeng Zhang <yufeng.zhang@arm.com>
|
||
|
||
* gas/aarch64/system.d: Update.
|
||
|
||
2013-01-02 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR gas/14987
|
||
* gas/arm/neon-ldst-es.s: Add whitespace test.
|
||
* gas/arm/neon-ldst-es.d: Update expected disassembly.
|
||
|
||
For older changes see ChangeLog-2012
|
||
|
||
Copyright (C) 2013 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|