]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/testsuite/ChangeLog
Add copyright notices
[thirdparty/binutils-gdb.git] / binutils / testsuite / ChangeLog
1 2012-11-27 Roland McGrath <mcgrathr@google.com>
2
3 * lib/binutils-common.exp (is_zlib_supported): New function.
4 * lib/utils-lib.exp (run_dump_test): If as options include
5 --compress-debug-sections and zlib is not available, report
6 the test as unsupported.
7 * binutils-all/compress.exp: Bail out if zlib is not available.
8 * binutils-all/objdump.exp (objdump compressed debug):
9 Mark unsupported if zlib is not available.
10 * binutils-all/readelf.exp (readelf_compressed_wa_test): Likewise.
11
12 2012-11-06 H.J. Lu <hongjiu.lu@intel.com>
13
14 PR binutils/14567
15 * binutils-all/ar.exp (bfdtest1): Removed.
16 (long_filenames): Take bfdtests.
17 (thin_archive): Likewise.
18 (thin_archive_with_nested): Likewise.
19 (bfdtests): New.
20 Pass $bfdtests to long_filenames, thin_archive and
21 thin_archive_with_nested.
22
23 2012-10-29 Alan Modra <amodra@gmail.com>
24
25 * binutils-all/copy-3.d: Exclude all cygwin and mingw targets,
26 and rs6000.
27
28 2012-10-24 H.J. Lu <hongjiu.lu@intel.com>
29
30 * binutils-all/ar.exp (bfdtest1): Remove findfile.
31
32 2012-10-21 H.J. Lu <hongjiu.lu@intel.com>
33
34 * binutils-all/dw2-1.W: Updated.
35
36 2012-10-20 H.J. Lu <hongjiu.lu@intel.com>
37
38 * binutils-all/compress.exp: Add an objdump test.
39 * binutils-all/dw2-1.W: New file.
40
41 2012-08-17 H.J. Lu <hongjiu.lu@intel.com>
42
43 * binutils-all/ar.exp (long_filenames): Remove extra verbose
44 before binutils_run.
45 (thin_archive): Likewise.
46 (thin_archive_with_nested): Likewise. Also run bfdtest1 on
47 $archive2.
48
49 2012-08-16 H.J. Lu <hongjiu.lu@intel.com>
50
51 PR binutils/14481
52 * ar.exp (bfdtest1): New.
53 (long_filenames): Run bfdtest1.
54 (thin_archive): Likewise.
55 (thin_archive_with_nested): Likewise.
56
57 2012-08-13 Ian Bolton <ian.bolton@arm.com>
58 Laurent Desnogues <laurent.desnogues@arm.com>
59 Jim MacArthur <jim.macarthur@arm.com>
60 Marcus Shawcroft <marcus.shawcroft@arm.com>
61 Nigel Stephens <nigel.stephens@arm.com>
62 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
63 Richard Earnshaw <rearnsha@arm.com>
64 Sofiane Naci <sofiane.naci@arm.com>
65 Tejas Belagod <tejas.belagod@arm.com>
66 Yufeng Zhang <yufeng.zhang@arm.com>
67
68 * objdump.exp: Add AArch64.
69
70 2012-08-02 H.J. Lu <hongjiu.lu@intel.com>
71
72 PR binutils/14420
73 * binutils-all/i386/compressed-1a.d: Updated.
74 * binutils-all/objdump.W: Likewise.
75 * binutils-all/readelf.wa: Likewise.
76 * binutils-all/x86-64/compressed-1a.d: Likewise.
77
78 2012-07-28 Kai Tietz <ktietz@redhat.com>
79
80 * binutils-all/windres/version_small.rc: New test.
81 * binutils-all/windres/version_small.rsd: Likewise.
82
83 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
84
85 PR binutils/14319
86 * binutils-all/compress.exp: Test compress empty debug sections.
87
88 * binutils-all/dw2-empty.S: New file.
89
90 2012-06-07 Thomas Schwinge <thomas@codesourcery.com>
91
92 * binutils-all/i386/i386.exp: Don't skip for x86_64-*-linux*.
93
94 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
95
96 * binutils-all/hppa/objdump.exp: Expect addend as signed.
97
98 2012-05-17 Alan Modra <amodra@gmail.com>
99
100 * binutils-all/objdump.W: Update.
101 * binutils-all/readelf.wa: Update.
102 * binutils-all/i386/compressed-1a.d: Update.
103 * binutils-all/x86-64/compressed-1a.d: Update.
104
105 2012-05-16 Meador Inge <meadori@codesourcery.com>
106
107 * binutils-all/arm/objdump.exp:
108 STMFD/LDMIA sp!, {reg} don't disassemble to PUSH/POP {reg} any longer.
109
110 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
111
112 PR binutils/13947
113 * binutils-all/i386/compressed-1b.d: Remove empty REL section.
114 * binutils-all/i386/compressed-1c.d: Likewise.
115
116 * binutils-all/x86-64/compressed-1b.d: Remove empty RELA
117 section.
118 * binutils-all/x86-64/compressed-1c.d: Likewise.
119
120 2012-04-03 Roland McGrath <mcgrathr@google.com>
121
122 * lib/binutils-common.exp (is_elf_format): Consider *-*-nacl* to
123 be ELF too.
124
125 * binutils-all/elfedit-4.d: Add "#as: --64" option.
126
127 * binutils-all/i386/i386.exp: Accept nacl targets too.
128 * binutils-all/x86-64/x86-64.exp: Likewise.
129
130 2012-03-13 Hans-Peter Nilsson <hp@axis.com>
131
132 PR binutils/3807
133 * binutils-all/objcopy.exp (localize-hidden-1): Correct xfailed
134 mips-targets.
135
136 2012-02-25 Walter Lee <walt@tilera.com>
137
138 * binutils-all/objdump.exp (cpus_expected): Add tilegx.
139
140 2012-02-14 Alan Modra <amodra@gmail.com>
141
142 * binutils-all/dlltool.exp: Add setup_xfail.
143
144 * binutils-all/dw2-decodedline.S: Always have whitespace before
145 directives.
146 * binutils-all/version.s: Likewise.
147 * binutils-all/objdump.exp (dw2-decodedline): Don't run for
148 hppa64*-*-hpux*, i370-*-*, i960-*-*.
149
150 2012-02-11 Kai Tietz <ktietz@redhat.com>
151
152 * binutils-all/version.def: New file.
153 * binutils-all/dlltool.exp: Add version-dll test.
154
155 2012-02-02 Nick Clifton <nickc@redhat.com>
156
157 * binutils-all/readelf.n: Add #pass to cope with targets that add
158 their own notes.
159
160 2012-02-01 Nick Clifton <nickc@redhat.com>
161
162 PR binutils/13482
163 * binutils-all/version.s: New test source file.
164 * binutils-all/readelf.n: New file: expected readelf output.
165 * binutils-all/readelf.exp: Add test of .note section contents.
166
167 For older changes see ChangeLog-0411
168 \f
169 Copyright (C) 2012 Free Software Foundation, Inc.
170
171 Copying and distribution of this file, with or without modification,
172 are permitted in any medium without royalty provided the copyright
173 notice and this notice are preserved.
174
175 Local Variables:
176 mode: change-log
177 left-margin: 8
178 fill-column: 74
179 version-control: never
180 End: