2006-05-03 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / binutils / testsuite / ChangeLog
CommitLineData
81fc501a
L
12006-05-03 H.J. Lu <hongjiu.lu@intel.com>
2
3 * binutils-all/copy-3.d: New.
4
5 * objcopy.exp: Run copy-3.
6
e44d194f
DK
72006-05-02 Dave Korn <dave.korn@artimi.com>
8
9 * binutils-all/copy-1.d (name): Correct spelling of 'setting'.
10 * binutils-all/copy-1.d (name): Likewise.
11
7cc27f03
NC
122006-05-02 Nick Clifton <nickc@redhat.com>
13
14 * binutils-all/copy-2.d: Change the name of the section whose
15 flags are changed to "foo" so that the test will work with PE
16 based targets. Skip this test for AOUT based targeted.
17 * binutils-all/copytest.s: New file.
18
85d7f0b9
L
192006-05-01 H.J. Lu <hongjiu.lu@intel.com>
20
21 * binutils-all/objcopy.exp: Run "copy-1" for ELF only.
22
004314cc
BE
232006-05-01 Ben Elliston <bje@au.ibm.com>
24
25 * binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ;
26
af3c5dea
L
272006-04-26 H.J. Lu <hongjiu.lu@intel.com>
28
29 PR binutils/2593
30 * binutils-all/copy-1.d: New file.
31 * binutils-all/copy-1.s: Likewise.
32 * binutils-all/copy-2.d: Likewise.
33
34 * binutils-all/objcopy.exp: Add run_dump_test "copy-1" and
35 run_dump_test "copy-2".
36
37 * lib/utils-lib.exp (run_dump_test): New.
38 (slurp_options): Likewise.
39 (regexp_diff): Likewise.
40 (file_contents): Likewise.
41 (verbose_eval): Likewise.
42
8648f88f
L
432006-04-25 H.J. Lu <hongjiu.lu@intel.com>
44
45 PR binutils/2467
46 * binutils-all/objcopy.exp (strip_test): Also test "strip -g"
47 on archive.
48
da28e1e1
L
492006-04-10 H.J. Lu <hongjiu.lu@intel.com>
50
51 * lib/utils-lib.exp (default_binutils_run): Check exit status.
52
49236396
BE
532005-12-24 Ben Elliston <bje@gnu.org>
54
55 * config/default.exp: Do not load the unneeded util-defs.exp.
56
9ab80182
JB
572005-11-15 Jan Beulich <jbeulich@novell.com>
58
59 * config/default.exp (link_or_copy): New. Use it for setting
60 up assembler and linker for the compiler to use.
61
6a0d0afd
L
622005-10-20 H.J. Lu <hongjiu.lu@intel.com>
63
64 PR ld/251
65 * binutils-all/group.s: New file.
66
67 * binutils-all/objcopy.exp (objcopy_test_readelf): New
68 procedure.
69 Use it to test ELF group.
70
64bb95af
L
712005-10-19 H.J. Lu <hongjiu.lu@intel.com>
72
6a0d0afd 73 PR ld/1487
64bb95af
L
74 * binutils-all/objcopy.exp (objcopy_test): New procedure.
75 Use it to test simple copy, ia64 link order and ELF unknown
76 section type.
77
78 * binutils-all/unknown.s: New file.
79
ad2fb2cd
L
802005-10-19 H.J. Lu <hongjiu.lu@intel.com>
81
82 PR binutils/1321
83 * binutils-all/link-order.s: New.
84
85 * binutils-all/objcopy.exp: Check ia64 link order.
86
3d888abf
DS
872005-10-11 Danny Smith <dannysmith@users.sourceforge.net>
88
89 * binutils-all/windres/escapex-2.rc: New file.
90 * binutils-all/windres/escapex-2.rsd: Generate.
91
c0524131
NC
922005-08-26 Christian Groessler <chris@groessler.org>
93
94 * binutils-all/objcopy.exp: Don't setup_xfail "z8*-*".
95
c17ae8a2
AM
962005-08-18 Alan Modra <amodra@bigpond.net.au>
97
98 * binutils-all/objcopy.exp: Remove a29k support.
99 * binutils-all/objdump.exp: Likewise, alliant and convex too.
100
b43b5d5f
NC
1012005-05-07 Nick Clifton <nickc@redhat.com>
102
103 * Update the address and phone number of the FSF organization in
104 the GPL notices in the following files:
105 binutils-all/ar.exp, binutils-all/dlltool.exp,
106 binutils-all/nm.exp, binutils-all/objcopy.exp,
107 binutils-all/objdump.exp, binutils-all/readelf.exp,
108 binutils-all/size.exp, binutils-all/hppa/objdump.exp,
109 binutils-all/m68k/objdump.exp, binutils-all/vax/objdump.exp,
110 binutils-all/windres/msupdate, binutils-all/windres/windres.exp,
111 config/default.exp, lib/utils-lib.exp
112
ae99769b
NC
1132005-04-04 Jan-Benedict Glaw <jbglaw@lug-owl.>
114
115 * binutils-all/vax/objdump.exp: Condense the two tests into one
116 and add a "-M entry:" for the second label.
117
ec72cfe5
NC
1182005-03-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
119
120 * binutils-all/vax: New directory.
121 * binutils-all/vax/objdump.exp: New script. Test the -Mentry:
122 switch added to the VAX disassembler.
123 * binutils-all/vax/entrymask.s: New assembler source file.
124
55aba704
BE
1252005-03-08 Ben Elliston <bje@au.ibm.com>
126
127 * config/default.exp: Remove send_user call for stray output.
128
c9bc3b3d
NC
1292005-01-04 Martin Koegler <mkoegler@auto.tuwien.ac.at>
130
131 * binutils-all/testprog.c: Add prototype for printf() and make
132 type of "string" array be "char" in order to avoid compile time
133 warnings.
134
ca0548b6
AM
1352004-12-31 Alan Modra <amodra@bigpond.net.au>
136
137 * binutils-all/readelf.ss: Allow for both .rel and .rela sections.
138
45175cda
HPN
1392004-11-04 Hans-Peter Nilsson <hp@axis.com>
140
141 * binutils-all/objdump.exp (cpus_expected): Append cris.
142
e4c8d1e4
L
1432004-10-28 H.J. Lu <hongjiu.lu@intel.com>
144
145 * binutils-all/dlltool.exp: Set XFAIL if $target_xfail is yes.
146
0fd555c4
NC
1472004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
148
149 * binutils-all/alias.def: New file.
150 * binutils-all/dlltool.exp: Two new -p tests.
151 * config/default.exp (dlltool_gas_flag): New variable.
152 Copy gas and lds executables into tmpdir/gas directory rather than
153 making symlinks which might not be supported by the host OS.
154 Attempt to handle the case where the host OS does not use the .exe
155 extension but the target OS does.
156 * lib/utils-lib.exp (exe_ext): New procedure.
157
607dea97
NC
1582004-07-12 Nick Clifton <nickc@redhat.com>
159
160 * binutils-all/dlltool.exp: Check that the -p switch is not
161 rejected.
162
8577e690
AS
1632004-07-09 Andreas Schwab <schwab@suse.de>
164
165 * binutils-all/m68k/movem.s: New file.
166
167 * binutils-all/m68k/objdump.exp: New file.
168
d2093c13
NC
1692004-05-15 Nick Clifton <nickc@redhat.com>
170
171 * binutils-all/readelf.ss: Allow for ARM mapping symbols.
172
8d263650
BE
1732004-05-12 Ben Elliston <bje@au.ibm.com>
174
175 * binutils-all/ar.exp: Remove stray semicolons.
176 * binutils-all/dlltool.exp: Likewise.
177 * binutils-all/objcopy.exp: Likewise.
178 * binutils-all/readelf.exp: Likewise.
179 * binutils-all/windres/windres.exp: Likewise.
180 * lib/utils-lib.exp: Likewise.
181
e9e2c3f6
RS
1822004-04-14 Richard Sandiford <rsandifo@redhat.com>
183
184 * binutils-all/readelf.ss-mips: Allow named section symbols.
185
adacfc81
JJ
1862004-03-30 Jakub Jelinek <jakub@redhat.com>
187
188 * binutils-all/objcopy.exp: Accept main as a data symbol as well.
189
af865222
AS
1902004-02-27 Andreas Schwab <schwab@suse.de>
191
192 * binutils-all/ar.exp (argument_parsing): New test.
193
627fe3fb
NS
1942004-02-20 Nathan Sidwell <nathan@codesourcery.com>
195
196 * binutils-all/objcopy.exp: Reorder arguments for POSIXLY_CORRECT
876f4090 197 systems.
a46a5b58 198
c9e214e5
AM
199For older changes see ChangeLog-9303
200\f
201Local Variables:
202mode: change-log
203left-margin: 8
204fill-column: 74
205version-control: never
206End:
This page took 0.10722 seconds and 4 git commands to generate.