[MIPS] Add Loongson 3A2000/3A3000 proccessor support.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
bd782c07
CX
12018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
2
3 * NEWS: Mention Loongson 3A2000/3A3000 proccessor support.
4 * readelf.c (get_machine_flags): Handle gs464e.
5
ac8cb70f
CX
62018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
7
8 * NEWS: Mention Loongson 3A1000 proccessor support.
9 * readelf.c (get_machine_flags): Rename loongson-3a to gs464.
10 (print_mips_isa_ext): Delete AFL_EXT_LOONGSON_3A.
11
a693765e
CX
122018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
13
14 * readelf.c (print_mips_ases): Add Loongson EXT2 extension.
15
bdc6c06e
CX
162018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
17
18 * readelf.c (print_mips_ases): Add Loongson EXT extension.
19
716c08de
CX
202018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
21
22 * readelf.c (print_mips_ases): Add CAM extension.
23
90c745dc
L
242018-08-27 H.J. Lu <hongjiu.lu@intel.com>
25
26 * readelf.c (decode_x86_isa): Print <None> if bitmask only
27 contains the GNU_PROPERTY_X86_UINT32_VALID bit.
28 (decode_x86_feature_1): Likewise.
29 (decode_x86_feature_2): Likewise.
30 (print_gnu_property_note): Don't mask out the
31 GNU_PROPERTY_X86_UINT32_VALID bit.
32 * testsuite/binutils-all/i386/pr21231b.d: Updated.
33 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
34
65b3d26e
L
352018-08-27 H.J. Lu <hongjiu.lu@intel.com>
36
37 * readelf.c (decode_x86_compat_isa): Break multi-statement line.
38 (decode_x86_isa): Likewise.
39 (decode_x86_feature_2): Likewise.
40
7a815dd5
L
412018-08-25 H.J. Lu <hongjiu.lu@intel.com>
42
43 PR ld/23499
44 * readelf.c (get_symbol_version_string): Return _("<corrupt>")
45 for corrupt symbol version info.
46
a9eafb08
L
472018-08-24 H.J. Lu <hongjiu.lu@intel.com>
48
49 * readelf.c (decode_x86_compat_isa): New function.
50 (decode_x86_feature_2): Likewise.
51 (decode_x86_isa): Updated for new X86_ISA_1_XXX bits.
52 (decode_x86_feature): Renamed to ...
53 (decode_x86_feature_1): This. Remove the type argument.
54 (print_gnu_property_note): Handle X86_COMPAT_ISA_1_USED,
55 X86_COMPAT_ISA_1_NEEDED, X86_UINT32_AND_LO, X86_UINT32_AND_HI,
56 X86_UINT32_OR_LO, X86_UINT32_OR_HI, X86_UINT32_OR_AND_LO and
57 X86_UINT32_OR_AND_HI instead of X86_ISA_1_USED, X86_ISA_1_NEEDED
58 and X86_FEATURE_1_AND.
59 * testsuite/binutils-all/i386/pr21231b.s: Updated to the current
60 GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED
61 values.
62 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
63 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
64 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
65 * testsuite/binutils-all/x86-64/pr23494c.s: Likewise.
66 * testsuite/binutils-all/i386/pr21231b.d: Updated.
67 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
68 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
69 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
70 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
71 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
72 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
73 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
74 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
75 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
76
aa7bca9b
L
772018-08-24 H.J. Lu <hongjiu.lu@intel.com>
78
79 * readelf.c (print_gnu_property_note): Check the
80 GNU_PROPERTY_X86_UINT32_VALID bit for invalid GNU property note.
81
14732552
AM
822018-08-23 Alan Modra <amodra@gmail.com>
83
84 * readelf.c (get_ppc64_symbol_other): Return NULL if st_other
85 field contains unrecognised or reserved values. Handle
86 localentry:1 value.
87
7dd36a6f
L
882018-08-23 H.J. Lu <hongjiu.lu@intel.com>
89
90 PR ld/23536
91 * Makefile.am (development.exp): New target.
92 (EXTRA_DEJAGNU_SITE_CONFIG): New.
93 (DISTCLEANFILES): Add development.exp.
94 * Makefile.in: Regenerated.
95 * testsuite/binutils-all/objcopy.exp (strip_test): Call
96 prune_warnings to prune BFD output.
97 (strip_test_with_saving_a_symbol): Likewise.
98 (objcopy_test_without_global_symbol): Likewise.
99 * testsuite/lib/binutils-common.exp (prune_warnings_extra):
100 New proc.
101 (prune_warnings): Likewise.
102
44c2eb66
L
1032018-08-23 H.J. Lu <hongjiu.lu@intel.com>
104
105 * README-how-to-make-a-release: Document setting "experimental"
106 to false.
107
e8a64888
AM
1082018-08-22 Alan Modra <amodra@gmail.com>
109
110 * readelf.c (process_file_header): Assign updated values from
111 section_header[0] fields to e_phnum, e_shnum and e_shstrndx
112 during printing of header. Correct e_shstrndx range check.
113 Remove unnecessary casts and use %u rather than %ld for
114 unsigned int header fields. Don't print a random %lx when
115 reporting an unknown EI_VERSION.
116
06d743b7
NC
1172018-08-21 Nick Clifton <nickc@redhat.com>
118
119 * MAINTAINERS: Note that Arnold Metselaar has retired as the z80
120 maintainer.
121
66b09c7e
S
1222018-08-21 L. Simon <l.simon@samsung.com>
123
124 PR 23531
125 * readelf.c (hppa_process_unwind): Only dump the unwind table if
126 the data was successfully read in.
127
506b86a4
AM
1282018-08-18 Alan Modra <amodra@gmail.com>
129
130 * testsuite/lib/binutils-common.exp (is_elf64): Use directory of
131 input file for readelf.out.
132 (is_rela): New proc.
133 * testsuite/binutils-all/objcopy.exp (elf64): Set new variable
134 from first result of is_elf64 test.
135 (reloc_format): Set using is_rela.
136 (strip-13): Pass RELOC and ELF64 to assembler.
137 (strip-14, strip-15): Use elf64 rather than calling is_elf64 again.
138 * testsuite/binutils-all/strip-13.d: Run for more targets.
139 * testsuite/binutils-all/strip-13mips64.s: Use RELOC and set
140 addend to zero.
141 * testsuite/binutils-all/strip-13rel.s: Use RELOC and ELF64.
142 Don't add _NONE reloc.
143 * testsuite/binutils-all/strip-13rela.s: Likewise.
144
9c973a29
L
1452018-08-10 H.J. Lu <hongjiu.lu@intel.com>
146
147 PR binutils/23494
148 * testsuite/binutils-all/x86-64/pr23494c.s: New file.
149 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
150 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
151
11459a79
L
1522018-08-10 H.J. Lu <hongjiu.lu@intel.com>
153
154 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Skip nacl
155 targets.
156 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
157 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
158 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
159 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
160 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
161 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
162 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
163
6404ab99
L
1642018-08-08 H.J. Lu <hongjiu.lu@intel.com>
165
166 PR binutils/23494
167 * testsuite/binutils-all/x86-64/pr23494a-x32.d: New file.
168 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
169 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
170 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
171 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
172 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
173 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
174 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
175 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
176 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
177
f384a1f0
KB
1782018-08-08 Kevin Buettner <kevinb@redhat.com>
179
180 * dwarf.c (decode_location_expresion): Add case for
181 DW_OP_GNU_variable_value.
182
db1e1b45 1832018-08-06 Claudiu Zissulescu <claziss@synopsys.com>
184
185 * readelf.c (display_arc_attribute): Print Tag_ARC_ATR_version.
186
4aae6e5a
NC
1872018-08-03 Nick Clifton <nickc@redhat.com>
188
189 * objcopy.c (merge_gnu_build_notes): Delete empty notes. Merge
190 identical function notes.
191
e2561448
NC
1922018-08-01 Nick Clifton <nickc@redhat.com>
193
194 * README-how-to-make-a-release: Add note about regenerating the
195 info files prior to the release.
196
2409af1e
AJ
1972018-07-30 Andrew Jenner <andrew@codesourcery.com>
198
199 * MAINTAINERS (C-SKY): Add Yunhai Shang as co-maintainer.
200
d0ba5758
AJ
2012018-07-30 Andrew Jenner <andrew@codesourcery.com>
202
203 * MAINTAINERS (C-SKY): Add Lifang Xia as maintainer.
204
b8891f8d
AJ
2052018-07-30 Andrew Jenner <andrew@codesourcery.com>
206
207 * readelf.c: Include elf/csky.h.
208 (guess_is_rela): Handle EM_CSKY.
209 (dump_relocations): Likewise.
210 (get_machine_name): Likewise.
211 (is_32bit_abs_reloc): Likewise.
212
e3d39609
NC
2132018-07-25 Nick Clifton <nickc@redhat.com>
214
215 * rdcoff.c (parse_coff_struct_type): Free fields array upon early
216 exit.
217 (parse_coff_enum_type): Free names and vals arrays upon early
218 exit.
219 * rddbg.c (read_section_stabs_debugging_info): Free shandle and
220 strings and stabs arrays upon early exit.
221 * readelf.c (get_32bit_section_headers): Free shdrs structure upon
222 early exit.
223 (get_64bit_section_headers): Likewise.
224 (get_32bit_elf_symbols): Generate an error if multiple symbol
225 table index sections are associated with the same symbol section.
226 (get_64bit_elf_symbols): Likewise.
227 (process_dynamic_section): Generate an error if there are multiple
228 dynamic symbol table sections, multiple dynamic string tables or
229 multiple dynamic symbol information sections.
230
1d97232a
NC
2312018-07-24 Nick Clifton <nickc@redhat.com>
232
233 * po/sv.po: Updated Swedish translation.
234
7b8d9e8c
AM
2352018-07-24 Alan Modra <amodra@gmail.com>
236
237 PR 23431
238 * dwarf.c (display_formatted_table): Replace "what" parameter
239 with "is_dir". Expand messages. Fix capitalisation.
240 * testsuite/binutils-all/dw5.W: Update expected output.
241
67ce483b
AM
2422018-07-24 Alan Modra <amodra@gmail.com>
243
244 PR 23430
245 * elfcomm.h (struct archive_info): Rename uses_64bit_indicies
246 to uses_64bit_indices.
247 * elfcomm.c (setup_archive): Update uses of above.
248 * readelf.c (process_archive): Likewise.
249 (get_section_type_name): Rename indicies to indices.
250 (get_32bit_elf_symbols, get_64bit_elf_symbols): Likewise.
251 (process_section_groups): Likewise.
252
e2e31f10
MR
2532018-07-20 Maciej W. Rozycki <macro@mips.com>
254
255 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
256 ISA maintenance.
257
3391569f
NC
2582018-07-20 Nick Clifton <nickc@redhat.com>
259
260 * objcopy.c (add_specific_symbols): Free buffer on exit.
261 (add_redefine_syms_file): Close file handle on exit.
262 (copy_object): Close file handle on early exit.
263 Free buffer on early exit.
264 Free gaps buffers once they are no longer needed.
265 * dwarf.c (display_debug_frames): Free allocated memory on exit.
266 (load_separate_debug_info): Free allocate memory on early exit.
267
8095d2f7
CX
2682018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
269 Maciej W. Rozycki <macro@mips.com>
270
271 * readelf.c (print_mips_ases): Add MMI extension.
272
79f5b65e
DD
2732018-07-19 DJ Delorie <dj@redhat.com>
274
275 * MAINTAINERS (RL78, RX): Remove myself as maintainer.
276
442a6ce8
NC
2772018-07-19 Nick Clifton <nickc@redhat.com>
278
279 * dwarf.c (read_cie): Free allocated memory before returning with
280 a failure result.
281
3fd21718
PFC
2822018-07-16 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
283
284 * readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note
285 description.
286
ad96220c
NC
2872018-07-16 Nick Clifton <nickc@redhat.com>
288
289 * README-how-to-make-a-release: Add note to check for new top
290 level files and add them to the src-release.sh script.
291
6cb624f8
NC
2922018-07-14 Nick Clifton <nickc@redhat.com>
293
294 * README-how-to-make-a-release: Updated with corrections based on
295 the 2.31 release experience.
296
55cc53e9
FT
2972018-07-12 Francois H. Theron <francois.theron@netronome.com>
298
299 * readelf.c (process_section_headers): Don't print section type
300 twice for --section-details.
301
be570f06
AM
3022018-07-10 Alan Modra <amodra@gmail.com>
303
304 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Return
305 zero for xgate.
306
d20e98ab
NC
3072018-07-06 Nick Clifton <nickc@redhat.com>
308
309 * readelf.c (same_section): New function.
310 (print_gnu_build_attribute_description): Do not complain about
311 gaps that cross a section boundary.
312
d8dab054
NC
3132018-07-05 Nick Clifton <nickc@redhat.com>
314
315 * po/bg.po: Updated Bulgarian translation.
316
a05a5b64
TP
3172018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
318
319 * NEWS: Use command-line consistently when used in a compount word.
320 * doc/binutils.texi: Likewise and fix trailing whitespace on same
321 line.
322
30aa1306
NC
3232018-06-26 Nick Clifton <nickc@redhat.com>
324
325 * po/sv.po: Updated Swedish translation.
326 * po/uk.po: Updated Ukranian translation.
327
eca4b721
NC
3282018-06-26 Nick Clifton <nickc@redhat.com>
329
330 * doc/binutils.texi: Fix spelling mistakes.
331 * README--how-to-make-a-release: Likewise.
332
1021d1cb
TT
3332018-06-25 Tom Tromey <tom@tromey.com>
334
335 * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
336 Bump version number.
337
71300e2c
NC
3382018-06-24 Nick Clifton <nickc@redhat.com>
339
340 * README-how-to-make-a-release: Update with experiences from
341 making 2.31 branch.
342 * po/binutils.pot: Regenerate.
343 * configure: Regenerate.
344
719d8288
NC
3452018-06-24 Nick Clifton <nickc@redhat.com>
346
347 2.31 branch created.
348 * NEWS: Add marker for 2.31.
349
d388f643
AM
3502018-06-21 Alan Modra <amodra@gmail.com>
351
352 * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
353 * doc/Makefile.in: Regenerate.
354
d0ac1c44
SM
3552018-06-19 Simon Marchi <simon.marchi@ericsson.com>
356
357 * configure.ac: Remove AC_PREREQ.
358 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
359 info-in-builddir no-texinfo.tex.
360 * Makefile.in: Re-generate.
361 * aclocal.m4: Re-generate.
362 * config.in: Re-generate.
363 * configure: Re-generate.
364 * doc/Makefile.in: Re-generate.
365
3a075e56
AS
3662018-06-19 Andreas Schwab <schwab@suse.de>
367
368 * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
369 (is_8bit_abs_reloc): New function.
370 (is_6bit_abs_reloc): New function.
371 (is_6bit_inplace_sub_reloc): New function.
372 (apply_relocations): Use them. Handle 6-bit relocations.
373
6f20c942
FS
3742018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
375
376 * readelf.c (print_mips_ases): Add GINV extension.
377
1f6f5dba
L
3782018-06-14 H.J. Lu <hongjiu.lu@intel.com>
379
380 PR binutils/23267
381 * readelf.c (get_symbol_version_string): Check if the first
382 symbol version is base version.
383
730c3174
SE
3842018-06-13 Scott Egerton <scott.egerton@imgtec.com>
385 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
386
387 * readelf.c (print_mips_ases): Add CRC.
388
7a486e6d
NC
3892018-06-13 Nick Clifton <nickc@redhat.com>
390
391 * doc/binutils.texi (objdump): Add missing closing square
392 parenthesis to listing of objcopy's command line options.
393
5a485b38
NC
3942018-06-11 Nick Clifton <nickc@redhat.com>
395
396 * po/es.po: Updated Spanish translation.
397
55e99962
L
3982018-06-01 H.J. Lu <hongjiu.lu@intel.com>
399
400 * configure: Regenerated.
401
0034eed0
AM
4022018-05-31 Alan Modra <amodra@gmail.com>
403
404 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
405 set CC_FOR_TARGET. Run test non-native.
406 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
407 Likewise.
408 (test_follow_debuglink): Run test non-native.
409
1869e86f
AB
4102018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
411
412 PR 23107
413 * ar.c (display_offsets): New variable.
414 (usage): Add description of 'O' operator.
415 (decode_option): Handle 'O' operator.
416 (print_descr): Pass display_offsets to print_arelt_descr.
417 * arsup.c: Update call to printy_arelt_descr.
418 * objdump.c: Likewise.
419 * bucomm.c (print_arelt_descr): If offsets parameter is true then
420 display offset of archive element within the archive.
421 * bucomm.h: Update prototype for print_arelt_descr.
422 * doc/binutils.texi: Update description of ar command.
423 * NEWS: Mention the new feature.
424 * testsuite/binutils-all/ar.exp: Add text of new feature.
425
bb3b5316
AM
4262018-05-28 Alan Modra <amodra@gmail.com>
427
428 PR 23235
429 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
430 unsupported rather than fail on compile errors.
431 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
432 Likewise. Save and restore CFLAGS_FOR_TARGET.
433
7f999549
JW
4342018-05-18 Kito Cheng <kito.cheng@gmail.com>
435
436 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
437
7b4ae824
JD
4382018-05-18 John Darrington <john@darrington.wattle.id.au>
439
440 * readelf.c: Add support for s12z architecture.
441 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
442 targets.
443
f9830ec1
TC
4442018-05-15 Tamar Christina <tamar.christina@arm.com>
445
446 PR binutils/21446
447 * doc/binutils.texi (-M): Document AArch64 options.
448
7d02540a
TC
4492018-05-15 Tamar Christina <tamar.christina@arm.com>
450
451 PR binutils/21446
452 * doc/binutils.texi (-M): Document AArch64 options.
453 * NEWS: Document notes and warnings.
454
679ca975
AM
4552018-05-15 Alan Modra <amodra@gmail.com>
456
457 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
458 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
459 and *uclinux* into *linux*.
460 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
461 strip-13 test, exclude arm-vxworks and arm-windiss.
462
637b1970
JD
4632018-05-10 John Darrington <john@darrington.wattle.id.au>
464
465 * readelf.c (get_machine_name): EM_S12Z - handle new case.
466
60cb2c8a
AM
4672018-05-09 Alan Modra <amodra@gmail.com>
468
469 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
470
84f9f8c3
AM
4712018-05-09 Sebastian Rasmussen <sebras@gmail.com>
472
473 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
474
886d5428
AM
4752018-05-08 Alan Modra <amodra@gmail.com>
476
477 PR 23141
478 * objcopy.c (is_strip_section): Strip groups without a valid
479 signature symbol.
480
ce4ec1a9
AM
4812018-05-07 Alan Modra <amodra@gmail.com>
482
483 PR 23142
484 * objcopy.c (group_signature): Don't accept groups that use a
485 symbol table other than the one we've read.
486
fe944acf
FT
4872018-04-30 Francois H. Theron <francois.theron@netronome.com>
488
489 * readelf.c: Very basic support for EM_NFP and its section types.
490 * testsuite/binutils-all/nfp: New directory.
491 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
492 tests.
493 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
494 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
495 * testsuite/binutils-all/nfp/test1.d: New file.
496 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
497 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
498 * NEWS: Mention the new support.
499
6d9dabbb
MR
5002018-04-27 Maciej W. Rozycki <macro@mips.com>
501
502 * testsuite/lib/binutils-common.exp (match_target): New procedure.
503 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
504 of `istarget' for matching with `target', `not-target', `skip'
505 and `not-skip' options.
506
0df8ad28
NC
5072018-04-26 Nick Clifton <nickc@redhat.com>
508
509 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
510 32-bit absolute reloc for the HPPA target.
511 * testsuite/binutils-all/note-5.d: New test.
512 * testsuite/binutils-all/note-5.s: Source file for new test.
513 * testsuite/binutils-all/objcopy.exp: Run new test.
514
f1ac0afe
CL
5152018-04-25 Christophe Lyon <christophe.lyon@st.com>
516
517 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
518 * testsuite/binutils-all/elfedit-3.d: Likewise.
519 * testsuite/binutils-all/objcopy.exp: Likewise.
520 * testsuite/binutils-all/strip-3.d: Likewise.
521 * testsuite/lib/binutils-common.exp: Likewise.
522
18a20338
CL
5232018-04-25 Christophe Lyon <christophe.lyon@st.com>
524 Mickaël Guêné <mickael.guene@st.com>
525
526 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
527 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
528
2ac93be7
AM
5292018-04-25 Alan Modra <amodra@gmail.com>
530
531 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
532 arm-coff support.
533 * testsuite/binutils-all/objcopy.exp: Likewise.
534 * testsuite/lib/binutils-common.exp: Likewise.
535
a7504f87
NC
5362018-04-18 Nick Clifton <nickc@redhat.com>
537
538 PR 23062
539 * dwarf.c (read_and_display_attr_value): Replace assertions with
540 test and warning message.
541
c65c21e1
AM
5422018-04-18 Alan Modra <amodra@gmail.com>
543
544 * testsuite/lib/binutils-common.exp: Remove support for assorted
545 aout targets.
546
6aea08d9
NC
5472018-04-17 Nick Clifton <nickc@redhat.com>
548
c4a91159 549 PR 23063
56d8f8a9
NC
550 * readelf.c (print_symbol): If the width is zero, return straight
551 away.
552
6aea08d9
NC
553 PR 23064
554 * dwarf.c (process_cu_tu_index): Test for a potential buffer
555 overrun before copying signature pointer.
556
f954747f
AM
5572018-04-17 Alan Modra <amodra@gmail.com>
558
559 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
560
d7867d17
AM
5612018-04-16 Alan Modra <amodra@gmail.com>
562
563 * readelf.c (get_machine_name): Correct typo.
564
ddb00039
AM
5652018-04-16 Alan Modra <amodra@gmail.com>
566
567 * configure.ac: Remove arm-epoc-pe support.
568 * dlltool.c: Likewise.
569 * configure: Regenerate.
570
c9098af4
AM
5712018-04-16 Alan Modra <amodra@gmail.com>
572
573 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
574 sparc-coff support.
575
dc12032b
AM
5762018-04-16 Alan Modra <amodra@gmail.com>
577
578 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
579 support.
580 * testsuite/binutils-all/copy-3.d: Likewise.
581 * testsuite/binutils-all/objcopy.exp: Likewise.
582 * testsuite/lib/binutils-common.exp: Likewise.
583
211dc24b
AM
5842018-04-16 Alan Modra <amodra@gmail.com>
585
586 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
587
a9a4b302
AM
5882018-04-16 Alan Modra <amodra@gmail.com>
589
590 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
591
04cb01fd
AM
5922018-04-16 Alan Modra <amodra@gmail.com>
593
594 * testsuite/binutils-all/objdump.exp: Remove we32k support.
595
c2bf1eec
AM
5962018-04-16 Alan Modra <amodra@gmail.com>
597
598 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
599 * testsuite/binutils-all/objdump.exp: Remove m88k support.
600
6793974d
AM
6012018-04-16 Alan Modra <amodra@gmail.com>
602
603 * readelf.c: Remove i370 support.
604 * testsuite/binutils-all/objdump.exp: Likewise.
605
e82aa794
AM
6062018-04-16 Alan Modra <amodra@gmail.com>
607
608 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
609 * testsuite/lib/binutils-common.exp: Likewise.
610
fe0bf0fd
AM
6112018-04-16 Alan Modra <amodra@gmail.com>
612
613 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
614
fdef3943
AM
6152018-04-16 Alan Modra <amodra@gmail.com>
616
617 * Makefile.am: Remove IEEE 695 support.
618 * budbg.h: Likewise.
619 * doc/binutils.texi: Likewise.
620 * makefile.vms: Likewise.
621 * objcopy.c: Likewise.
622 * objdump.c: Likewise.
623 * rddbg.c: Likewise.
624 * ieee.c: Delete.
625 * Makefile.in: Regenerate.
626 * po/POTFILES.in: Regenerate.
627
5972ac73
AM
6282018-04-16 Alan Modra <amodra@gmail.com>
629
630 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
631 * testsuite/binutils-all/nm.exp: Likewise.
632
b4b594e3
AM
6332018-04-16 Alan Modra <amodra@gmail.com>
634
635 * .gitignore: Remove netware support.
636 * Makefile.am: Likewise.
637 * configure.ac: Likewise.
638 * doc/Makefile.am: Likewise.
639 * doc/binutils.texi: Likewise.
640 * testsuite/binutils-all/nm.exp: Likewise.
641 * nlmconv.c: Delete.
642 * nlmconv.h: Delete.
643 * nlmheader.y: Delete.
644 * Makefile.in: Regenerate.
645 * configure: Regenerate.
646 * doc/Makefile.in: Regenerate.
647 * po/POTFILES.in: Regenerate.
648
fceadf09
AM
6492018-04-16 Alan Modra <amodra@gmail.com>
650
651 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
652
fb70ec17
AM
6532018-04-14 Alan Modra <amodra@gmail.com>
654
655 * readelf.c (get_machine_name): Revert 2018-04-11 change.
656
86c6c6df
NC
6572018-04-12 Nick Clifton <nickc@redhat.com>
658
659 PR 23050
660 * readelf.c (process_dynamic_section): Correct dynamic string
661 table size calculation.
662
a8eb42a8
AM
6632018-04-11 Alan Modra <amodra@gmail.com>
664
665 * ieee.c: Remove i960 support.
666 * od-macho.c: Remove i860 support.
667 * readelf.c: Remove i860 and i960 support.
668 * testsuite/binutils-all/objcopy.exp: Likewise.
669 * testsuite/binutils-all/objdump.exp: Likewise.
670 * testsuite/lib/binutils-common.exp: Likewise.
671
c43b2c54
MR
6722018-04-11 Maciej W. Rozycki <macro@mips.com>
673
674 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
675 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
676
d4ae1932
AM
6772018-04-10 Alan Modra <amodra@gmail.com>
678
679 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
680 reloc=11 for pru and reloc=50 for nds32.
681 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
682
d52e3d06
MR
6832018-04-09 Maciej W. Rozycki <macro@mips.com>
684
685 * testsuite/binutils-all/strip-15.d: New test.
686 * testsuite/binutils-all/strip-15rel.s: New test source.
687 * testsuite/binutils-all/strip-15rela.s: New test source.
688 * testsuite/binutils-all/strip-15mips64.s: New test source.
689 * testsuite/binutils-all/objcopy.exp: Run the new test.
690
3f97ba9f
MR
6912018-04-09 Maciej W. Rozycki <macro@mips.com>
692
693 * testsuite/binutils-all/strip-14.d: New test.
694 * testsuite/binutils-all/strip-14rel.s: New test source.
695 * testsuite/binutils-all/strip-14rela.s: New test source.
696 * testsuite/binutils-all/strip-14mips64.s: New test source.
697 * testsuite/binutils-all/objcopy.exp: Run the new test.
698
2008a0db
TT
6992018-04-06 Tom Tromey <tom@tromey.com>
700
701 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
702 constants from DWARF 5.
703
3cba8b6c
L
7042018-04-05 H.J. Lu <hongjiu.lu@intel.com>
705
706 PR gas/22318
707 * configure: Regenerated.
708
2d8c1a23
MR
7092018-04-05 Maciej W. Rozycki <macro@mips.com>
710
711 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
712 than `.dc.w' in second relocation.
713
65bd2045
MR
7142018-04-05 Maciej W. Rozycki <macro@mips.com>
715
716 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
717 relocation type 0x8f' error message.
718
2f8ceb38
MR
7192018-04-05 Maciej W. Rozycki <macro@mips.com>
720
721 * testsuite/binutils-all/strip-13.s: Rename to...
722 * testsuite/binutils-all/strip-13rela.s: ... this.
723 * testsuite/binutils-all/strip-13rel.s: New test source.
724 * testsuite/binutils-all/strip-13mips64.s: New test source.
725 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
726 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
727 `m68hc11-*' to `not-target' list.
728 * testsuite/binutils-all/objcopy.exp: Switch between sources for
729 `strip-13'.
730
aad7be45
MR
7312018-04-05 Maciej W. Rozycki <macro@mips.com>
732
733 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
734 241 (0xf1) for the relocation number and RELA addend.
735 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
736 `not-target' list.
737
89f60df2
JDA
7382018-04-04 John David Anglin <danglin@gcc.gnu.org>
739
740 * MAINTAINERS: Update my e-mail address.
741
f1ca0d6d
NC
7422018-04-04 Nick Clifton <nickc@redhat.com>
743
744 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
745
8fd75781
NC
7462018-03-23 Nick Clifton <nickc@redhat.com>
747
748 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
749 symbols.
750 (print_gnu_build_attribute_description): If no file start symbol
751 could be found, look for one two bytes into the file.
752 * testsuite/binutils-all/note-4-64.s: Set the address of the file
753 start symbol to two bytes into the file.
754 * testsuite/binutils-all/note-4-32.s: Likewise.
755
b1202ffa
L
7562018-03-21 H.J. Lu <hongjiu.lu@intel.com>
757
758 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
759 DF_1_WEAKFILTER and DF_1_NOCOMMON.
760
7e100140
NC
7612018-03-20 Nick Clifton <nickc@redhat.com>
762
763 * po/es.po: Updated Spanish translation.
764 * po/ru.po: Updated Russian translation.
765
e45ad123
NC
7662018-03-13 Nick Clifton <nickc@redhat.com>
767
768 PR 22957
769 * stabs.c (pop_binincl): Fail if the file index is off the end of
770 the stack.
771
81db3241
NC
7722018-03-13 Nick Clifton <nickc@redhat.com>
773
774 PR 22955
775 * stabs.c (parse_number): Add p_end parameter and use it to check
776 the validity of the pp parameter. Add checks to prevent walking
777 off the end of the string buffer.
778 (parse_stab_string): Likewise.
779 (parse_stab_type): Likewise.
780 (parse_stab_type_number): Likewise.
781 (parse_stab_range_type): Likewise.
782 (parse_stab_sun_builtin_type): Likewise.
783 (parse_stab_sun_floating_type): Likewise.
784 (parse_stab_enum_type): Likewise.
785 (parse_stab_struct_type): Likewise.
786 (parse_stab_baseclasses): Likewise.
787 (parse_stab_struct_fields): Likewise.
788 (parse_stab_cpp_abbrev): Likewise.
789 (parse_stab_one_struct_field): Likewise.
790 (parse_stab_members): Likewise.
791 (parse_stab_tilde_field): Likewise.
792 (parse_stab_array_type): Likewise.
e45ad123 793
81db3241
NC
794 * parse_stab: Compute the end of the string and then pass it on to
795 individual parser functions.
796
6d4f21f6
PP
7972018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
798
799 PR binutils/22923
800 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
801 overflow.
802
52fe4420
AM
8032018-03-07 Alan Modra <amodra@gmail.com>
804
805 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
806 * configure: Regenerate.
807
0e70b27b
L
8082018-03-05 H.J. Lu <hongjiu.lu@intel.com>
809
810 PR binutils/22911
811 * objdump.c (is_significant_symbol_name): Return TRUE for all
812 .plt* sections.
813 (find_symbol_for_address): Replace linear search with binary
814 search on dynamic relocations.
815
d11ae95e
NC
8162018-03-01 Nick Clifton <nickc@redhat.com>
817
818 PR 22905
819 * dwarf.c (display_debug_ranges): Check that the offset loaded
820 from the range_entry structure is valid.
821
e184813f
AM
8222018-03-01 Alan Modra <amodra@gmail.com>
823
824 * configure.ac (ALL_LINGUAS): Add sr. Sort.
825 * configure: Regenerate.
826
bc7c0509
NC
8272018-02-27 Nick Clifton <nickc@redhat.com>
828
829 * po/pt.po: New Portuguese translation.
830 * configure.ac (ALL_LINGUAS): Add pt.
831 * configure: Regenerate.
832
f3185997
NC
8332018-02-27 Nick Clifton <nickc@redhat.com>
834
835 PR 22875
836 * objcopy.c (copy_object): Check the error status after marking
837 symbols used in relocations.
838 * testsuite/binutils-all/strip-13.s: New test source file.
839 * testsuite/binutils-all/strip-13.s: New test driver file.
840 * testsuite/binutils-all/objcopy.exp: Run the new test.
841
2c1c9679
AM
8422018-02-26 Alan Modra <amodra@gmail.com>
843
844 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
845 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
846
6e05870c
AM
8472018-02-23 Alan Modra <amodra@gmail.com>
848
849 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
850 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
851
b0ab9c45
RH
8522018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
853
854 * doc/binutils.texi (objcopy): Add missing closing square
855 parenthesis to listing of objcopy's command line options.
856
e535d0dd
MK
8572018-02-19 Matthias Klose <doko@debian.org>
858
859 * strings.c (long_options): Include-all-whitespace does not take
860 an extra agument.
861
6e5e9d58
AM
8622018-02-13 Alan Modra <amodra@gmail.com>
863
864 PR 22836
865 * testsuite/binutils-all/group-7.s,
866 * testsuite/binutils-all/group-7a.d,
867 * testsuite/binutils-all/group-7b.d,
868 * testsuite/binutils-all/group-7c.d: New tests.
869 * testsuite/binutils-all/objcopy.exp: Run them.
870
8de3a6e2
NC
8712018-02-08 Nick Clifton <nickc@redhat.com>
872
873 PR 22802
874 * dwarf.c (load_separate_debug_file): Return early if the user is
875 not interested in debug links.
876
68807c3c
NC
8772018-02-06 Nick Clifton <nickc@redhat.com>
878
879 PR 22793
880 * readelf.c (find_section): Replace assertion with test and return
881 of NULL.
882 (find_section_by_address): Add test of section header table
883 existance.
884 (find_section_by_type): Likewise.
885 (find_section_in_set): Likewise.
886
2d6dda71
MR
8872018-02-05 Maciej W. Rozycki <macro@mips.com>
888
889 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
890 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
891 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
892 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
893
78c88364
MR
8942018-02-05 Maciej W. Rozycki <macro@mips.com>
895
896 * testsuite/config/default.exp (binutils_run): Document
897 `binutils_run_status'.
898 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
899 and set it.
900 (run_dump_test): Add `error', `error_output', `warning' and
901 `warning_output' options. Update documentation accordingly.
902
5bb0830d
AB
9032018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
904
905 * dwarf.c (dwarf_regnames_riscv): New register name table.
906 (init_dwarf_regnames_riscv): New function.
907 (init_dwarf_regnames): Add call to initialise RiscV register
908 names.
909 * dwarf.h (init_dwarf_regnames_riscv): Declare.
910 * objdump.c (dump_dwarf): Add call to initialise RiscV register
911 names.
912
f2023ce7
AM
9132018-02-01 Alan Modra <amodra@gmail.com>
914
915 PR 22769
916 * objdump.c (load_specific_debug_section): Check for overflow
917 when adding one to section size for a string section terminator.
918
fcabedd5
NC
9192018-01-30 Nick Clifton <nickc@redhat.com>
920
921 PR 22734
922 * doc/binutils.texi (nm): Update description to point out that
923 zero-initialized values can also be shown as type B, b, S or s
924 since they can be stored in the BSS section.
925
f49db8be
AM
9262018-01-30 Alan Modra <amodra@gmail.com>
927
928 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
929 "artificially large" end address.
930
a8d6d6ac
NC
9312018-01-28 Nick Clifton <nickc@redhat.com>
932
933 * README-how-to-make-a-release: Add note about checking gpg key
934 and the results of gnupload.
935
9a5db26e
NC
9362018-01-27 Nick Clifton <nickc@redhat.com>
937
938 * README-how-to-make-a-release: Add details on how to actually
939 make the release.
940
94c2436b
NC
9412018-01-26 Nick Clifton <nickc@redhat.com>
942
943 * README-how-to-make-a-release: Add more details on updating
944 version numbers.
945
1ea332d6
MR
9462018-01-22 Maciej W. Rozycki <macro@mips.com>
947
948 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
949 option description.
950
d65ce302
MR
9512018-01-22 Maciej W. Rozycki <macro@mips.com>
952
953 * MAINTAINERS: Update my company e-mail address.
954
f433138f
NC
9552018-01-22 Nick Clifton <nickc@redhat.com>
956
957 * po/sv.po: Updated Swedish translation.
958
7ab82037
NC
9592018-01-18 Nick Clifton <nickc@redhat.com>
960
961 * po/bg.po: Updated Bulgarian translation.
962
0dd86f32
JB
9632018-01-16 Joel Brobecker <brobecker@adacore.com>
964
965 * README-how-to-make-a-release: Add reminder to update the
966 branch name in gdbadmin's crontab on sourceware.
967
a960d29f
JB
9682018-01-16 Joel Brobecker <brobecker@adacore.com>
969
970 * README-how-to-make-a-release: Remove trailing spaces.
971
f6efed01
NC
9722018-01-16 Nick Clifton <nickc@redhat.com>
973
974 * po/fr.po: Updated French translation.
975
616dcb87
NC
9762018-01-15 Nick Clifton <nickc@redhat.com>
977
978 * po/uk.po: Updated Ukranian translation.
979
3957a496
NC
9802018-01-13 Nick Clifton <nickc@redhat.com>
981
19e2900b 982 * README-how-to-make-a-release: Update notes.
3957a496
NC
983 * po/binutils.pot: Regenerated.
984
769c7ea5
NC
9852018-01-13 Nick Clifton <nickc@redhat.com>
986
987 * configure: Regenerate.
988
9176ac5b
NC
9892018-01-13 Nick Clifton <nickc@redhat.com>
990
faf766e3 991 2.30 branch created.
9176ac5b
NC
992 * NEWS: Add marker for 2.30.
993
98ab9e96
NC
9942018-01-12 Nick Clifton <nickc@redhat.com>
995
996 * README-how-to-make-a-release: Add notes on how to make the
997 branch and prelease snapshot.
998 * BRANCHES: Add binutils-2_29-branch.
999
bf41f30d
NC
10002018-01-10 Nick Clifton <nickc@redhat.com>
1001
1002 * MAINTAINERS: Note that it is now the configure.ac file and not
1003 the configure.in file that needs to be kept in sync with gcc.
1004 Add a note about sending patches for libiberty to gcc.
1005
f13974bd
NC
10062018-01-03 Nick Clifton <nickc@redhat.com>
1007
1008 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
1009 constants.
1010
6f156d7a
NC
10112018-01-03 Nick Clifton <nickc@redhat.com>
1012
1013 * objcopy.c (objcopy_internal_note): New structure.
1014 (gap_exists): New function.
1015 (is_open_note): New function.
1016 (is_func_note): New function.
1017 (is_64bit): New function.
1018 (merge_gnu_build_notes): Handle v3 notes. Do not merge
1019 if there are relocations against the notes.
1020 * readelf.c (get_note_type): Use short names for build attribute
1021 notes.
1022 (print_symbol_for_build_attribute): Rename to
1023 get_symbol_for_build_attribute. Returns the found symbol rather
1024 than printing it.
1025 (print_gnu_build_attribute_description): Maintain address ranges
1026 for function notes as well as global notes. Handle v3 notes.
1027 (print_gnu_build_attribute_name): Use more space for printing the
1028 name in wide mode.
1029 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
1030 Eliminate symbol references in order to remove the need for
1031 relocations.
1032 * testsuite/binutils-all/note-2-64.s: Likewise.
1033 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
1034 symbol.
1035 * testsuite/binutils-all/note-3-64.s: Likewise.
1036 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
1037 output.
1038 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
1039 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
1040 * testsuite/binutils-all/note-2-32.d: Likewise.
1041 * testsuite/binutils-all/note-2-64.d: Likewise.
1042 * testsuite/binutils-all/note-3-32.d: Likewise.
1043 * testsuite/binutils-all/note-3-64.d: Likewise.
1044 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
1045 * testsuite/binutils-all/note-4-32.s: New test.
1046 * testsuite/binutils-all/note-4-64.d: New test result file.
1047 * testsuite/binutils-all/note-4-32.d: New test result file.
1048
219d1afa
AM
10492018-01-03 Alan Modra <amodra@gmail.com>
1050
1051 Update year range in copyright notice of all files.
1052
1e563868 1053For older changes see ChangeLog-2017
3499769a 1054\f
1e563868 1055Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
1056
1057Copying and distribution of this file, with or without modification,
1058are permitted in any medium without royalty provided the copyright
1059notice and this notice are preserved.
1060
1061Local Variables:
1062mode: change-log
1063left-margin: 8
1064fill-column: 74
1065version-control: never
1066End:
This page took 0.184705 seconds and 4 git commands to generate.