Add x86 size relocation support to gas
[external/binutils.git] / gas / testsuite / ChangeLog
1 2013-01-16  H.J. Lu  <hongjiu.lu@intel.com>
2
3         * gas/i386/i386.exp: Run size-1, size-2, size-3, size-4,
4         x86-64-size-1, x86-64-size-2, x86-64-size-3, x86-64-size-4,
5         x86-64-size-5 and x86-64-size-inval-1.
6
7         * gas/i386/size-1.d: New file.
8         * gas/i386/size-1.s: Likewise.
9         * gas/i386/size-2.d: Likewise.
10         * gas/i386/size-2.s: Likewise.
11         * gas/i386/size-3.d: Likewise.
12         * gas/i386/size-3.s: Likewise.
13         * gas/i386/size-4.d: Likewise.
14         * gas/i386/size-4.s: Likewise.
15         * gas/i386/x86-64-size-1.d: Likewise.
16         * gas/i386/x86-64-size-2.d: Likewise.
17         * gas/i386/x86-64-size-3.d: Likewise.
18         * gas/i386/x86-64-size-4.d: Likewise.
19         * gas/i386/x86-64-size-5.d: Likewise.
20         * gas/i386/x86-64-size-5.s: Likewise.
21         * gas/i386/x86-64-size-inval-1.l: Likewise.
22         * gas/i386/x86-64-size-inval-1.s: Likewise.
23         * gas/i386/ilp32/x86-64-size-1.d: Likewise.
24         * gas/i386/ilp32/x86-64-size-2.d: Likewise.
25         * gas/i386/ilp32/x86-64-size-3.d: Likewise.
26         * gas/i386/ilp32/x86-64-size-4.d: Likewise.
27         * gas/i386/ilp32/x86-64-size-5.d: Likewise.
28
29 2013-01-16  Alan Modra  <amodra@gmail.com>
30
31         * gas/ppc/htm.d: Ignore padding at end of section.
32
33 2013-01-15  H.J. Lu  <hongjiu.lu@intel.com>
34
35         PR gas/15019
36         * gas/i386/reloc32.s: Add tests for "xtrn@got -/+ 4".
37         * gas/i386/reloc64.s: Likewise.
38         * gas/i386/ilp32/reloc64.s: Likewise.
39
40         * gas/i386/reloc32.d: Updated.
41         * gas/i386/reloc64.d: Likewise.
42         * gas/i386/ilp32/reloc64.d: Likewise.
43
44 2013-01-15  Nick Clifton  <nickc@redhat.com>
45
46         * gas/v850/basic.exp: Allow for variations in reloc names.
47         * gas/v850/split-lo16.d: Likewise.
48
49         * gas/v850/v850e1.s: Add more tests of the PREPARE insn.
50         * gas/v850/v850e1.d: Update expected disassembly.
51
52 2013-01-14  Alan Modra  <amodra@gmail.com>
53
54         * gas/v850/basic.exp (reloc part 1): Pass -mgcc-abi to gas.
55         * gas/v850/split-lo16.d: Likewise.
56
57 2013-01-14  Will Newton <will.newton@imgtec.com>
58
59         * gas/metag/metadsp21.d: Fix expected MMOV disassembly.
60
61 2013-01-14  Alan Modra  <amodra@gmail.com>
62
63         * gas/ppc/htm.s: Use .text rather than .section ".text".
64         * gas/ppc/power8.s: Likewise.
65         * gas/ppc/htm.d: Don't match file format.
66         * gas/ppc/power8.d: Likewise.
67
68 2013-01-10  Peter Bergner <bergner@vnet.ibm.com>
69
70         * gas/ppc/htm.d: New test.
71         * gas/ppc/htm.s: Likewise.
72         * gas/ppc/power8.d: Likewise.
73         * gas/ppc/power8.s: Likewise.
74         * gas/ppc/ppc.exp: Run them.
75
76 2013-01-10  Will Newton <will.newton@imgtec.com>
77
78         * gas/metag/labelarithmetic.d: New file.
79         * gas/metag/labelarithmetic.s: New file.
80         * gas/metag/metacore12.d: New file.
81         * gas/metag/metacore12.s: New file.
82         * gas/metag/metacore21-invalid.l: New file.
83         * gas/metag/metacore21-invalid.s: New file.
84         * gas/metag/metacore21.d: New file.
85         * gas/metag/metacore21.s: New file.
86         * gas/metag/metacore21ext.d: New file.
87         * gas/metag/metacore21ext.s: New file.
88         * gas/metag/metadsp21-invalid.l: New file.
89         * gas/metag/metadsp21-invalid.s: New file.
90         * gas/metag/metadsp21.d: New file.
91         * gas/metag/metadsp21.s: New file.
92         * gas/metag/metadsp21ext.d: New file.
93         * gas/metag/metadsp21ext.s: New file.
94         * gas/metag/metafpu21.d: New file.
95         * gas/metag/metafpu21.s: New file.
96         * gas/metag/metafpu21ext.d: New file.
97         * gas/metag/metafpu21ext.s: New file.
98         * gas/metag/metag.exp: New file.
99         * gas/metag/tls.d: New file.
100         * gas/metag/tls.s: New file.
101
102 2013-01-08  Yufeng Zhang  <yufeng.zhang@arm.com>
103
104         * gas/aarch64/diagnostic.s: Add test.
105         * gas/aarch64/diagnostic.l: Update.
106
107 2013-01-07  Nick Clifton  <nickc@redhat.com>
108
109         PR gas/14887
110         * gas/arm/neon-ldst-es.s: Add more whitespace.
111
112 2013-01-04  Juergen Urban <JuergenUrban@gmx.de>
113
114         * gas/mips/r5900-full.s: New test.
115         * gas/mips/r5900-full.d: Expected disassembly.
116         * gas/mips/r5900.s: New test.
117         * gas/mips/r5900.d: Expected disassembly.
118         * gas/mips/mips.exp: Run new tests.
119
120 2013-01-04  Yufeng Zhang  <yufeng.zhang@arm.com>
121
122         * gas/aarch64/int-insns.d: Update.
123         * gas/aarch64/mov.d: Update.
124         * gas/aarch64/reloc-insn.d: Update.
125
126 2013-01-04  Yufeng Zhang  <yufeng.zhang@arm.com>
127
128         * gas/aarch64/system.d: Update.
129
130 2013-01-02  Nick Clifton  <nickc@redhat.com>
131
132         PR gas/14987
133         * gas/arm/neon-ldst-es.s: Add whitespace test.
134         * gas/arm/neon-ldst-es.d: Update expected disassembly.
135
136 For older changes see ChangeLog-2012
137 \f
138 Copyright (C) 2013 Free Software Foundation, Inc.
139
140 Copying and distribution of this file, with or without modification,
141 are permitted in any medium without royalty provided the copyright
142 notice and this notice are preserved.
143
144 Local Variables:
145 mode: change-log
146 left-margin: 8
147 fill-column: 74
148 version-control: never
149 End: