* elf32-xtensa.c (xtensa_is_insntable_section): New.
[deliverable/binutils-gdb.git] / binutils / testsuite / ChangeLog
1 2007-02-27 Nathan Sidwell <nathan@codesourcery.com>
2
3 * binutils-all/objcopy.exp: Skip for uclinux targets.
4
5 2007-02-14 Nick Clifton <nickc@redhat.com>
6
7 * binutils-all/readelf.exp (readelf_wi_test): Fix unexpected
8 output failure message.
9
10 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
11
12 * copy-3.d: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
13 * dlltool.exp: Dito
14 * lang.rc: Dito
15 * strtab1.rc: Dito
16 * windres.exp: Dito
17
18 2006-09-20 Kai Tietz <Kai.Tietz@onevision.com>
19
20 * binutils-all/copy-3.d: Add support for target x86_64-pc-mingw64.
21 * binutils-all/dlltool.exp: Likewise.
22 * binutils-all/objcopy.exp: Likewise.
23 * binutils-all/windres/windres.exp: Likewise.
24 * binutils-all/windres/lang.rc: xfail it as long as there is no windows.h.
25 * binutils-all/windres/strtab1.rc: Likewise.
26 * lib/utils-lib.exp: Adjust executable prefix detection (as .exe).
27
28 2006-09-14 H.J. Lu <hongjiu.lu@intel.com>
29
30 PR binutils/3181
31 * binutils-all/objcopy.exp: Run strip-1 and strip-2 for ELF
32 targets.
33
34 * binutils-all/strip-1.d: New file.
35 * binutils-all/strip-2.d: Likewise.
36
37 * lib/utils-lib.exp (run_dump_test): Support strip.
38
39 2006-08-15 Thiemo Seufer <ths@mips.com>
40 Nigel Stephens <nigel@mips.com>
41 David Ung <davidu@mips.com>
42
43 * binutils-all/readelf.exp (readelf_test): Handle mips*-sde-elf*.
44
45 2006-06-24 Richard Sandiford <richard@codesourcery.com>
46
47 * binutils-all/localize-hidden-1.d: Use objdump --syms instead
48 of readelf.
49
50 2006-06-23 Richard Sandiford <richard@codesourcery.com>
51
52 * binutils-all/localize-hidden-1.s,
53 * binutils-all/localize-hidden-1.d,
54 * binutils-all/localize-hidden-2.s,
55 * binutils-all/localize-hidden-2.d: New tests.
56 * binutils-all/objcopy.exp: Run them.
57
58 2006-06-06 Paul Brook <paul@codesourcery.com>
59
60 * binutils-all/arm/objdump.exp: New file.
61 * binutils-all/arm/thumb2-cond.s: New test.
62
63 2006-05-03 H.J. Lu <hongjiu.lu@intel.com>
64
65 * binutils-all/copy-3.d: Fix a typo.
66
67 2006-05-03 H.J. Lu <hongjiu.lu@intel.com>
68
69 * binutils-all/copy-3.d: New.
70
71 * objcopy.exp: Run copy-3.
72
73 2006-05-02 Dave Korn <dave.korn@artimi.com>
74
75 * binutils-all/copy-1.d (name): Correct spelling of 'setting'.
76 * binutils-all/copy-1.d (name): Likewise.
77
78 2006-05-02 Nick Clifton <nickc@redhat.com>
79
80 * binutils-all/copy-2.d: Change the name of the section whose
81 flags are changed to "foo" so that the test will work with PE
82 based targets. Skip this test for AOUT based targeted.
83 * binutils-all/copytest.s: New file.
84
85 2006-05-01 H.J. Lu <hongjiu.lu@intel.com>
86
87 * binutils-all/objcopy.exp: Run "copy-1" for ELF only.
88
89 2006-05-01 Ben Elliston <bje@au.ibm.com>
90
91 * binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ;
92
93 2006-04-26 H.J. Lu <hongjiu.lu@intel.com>
94
95 PR binutils/2593
96 * binutils-all/copy-1.d: New file.
97 * binutils-all/copy-1.s: Likewise.
98 * binutils-all/copy-2.d: Likewise.
99
100 * binutils-all/objcopy.exp: Add run_dump_test "copy-1" and
101 run_dump_test "copy-2".
102
103 * lib/utils-lib.exp (run_dump_test): New.
104 (slurp_options): Likewise.
105 (regexp_diff): Likewise.
106 (file_contents): Likewise.
107 (verbose_eval): Likewise.
108
109 2006-04-25 H.J. Lu <hongjiu.lu@intel.com>
110
111 PR binutils/2467
112 * binutils-all/objcopy.exp (strip_test): Also test "strip -g"
113 on archive.
114
115 2006-04-10 H.J. Lu <hongjiu.lu@intel.com>
116
117 * lib/utils-lib.exp (default_binutils_run): Check exit status.
118
119 2005-12-24 Ben Elliston <bje@gnu.org>
120
121 * config/default.exp: Do not load the unneeded util-defs.exp.
122
123 2005-11-15 Jan Beulich <jbeulich@novell.com>
124
125 * config/default.exp (link_or_copy): New. Use it for setting
126 up assembler and linker for the compiler to use.
127
128 2005-10-20 H.J. Lu <hongjiu.lu@intel.com>
129
130 PR ld/251
131 * binutils-all/group.s: New file.
132
133 * binutils-all/objcopy.exp (objcopy_test_readelf): New
134 procedure.
135 Use it to test ELF group.
136
137 2005-10-19 H.J. Lu <hongjiu.lu@intel.com>
138
139 PR ld/1487
140 * binutils-all/objcopy.exp (objcopy_test): New procedure.
141 Use it to test simple copy, ia64 link order and ELF unknown
142 section type.
143
144 * binutils-all/unknown.s: New file.
145
146 2005-10-19 H.J. Lu <hongjiu.lu@intel.com>
147
148 PR binutils/1321
149 * binutils-all/link-order.s: New.
150
151 * binutils-all/objcopy.exp: Check ia64 link order.
152
153 2005-10-11 Danny Smith <dannysmith@users.sourceforge.net>
154
155 * binutils-all/windres/escapex-2.rc: New file.
156 * binutils-all/windres/escapex-2.rsd: Generate.
157
158 2005-08-26 Christian Groessler <chris@groessler.org>
159
160 * binutils-all/objcopy.exp: Don't setup_xfail "z8*-*".
161
162 2005-08-18 Alan Modra <amodra@bigpond.net.au>
163
164 * binutils-all/objcopy.exp: Remove a29k support.
165 * binutils-all/objdump.exp: Likewise, alliant and convex too.
166
167 2005-05-07 Nick Clifton <nickc@redhat.com>
168
169 * Update the address and phone number of the FSF organization in
170 the GPL notices in the following files:
171 binutils-all/ar.exp, binutils-all/dlltool.exp,
172 binutils-all/nm.exp, binutils-all/objcopy.exp,
173 binutils-all/objdump.exp, binutils-all/readelf.exp,
174 binutils-all/size.exp, binutils-all/hppa/objdump.exp,
175 binutils-all/m68k/objdump.exp, binutils-all/vax/objdump.exp,
176 binutils-all/windres/msupdate, binutils-all/windres/windres.exp,
177 config/default.exp, lib/utils-lib.exp
178
179 2005-04-04 Jan-Benedict Glaw <jbglaw@lug-owl.>
180
181 * binutils-all/vax/objdump.exp: Condense the two tests into one
182 and add a "-M entry:" for the second label.
183
184 2005-03-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
185
186 * binutils-all/vax: New directory.
187 * binutils-all/vax/objdump.exp: New script. Test the -Mentry:
188 switch added to the VAX disassembler.
189 * binutils-all/vax/entrymask.s: New assembler source file.
190
191 2005-03-08 Ben Elliston <bje@au.ibm.com>
192
193 * config/default.exp: Remove send_user call for stray output.
194
195 2005-01-04 Martin Koegler <mkoegler@auto.tuwien.ac.at>
196
197 * binutils-all/testprog.c: Add prototype for printf() and make
198 type of "string" array be "char" in order to avoid compile time
199 warnings.
200
201 2004-12-31 Alan Modra <amodra@bigpond.net.au>
202
203 * binutils-all/readelf.ss: Allow for both .rel and .rela sections.
204
205 2004-11-04 Hans-Peter Nilsson <hp@axis.com>
206
207 * binutils-all/objdump.exp (cpus_expected): Append cris.
208
209 2004-10-28 H.J. Lu <hongjiu.lu@intel.com>
210
211 * binutils-all/dlltool.exp: Set XFAIL if $target_xfail is yes.
212
213 2004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
214
215 * binutils-all/alias.def: New file.
216 * binutils-all/dlltool.exp: Two new -p tests.
217 * config/default.exp (dlltool_gas_flag): New variable.
218 Copy gas and lds executables into tmpdir/gas directory rather than
219 making symlinks which might not be supported by the host OS.
220 Attempt to handle the case where the host OS does not use the .exe
221 extension but the target OS does.
222 * lib/utils-lib.exp (exe_ext): New procedure.
223
224 2004-07-12 Nick Clifton <nickc@redhat.com>
225
226 * binutils-all/dlltool.exp: Check that the -p switch is not
227 rejected.
228
229 2004-07-09 Andreas Schwab <schwab@suse.de>
230
231 * binutils-all/m68k/movem.s: New file.
232
233 * binutils-all/m68k/objdump.exp: New file.
234
235 2004-05-15 Nick Clifton <nickc@redhat.com>
236
237 * binutils-all/readelf.ss: Allow for ARM mapping symbols.
238
239 2004-05-12 Ben Elliston <bje@au.ibm.com>
240
241 * binutils-all/ar.exp: Remove stray semicolons.
242 * binutils-all/dlltool.exp: Likewise.
243 * binutils-all/objcopy.exp: Likewise.
244 * binutils-all/readelf.exp: Likewise.
245 * binutils-all/windres/windres.exp: Likewise.
246 * lib/utils-lib.exp: Likewise.
247
248 2004-04-14 Richard Sandiford <rsandifo@redhat.com>
249
250 * binutils-all/readelf.ss-mips: Allow named section symbols.
251
252 2004-03-30 Jakub Jelinek <jakub@redhat.com>
253
254 * binutils-all/objcopy.exp: Accept main as a data symbol as well.
255
256 2004-02-27 Andreas Schwab <schwab@suse.de>
257
258 * binutils-all/ar.exp (argument_parsing): New test.
259
260 2004-02-20 Nathan Sidwell <nathan@codesourcery.com>
261
262 * binutils-all/objcopy.exp: Reorder arguments for POSIXLY_CORRECT
263 systems.
264
265 For older changes see ChangeLog-9303
266 \f
267 Local Variables:
268 mode: change-log
269 left-margin: 8
270 fill-column: 74
271 version-control: never
272 End:
This page took 0.035235 seconds and 5 git commands to generate.