[MIPS/GAS] Split Loongson CAM Instructions from loongson3a
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
716c08de
CX
12018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
2
3 * readelf.c (print_mips_ases): Add CAM extension.
4
90c745dc
L
52018-08-27 H.J. Lu <hongjiu.lu@intel.com>
6
7 * readelf.c (decode_x86_isa): Print <None> if bitmask only
8 contains the GNU_PROPERTY_X86_UINT32_VALID bit.
9 (decode_x86_feature_1): Likewise.
10 (decode_x86_feature_2): Likewise.
11 (print_gnu_property_note): Don't mask out the
12 GNU_PROPERTY_X86_UINT32_VALID bit.
13 * testsuite/binutils-all/i386/pr21231b.d: Updated.
14 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
15
65b3d26e
L
162018-08-27 H.J. Lu <hongjiu.lu@intel.com>
17
18 * readelf.c (decode_x86_compat_isa): Break multi-statement line.
19 (decode_x86_isa): Likewise.
20 (decode_x86_feature_2): Likewise.
21
7a815dd5
L
222018-08-25 H.J. Lu <hongjiu.lu@intel.com>
23
24 PR ld/23499
25 * readelf.c (get_symbol_version_string): Return _("<corrupt>")
26 for corrupt symbol version info.
27
a9eafb08
L
282018-08-24 H.J. Lu <hongjiu.lu@intel.com>
29
30 * readelf.c (decode_x86_compat_isa): New function.
31 (decode_x86_feature_2): Likewise.
32 (decode_x86_isa): Updated for new X86_ISA_1_XXX bits.
33 (decode_x86_feature): Renamed to ...
34 (decode_x86_feature_1): This. Remove the type argument.
35 (print_gnu_property_note): Handle X86_COMPAT_ISA_1_USED,
36 X86_COMPAT_ISA_1_NEEDED, X86_UINT32_AND_LO, X86_UINT32_AND_HI,
37 X86_UINT32_OR_LO, X86_UINT32_OR_HI, X86_UINT32_OR_AND_LO and
38 X86_UINT32_OR_AND_HI instead of X86_ISA_1_USED, X86_ISA_1_NEEDED
39 and X86_FEATURE_1_AND.
40 * testsuite/binutils-all/i386/pr21231b.s: Updated to the current
41 GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED
42 values.
43 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
44 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
45 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
46 * testsuite/binutils-all/x86-64/pr23494c.s: Likewise.
47 * testsuite/binutils-all/i386/pr21231b.d: Updated.
48 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
49 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
50 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
51 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
52 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
53 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
54 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
55 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
56 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
57
aa7bca9b
L
582018-08-24 H.J. Lu <hongjiu.lu@intel.com>
59
60 * readelf.c (print_gnu_property_note): Check the
61 GNU_PROPERTY_X86_UINT32_VALID bit for invalid GNU property note.
62
14732552
AM
632018-08-23 Alan Modra <amodra@gmail.com>
64
65 * readelf.c (get_ppc64_symbol_other): Return NULL if st_other
66 field contains unrecognised or reserved values. Handle
67 localentry:1 value.
68
7dd36a6f
L
692018-08-23 H.J. Lu <hongjiu.lu@intel.com>
70
71 PR ld/23536
72 * Makefile.am (development.exp): New target.
73 (EXTRA_DEJAGNU_SITE_CONFIG): New.
74 (DISTCLEANFILES): Add development.exp.
75 * Makefile.in: Regenerated.
76 * testsuite/binutils-all/objcopy.exp (strip_test): Call
77 prune_warnings to prune BFD output.
78 (strip_test_with_saving_a_symbol): Likewise.
79 (objcopy_test_without_global_symbol): Likewise.
80 * testsuite/lib/binutils-common.exp (prune_warnings_extra):
81 New proc.
82 (prune_warnings): Likewise.
83
44c2eb66
L
842018-08-23 H.J. Lu <hongjiu.lu@intel.com>
85
86 * README-how-to-make-a-release: Document setting "experimental"
87 to false.
88
e8a64888
AM
892018-08-22 Alan Modra <amodra@gmail.com>
90
91 * readelf.c (process_file_header): Assign updated values from
92 section_header[0] fields to e_phnum, e_shnum and e_shstrndx
93 during printing of header. Correct e_shstrndx range check.
94 Remove unnecessary casts and use %u rather than %ld for
95 unsigned int header fields. Don't print a random %lx when
96 reporting an unknown EI_VERSION.
97
06d743b7
NC
982018-08-21 Nick Clifton <nickc@redhat.com>
99
100 * MAINTAINERS: Note that Arnold Metselaar has retired as the z80
101 maintainer.
102
66b09c7e
S
1032018-08-21 L. Simon <l.simon@samsung.com>
104
105 PR 23531
106 * readelf.c (hppa_process_unwind): Only dump the unwind table if
107 the data was successfully read in.
108
506b86a4
AM
1092018-08-18 Alan Modra <amodra@gmail.com>
110
111 * testsuite/lib/binutils-common.exp (is_elf64): Use directory of
112 input file for readelf.out.
113 (is_rela): New proc.
114 * testsuite/binutils-all/objcopy.exp (elf64): Set new variable
115 from first result of is_elf64 test.
116 (reloc_format): Set using is_rela.
117 (strip-13): Pass RELOC and ELF64 to assembler.
118 (strip-14, strip-15): Use elf64 rather than calling is_elf64 again.
119 * testsuite/binutils-all/strip-13.d: Run for more targets.
120 * testsuite/binutils-all/strip-13mips64.s: Use RELOC and set
121 addend to zero.
122 * testsuite/binutils-all/strip-13rel.s: Use RELOC and ELF64.
123 Don't add _NONE reloc.
124 * testsuite/binutils-all/strip-13rela.s: Likewise.
125
9c973a29
L
1262018-08-10 H.J. Lu <hongjiu.lu@intel.com>
127
128 PR binutils/23494
129 * testsuite/binutils-all/x86-64/pr23494c.s: New file.
130 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
131 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
132
11459a79
L
1332018-08-10 H.J. Lu <hongjiu.lu@intel.com>
134
135 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Skip nacl
136 targets.
137 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
138 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
139 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
140 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
141 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
142 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
143 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
144
6404ab99
L
1452018-08-08 H.J. Lu <hongjiu.lu@intel.com>
146
147 PR binutils/23494
148 * testsuite/binutils-all/x86-64/pr23494a-x32.d: New file.
149 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
150 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
151 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
152 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
153 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
154 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
155 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
156 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
157 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
158
f384a1f0
KB
1592018-08-08 Kevin Buettner <kevinb@redhat.com>
160
161 * dwarf.c (decode_location_expresion): Add case for
162 DW_OP_GNU_variable_value.
163
db1e1b45 1642018-08-06 Claudiu Zissulescu <claziss@synopsys.com>
165
166 * readelf.c (display_arc_attribute): Print Tag_ARC_ATR_version.
167
4aae6e5a
NC
1682018-08-03 Nick Clifton <nickc@redhat.com>
169
170 * objcopy.c (merge_gnu_build_notes): Delete empty notes. Merge
171 identical function notes.
172
e2561448
NC
1732018-08-01 Nick Clifton <nickc@redhat.com>
174
175 * README-how-to-make-a-release: Add note about regenerating the
176 info files prior to the release.
177
2409af1e
AJ
1782018-07-30 Andrew Jenner <andrew@codesourcery.com>
179
180 * MAINTAINERS (C-SKY): Add Yunhai Shang as co-maintainer.
181
d0ba5758
AJ
1822018-07-30 Andrew Jenner <andrew@codesourcery.com>
183
184 * MAINTAINERS (C-SKY): Add Lifang Xia as maintainer.
185
b8891f8d
AJ
1862018-07-30 Andrew Jenner <andrew@codesourcery.com>
187
188 * readelf.c: Include elf/csky.h.
189 (guess_is_rela): Handle EM_CSKY.
190 (dump_relocations): Likewise.
191 (get_machine_name): Likewise.
192 (is_32bit_abs_reloc): Likewise.
193
e3d39609
NC
1942018-07-25 Nick Clifton <nickc@redhat.com>
195
196 * rdcoff.c (parse_coff_struct_type): Free fields array upon early
197 exit.
198 (parse_coff_enum_type): Free names and vals arrays upon early
199 exit.
200 * rddbg.c (read_section_stabs_debugging_info): Free shandle and
201 strings and stabs arrays upon early exit.
202 * readelf.c (get_32bit_section_headers): Free shdrs structure upon
203 early exit.
204 (get_64bit_section_headers): Likewise.
205 (get_32bit_elf_symbols): Generate an error if multiple symbol
206 table index sections are associated with the same symbol section.
207 (get_64bit_elf_symbols): Likewise.
208 (process_dynamic_section): Generate an error if there are multiple
209 dynamic symbol table sections, multiple dynamic string tables or
210 multiple dynamic symbol information sections.
211
1d97232a
NC
2122018-07-24 Nick Clifton <nickc@redhat.com>
213
214 * po/sv.po: Updated Swedish translation.
215
7b8d9e8c
AM
2162018-07-24 Alan Modra <amodra@gmail.com>
217
218 PR 23431
219 * dwarf.c (display_formatted_table): Replace "what" parameter
220 with "is_dir". Expand messages. Fix capitalisation.
221 * testsuite/binutils-all/dw5.W: Update expected output.
222
67ce483b
AM
2232018-07-24 Alan Modra <amodra@gmail.com>
224
225 PR 23430
226 * elfcomm.h (struct archive_info): Rename uses_64bit_indicies
227 to uses_64bit_indices.
228 * elfcomm.c (setup_archive): Update uses of above.
229 * readelf.c (process_archive): Likewise.
230 (get_section_type_name): Rename indicies to indices.
231 (get_32bit_elf_symbols, get_64bit_elf_symbols): Likewise.
232 (process_section_groups): Likewise.
233
e2e31f10
MR
2342018-07-20 Maciej W. Rozycki <macro@mips.com>
235
236 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
237 ISA maintenance.
238
3391569f
NC
2392018-07-20 Nick Clifton <nickc@redhat.com>
240
241 * objcopy.c (add_specific_symbols): Free buffer on exit.
242 (add_redefine_syms_file): Close file handle on exit.
243 (copy_object): Close file handle on early exit.
244 Free buffer on early exit.
245 Free gaps buffers once they are no longer needed.
246 * dwarf.c (display_debug_frames): Free allocated memory on exit.
247 (load_separate_debug_info): Free allocate memory on early exit.
248
8095d2f7
CX
2492018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
250 Maciej W. Rozycki <macro@mips.com>
251
252 * readelf.c (print_mips_ases): Add MMI extension.
253
79f5b65e
DD
2542018-07-19 DJ Delorie <dj@redhat.com>
255
256 * MAINTAINERS (RL78, RX): Remove myself as maintainer.
257
442a6ce8
NC
2582018-07-19 Nick Clifton <nickc@redhat.com>
259
260 * dwarf.c (read_cie): Free allocated memory before returning with
261 a failure result.
262
3fd21718
PFC
2632018-07-16 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
264
265 * readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note
266 description.
267
ad96220c
NC
2682018-07-16 Nick Clifton <nickc@redhat.com>
269
270 * README-how-to-make-a-release: Add note to check for new top
271 level files and add them to the src-release.sh script.
272
6cb624f8
NC
2732018-07-14 Nick Clifton <nickc@redhat.com>
274
275 * README-how-to-make-a-release: Updated with corrections based on
276 the 2.31 release experience.
277
55cc53e9
FT
2782018-07-12 Francois H. Theron <francois.theron@netronome.com>
279
280 * readelf.c (process_section_headers): Don't print section type
281 twice for --section-details.
282
be570f06
AM
2832018-07-10 Alan Modra <amodra@gmail.com>
284
285 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Return
286 zero for xgate.
287
d20e98ab
NC
2882018-07-06 Nick Clifton <nickc@redhat.com>
289
290 * readelf.c (same_section): New function.
291 (print_gnu_build_attribute_description): Do not complain about
292 gaps that cross a section boundary.
293
d8dab054
NC
2942018-07-05 Nick Clifton <nickc@redhat.com>
295
296 * po/bg.po: Updated Bulgarian translation.
297
a05a5b64
TP
2982018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
299
300 * NEWS: Use command-line consistently when used in a compount word.
301 * doc/binutils.texi: Likewise and fix trailing whitespace on same
302 line.
303
30aa1306
NC
3042018-06-26 Nick Clifton <nickc@redhat.com>
305
306 * po/sv.po: Updated Swedish translation.
307 * po/uk.po: Updated Ukranian translation.
308
eca4b721
NC
3092018-06-26 Nick Clifton <nickc@redhat.com>
310
311 * doc/binutils.texi: Fix spelling mistakes.
312 * README--how-to-make-a-release: Likewise.
313
1021d1cb
TT
3142018-06-25 Tom Tromey <tom@tromey.com>
315
316 * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
317 Bump version number.
318
71300e2c
NC
3192018-06-24 Nick Clifton <nickc@redhat.com>
320
321 * README-how-to-make-a-release: Update with experiences from
322 making 2.31 branch.
323 * po/binutils.pot: Regenerate.
324 * configure: Regenerate.
325
719d8288
NC
3262018-06-24 Nick Clifton <nickc@redhat.com>
327
328 2.31 branch created.
329 * NEWS: Add marker for 2.31.
330
d388f643
AM
3312018-06-21 Alan Modra <amodra@gmail.com>
332
333 * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
334 * doc/Makefile.in: Regenerate.
335
d0ac1c44
SM
3362018-06-19 Simon Marchi <simon.marchi@ericsson.com>
337
338 * configure.ac: Remove AC_PREREQ.
339 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
340 info-in-builddir no-texinfo.tex.
341 * Makefile.in: Re-generate.
342 * aclocal.m4: Re-generate.
343 * config.in: Re-generate.
344 * configure: Re-generate.
345 * doc/Makefile.in: Re-generate.
346
3a075e56
AS
3472018-06-19 Andreas Schwab <schwab@suse.de>
348
349 * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
350 (is_8bit_abs_reloc): New function.
351 (is_6bit_abs_reloc): New function.
352 (is_6bit_inplace_sub_reloc): New function.
353 (apply_relocations): Use them. Handle 6-bit relocations.
354
6f20c942
FS
3552018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
356
357 * readelf.c (print_mips_ases): Add GINV extension.
358
1f6f5dba
L
3592018-06-14 H.J. Lu <hongjiu.lu@intel.com>
360
361 PR binutils/23267
362 * readelf.c (get_symbol_version_string): Check if the first
363 symbol version is base version.
364
730c3174
SE
3652018-06-13 Scott Egerton <scott.egerton@imgtec.com>
366 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
367
368 * readelf.c (print_mips_ases): Add CRC.
369
7a486e6d
NC
3702018-06-13 Nick Clifton <nickc@redhat.com>
371
372 * doc/binutils.texi (objdump): Add missing closing square
373 parenthesis to listing of objcopy's command line options.
374
5a485b38
NC
3752018-06-11 Nick Clifton <nickc@redhat.com>
376
377 * po/es.po: Updated Spanish translation.
378
55e99962
L
3792018-06-01 H.J. Lu <hongjiu.lu@intel.com>
380
381 * configure: Regenerated.
382
0034eed0
AM
3832018-05-31 Alan Modra <amodra@gmail.com>
384
385 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
386 set CC_FOR_TARGET. Run test non-native.
387 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
388 Likewise.
389 (test_follow_debuglink): Run test non-native.
390
1869e86f
AB
3912018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
392
393 PR 23107
394 * ar.c (display_offsets): New variable.
395 (usage): Add description of 'O' operator.
396 (decode_option): Handle 'O' operator.
397 (print_descr): Pass display_offsets to print_arelt_descr.
398 * arsup.c: Update call to printy_arelt_descr.
399 * objdump.c: Likewise.
400 * bucomm.c (print_arelt_descr): If offsets parameter is true then
401 display offset of archive element within the archive.
402 * bucomm.h: Update prototype for print_arelt_descr.
403 * doc/binutils.texi: Update description of ar command.
404 * NEWS: Mention the new feature.
405 * testsuite/binutils-all/ar.exp: Add text of new feature.
406
bb3b5316
AM
4072018-05-28 Alan Modra <amodra@gmail.com>
408
409 PR 23235
410 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
411 unsupported rather than fail on compile errors.
412 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
413 Likewise. Save and restore CFLAGS_FOR_TARGET.
414
7f999549
JW
4152018-05-18 Kito Cheng <kito.cheng@gmail.com>
416
417 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
418
7b4ae824
JD
4192018-05-18 John Darrington <john@darrington.wattle.id.au>
420
421 * readelf.c: Add support for s12z architecture.
422 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
423 targets.
424
f9830ec1
TC
4252018-05-15 Tamar Christina <tamar.christina@arm.com>
426
427 PR binutils/21446
428 * doc/binutils.texi (-M): Document AArch64 options.
429
7d02540a
TC
4302018-05-15 Tamar Christina <tamar.christina@arm.com>
431
432 PR binutils/21446
433 * doc/binutils.texi (-M): Document AArch64 options.
434 * NEWS: Document notes and warnings.
435
679ca975
AM
4362018-05-15 Alan Modra <amodra@gmail.com>
437
438 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
439 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
440 and *uclinux* into *linux*.
441 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
442 strip-13 test, exclude arm-vxworks and arm-windiss.
443
637b1970
JD
4442018-05-10 John Darrington <john@darrington.wattle.id.au>
445
446 * readelf.c (get_machine_name): EM_S12Z - handle new case.
447
60cb2c8a
AM
4482018-05-09 Alan Modra <amodra@gmail.com>
449
450 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
451
84f9f8c3
AM
4522018-05-09 Sebastian Rasmussen <sebras@gmail.com>
453
454 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
455
886d5428
AM
4562018-05-08 Alan Modra <amodra@gmail.com>
457
458 PR 23141
459 * objcopy.c (is_strip_section): Strip groups without a valid
460 signature symbol.
461
ce4ec1a9
AM
4622018-05-07 Alan Modra <amodra@gmail.com>
463
464 PR 23142
465 * objcopy.c (group_signature): Don't accept groups that use a
466 symbol table other than the one we've read.
467
fe944acf
FT
4682018-04-30 Francois H. Theron <francois.theron@netronome.com>
469
470 * readelf.c: Very basic support for EM_NFP and its section types.
471 * testsuite/binutils-all/nfp: New directory.
472 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
473 tests.
474 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
475 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
476 * testsuite/binutils-all/nfp/test1.d: New file.
477 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
478 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
479 * NEWS: Mention the new support.
480
6d9dabbb
MR
4812018-04-27 Maciej W. Rozycki <macro@mips.com>
482
483 * testsuite/lib/binutils-common.exp (match_target): New procedure.
484 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
485 of `istarget' for matching with `target', `not-target', `skip'
486 and `not-skip' options.
487
0df8ad28
NC
4882018-04-26 Nick Clifton <nickc@redhat.com>
489
490 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
491 32-bit absolute reloc for the HPPA target.
492 * testsuite/binutils-all/note-5.d: New test.
493 * testsuite/binutils-all/note-5.s: Source file for new test.
494 * testsuite/binutils-all/objcopy.exp: Run new test.
495
f1ac0afe
CL
4962018-04-25 Christophe Lyon <christophe.lyon@st.com>
497
498 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
499 * testsuite/binutils-all/elfedit-3.d: Likewise.
500 * testsuite/binutils-all/objcopy.exp: Likewise.
501 * testsuite/binutils-all/strip-3.d: Likewise.
502 * testsuite/lib/binutils-common.exp: Likewise.
503
18a20338
CL
5042018-04-25 Christophe Lyon <christophe.lyon@st.com>
505 Mickaël Guêné <mickael.guene@st.com>
506
507 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
508 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
509
2ac93be7
AM
5102018-04-25 Alan Modra <amodra@gmail.com>
511
512 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
513 arm-coff support.
514 * testsuite/binutils-all/objcopy.exp: Likewise.
515 * testsuite/lib/binutils-common.exp: Likewise.
516
a7504f87
NC
5172018-04-18 Nick Clifton <nickc@redhat.com>
518
519 PR 23062
520 * dwarf.c (read_and_display_attr_value): Replace assertions with
521 test and warning message.
522
c65c21e1
AM
5232018-04-18 Alan Modra <amodra@gmail.com>
524
525 * testsuite/lib/binutils-common.exp: Remove support for assorted
526 aout targets.
527
6aea08d9
NC
5282018-04-17 Nick Clifton <nickc@redhat.com>
529
c4a91159 530 PR 23063
56d8f8a9
NC
531 * readelf.c (print_symbol): If the width is zero, return straight
532 away.
533
6aea08d9
NC
534 PR 23064
535 * dwarf.c (process_cu_tu_index): Test for a potential buffer
536 overrun before copying signature pointer.
537
f954747f
AM
5382018-04-17 Alan Modra <amodra@gmail.com>
539
540 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
541
d7867d17
AM
5422018-04-16 Alan Modra <amodra@gmail.com>
543
544 * readelf.c (get_machine_name): Correct typo.
545
ddb00039
AM
5462018-04-16 Alan Modra <amodra@gmail.com>
547
548 * configure.ac: Remove arm-epoc-pe support.
549 * dlltool.c: Likewise.
550 * configure: Regenerate.
551
c9098af4
AM
5522018-04-16 Alan Modra <amodra@gmail.com>
553
554 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
555 sparc-coff support.
556
dc12032b
AM
5572018-04-16 Alan Modra <amodra@gmail.com>
558
559 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
560 support.
561 * testsuite/binutils-all/copy-3.d: Likewise.
562 * testsuite/binutils-all/objcopy.exp: Likewise.
563 * testsuite/lib/binutils-common.exp: Likewise.
564
211dc24b
AM
5652018-04-16 Alan Modra <amodra@gmail.com>
566
567 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
568
a9a4b302
AM
5692018-04-16 Alan Modra <amodra@gmail.com>
570
571 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
572
04cb01fd
AM
5732018-04-16 Alan Modra <amodra@gmail.com>
574
575 * testsuite/binutils-all/objdump.exp: Remove we32k support.
576
c2bf1eec
AM
5772018-04-16 Alan Modra <amodra@gmail.com>
578
579 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
580 * testsuite/binutils-all/objdump.exp: Remove m88k support.
581
6793974d
AM
5822018-04-16 Alan Modra <amodra@gmail.com>
583
584 * readelf.c: Remove i370 support.
585 * testsuite/binutils-all/objdump.exp: Likewise.
586
e82aa794
AM
5872018-04-16 Alan Modra <amodra@gmail.com>
588
589 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
590 * testsuite/lib/binutils-common.exp: Likewise.
591
fe0bf0fd
AM
5922018-04-16 Alan Modra <amodra@gmail.com>
593
594 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
595
fdef3943
AM
5962018-04-16 Alan Modra <amodra@gmail.com>
597
598 * Makefile.am: Remove IEEE 695 support.
599 * budbg.h: Likewise.
600 * doc/binutils.texi: Likewise.
601 * makefile.vms: Likewise.
602 * objcopy.c: Likewise.
603 * objdump.c: Likewise.
604 * rddbg.c: Likewise.
605 * ieee.c: Delete.
606 * Makefile.in: Regenerate.
607 * po/POTFILES.in: Regenerate.
608
5972ac73
AM
6092018-04-16 Alan Modra <amodra@gmail.com>
610
611 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
612 * testsuite/binutils-all/nm.exp: Likewise.
613
b4b594e3
AM
6142018-04-16 Alan Modra <amodra@gmail.com>
615
616 * .gitignore: Remove netware support.
617 * Makefile.am: Likewise.
618 * configure.ac: Likewise.
619 * doc/Makefile.am: Likewise.
620 * doc/binutils.texi: Likewise.
621 * testsuite/binutils-all/nm.exp: Likewise.
622 * nlmconv.c: Delete.
623 * nlmconv.h: Delete.
624 * nlmheader.y: Delete.
625 * Makefile.in: Regenerate.
626 * configure: Regenerate.
627 * doc/Makefile.in: Regenerate.
628 * po/POTFILES.in: Regenerate.
629
fceadf09
AM
6302018-04-16 Alan Modra <amodra@gmail.com>
631
632 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
633
fb70ec17
AM
6342018-04-14 Alan Modra <amodra@gmail.com>
635
636 * readelf.c (get_machine_name): Revert 2018-04-11 change.
637
86c6c6df
NC
6382018-04-12 Nick Clifton <nickc@redhat.com>
639
640 PR 23050
641 * readelf.c (process_dynamic_section): Correct dynamic string
642 table size calculation.
643
a8eb42a8
AM
6442018-04-11 Alan Modra <amodra@gmail.com>
645
646 * ieee.c: Remove i960 support.
647 * od-macho.c: Remove i860 support.
648 * readelf.c: Remove i860 and i960 support.
649 * testsuite/binutils-all/objcopy.exp: Likewise.
650 * testsuite/binutils-all/objdump.exp: Likewise.
651 * testsuite/lib/binutils-common.exp: Likewise.
652
c43b2c54
MR
6532018-04-11 Maciej W. Rozycki <macro@mips.com>
654
655 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
656 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
657
d4ae1932
AM
6582018-04-10 Alan Modra <amodra@gmail.com>
659
660 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
661 reloc=11 for pru and reloc=50 for nds32.
662 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
663
d52e3d06
MR
6642018-04-09 Maciej W. Rozycki <macro@mips.com>
665
666 * testsuite/binutils-all/strip-15.d: New test.
667 * testsuite/binutils-all/strip-15rel.s: New test source.
668 * testsuite/binutils-all/strip-15rela.s: New test source.
669 * testsuite/binutils-all/strip-15mips64.s: New test source.
670 * testsuite/binutils-all/objcopy.exp: Run the new test.
671
3f97ba9f
MR
6722018-04-09 Maciej W. Rozycki <macro@mips.com>
673
674 * testsuite/binutils-all/strip-14.d: New test.
675 * testsuite/binutils-all/strip-14rel.s: New test source.
676 * testsuite/binutils-all/strip-14rela.s: New test source.
677 * testsuite/binutils-all/strip-14mips64.s: New test source.
678 * testsuite/binutils-all/objcopy.exp: Run the new test.
679
2008a0db
TT
6802018-04-06 Tom Tromey <tom@tromey.com>
681
682 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
683 constants from DWARF 5.
684
3cba8b6c
L
6852018-04-05 H.J. Lu <hongjiu.lu@intel.com>
686
687 PR gas/22318
688 * configure: Regenerated.
689
2d8c1a23
MR
6902018-04-05 Maciej W. Rozycki <macro@mips.com>
691
692 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
693 than `.dc.w' in second relocation.
694
65bd2045
MR
6952018-04-05 Maciej W. Rozycki <macro@mips.com>
696
697 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
698 relocation type 0x8f' error message.
699
2f8ceb38
MR
7002018-04-05 Maciej W. Rozycki <macro@mips.com>
701
702 * testsuite/binutils-all/strip-13.s: Rename to...
703 * testsuite/binutils-all/strip-13rela.s: ... this.
704 * testsuite/binutils-all/strip-13rel.s: New test source.
705 * testsuite/binutils-all/strip-13mips64.s: New test source.
706 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
707 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
708 `m68hc11-*' to `not-target' list.
709 * testsuite/binutils-all/objcopy.exp: Switch between sources for
710 `strip-13'.
711
aad7be45
MR
7122018-04-05 Maciej W. Rozycki <macro@mips.com>
713
714 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
715 241 (0xf1) for the relocation number and RELA addend.
716 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
717 `not-target' list.
718
89f60df2
JDA
7192018-04-04 John David Anglin <danglin@gcc.gnu.org>
720
721 * MAINTAINERS: Update my e-mail address.
722
f1ca0d6d
NC
7232018-04-04 Nick Clifton <nickc@redhat.com>
724
725 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
726
8fd75781
NC
7272018-03-23 Nick Clifton <nickc@redhat.com>
728
729 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
730 symbols.
731 (print_gnu_build_attribute_description): If no file start symbol
732 could be found, look for one two bytes into the file.
733 * testsuite/binutils-all/note-4-64.s: Set the address of the file
734 start symbol to two bytes into the file.
735 * testsuite/binutils-all/note-4-32.s: Likewise.
736
b1202ffa
L
7372018-03-21 H.J. Lu <hongjiu.lu@intel.com>
738
739 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
740 DF_1_WEAKFILTER and DF_1_NOCOMMON.
741
7e100140
NC
7422018-03-20 Nick Clifton <nickc@redhat.com>
743
744 * po/es.po: Updated Spanish translation.
745 * po/ru.po: Updated Russian translation.
746
e45ad123
NC
7472018-03-13 Nick Clifton <nickc@redhat.com>
748
749 PR 22957
750 * stabs.c (pop_binincl): Fail if the file index is off the end of
751 the stack.
752
81db3241
NC
7532018-03-13 Nick Clifton <nickc@redhat.com>
754
755 PR 22955
756 * stabs.c (parse_number): Add p_end parameter and use it to check
757 the validity of the pp parameter. Add checks to prevent walking
758 off the end of the string buffer.
759 (parse_stab_string): Likewise.
760 (parse_stab_type): Likewise.
761 (parse_stab_type_number): Likewise.
762 (parse_stab_range_type): Likewise.
763 (parse_stab_sun_builtin_type): Likewise.
764 (parse_stab_sun_floating_type): Likewise.
765 (parse_stab_enum_type): Likewise.
766 (parse_stab_struct_type): Likewise.
767 (parse_stab_baseclasses): Likewise.
768 (parse_stab_struct_fields): Likewise.
769 (parse_stab_cpp_abbrev): Likewise.
770 (parse_stab_one_struct_field): Likewise.
771 (parse_stab_members): Likewise.
772 (parse_stab_tilde_field): Likewise.
773 (parse_stab_array_type): Likewise.
e45ad123 774
81db3241
NC
775 * parse_stab: Compute the end of the string and then pass it on to
776 individual parser functions.
777
6d4f21f6
PP
7782018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
779
780 PR binutils/22923
781 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
782 overflow.
783
52fe4420
AM
7842018-03-07 Alan Modra <amodra@gmail.com>
785
786 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
787 * configure: Regenerate.
788
0e70b27b
L
7892018-03-05 H.J. Lu <hongjiu.lu@intel.com>
790
791 PR binutils/22911
792 * objdump.c (is_significant_symbol_name): Return TRUE for all
793 .plt* sections.
794 (find_symbol_for_address): Replace linear search with binary
795 search on dynamic relocations.
796
d11ae95e
NC
7972018-03-01 Nick Clifton <nickc@redhat.com>
798
799 PR 22905
800 * dwarf.c (display_debug_ranges): Check that the offset loaded
801 from the range_entry structure is valid.
802
e184813f
AM
8032018-03-01 Alan Modra <amodra@gmail.com>
804
805 * configure.ac (ALL_LINGUAS): Add sr. Sort.
806 * configure: Regenerate.
807
bc7c0509
NC
8082018-02-27 Nick Clifton <nickc@redhat.com>
809
810 * po/pt.po: New Portuguese translation.
811 * configure.ac (ALL_LINGUAS): Add pt.
812 * configure: Regenerate.
813
f3185997
NC
8142018-02-27 Nick Clifton <nickc@redhat.com>
815
816 PR 22875
817 * objcopy.c (copy_object): Check the error status after marking
818 symbols used in relocations.
819 * testsuite/binutils-all/strip-13.s: New test source file.
820 * testsuite/binutils-all/strip-13.s: New test driver file.
821 * testsuite/binutils-all/objcopy.exp: Run the new test.
822
2c1c9679
AM
8232018-02-26 Alan Modra <amodra@gmail.com>
824
825 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
826 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
827
6e05870c
AM
8282018-02-23 Alan Modra <amodra@gmail.com>
829
830 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
831 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
832
b0ab9c45
RH
8332018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
834
835 * doc/binutils.texi (objcopy): Add missing closing square
836 parenthesis to listing of objcopy's command line options.
837
e535d0dd
MK
8382018-02-19 Matthias Klose <doko@debian.org>
839
840 * strings.c (long_options): Include-all-whitespace does not take
841 an extra agument.
842
6e5e9d58
AM
8432018-02-13 Alan Modra <amodra@gmail.com>
844
845 PR 22836
846 * testsuite/binutils-all/group-7.s,
847 * testsuite/binutils-all/group-7a.d,
848 * testsuite/binutils-all/group-7b.d,
849 * testsuite/binutils-all/group-7c.d: New tests.
850 * testsuite/binutils-all/objcopy.exp: Run them.
851
8de3a6e2
NC
8522018-02-08 Nick Clifton <nickc@redhat.com>
853
854 PR 22802
855 * dwarf.c (load_separate_debug_file): Return early if the user is
856 not interested in debug links.
857
68807c3c
NC
8582018-02-06 Nick Clifton <nickc@redhat.com>
859
860 PR 22793
861 * readelf.c (find_section): Replace assertion with test and return
862 of NULL.
863 (find_section_by_address): Add test of section header table
864 existance.
865 (find_section_by_type): Likewise.
866 (find_section_in_set): Likewise.
867
2d6dda71
MR
8682018-02-05 Maciej W. Rozycki <macro@mips.com>
869
870 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
871 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
872 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
873 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
874
78c88364
MR
8752018-02-05 Maciej W. Rozycki <macro@mips.com>
876
877 * testsuite/config/default.exp (binutils_run): Document
878 `binutils_run_status'.
879 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
880 and set it.
881 (run_dump_test): Add `error', `error_output', `warning' and
882 `warning_output' options. Update documentation accordingly.
883
5bb0830d
AB
8842018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
885
886 * dwarf.c (dwarf_regnames_riscv): New register name table.
887 (init_dwarf_regnames_riscv): New function.
888 (init_dwarf_regnames): Add call to initialise RiscV register
889 names.
890 * dwarf.h (init_dwarf_regnames_riscv): Declare.
891 * objdump.c (dump_dwarf): Add call to initialise RiscV register
892 names.
893
f2023ce7
AM
8942018-02-01 Alan Modra <amodra@gmail.com>
895
896 PR 22769
897 * objdump.c (load_specific_debug_section): Check for overflow
898 when adding one to section size for a string section terminator.
899
fcabedd5
NC
9002018-01-30 Nick Clifton <nickc@redhat.com>
901
902 PR 22734
903 * doc/binutils.texi (nm): Update description to point out that
904 zero-initialized values can also be shown as type B, b, S or s
905 since they can be stored in the BSS section.
906
f49db8be
AM
9072018-01-30 Alan Modra <amodra@gmail.com>
908
909 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
910 "artificially large" end address.
911
a8d6d6ac
NC
9122018-01-28 Nick Clifton <nickc@redhat.com>
913
914 * README-how-to-make-a-release: Add note about checking gpg key
915 and the results of gnupload.
916
9a5db26e
NC
9172018-01-27 Nick Clifton <nickc@redhat.com>
918
919 * README-how-to-make-a-release: Add details on how to actually
920 make the release.
921
94c2436b
NC
9222018-01-26 Nick Clifton <nickc@redhat.com>
923
924 * README-how-to-make-a-release: Add more details on updating
925 version numbers.
926
1ea332d6
MR
9272018-01-22 Maciej W. Rozycki <macro@mips.com>
928
929 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
930 option description.
931
d65ce302
MR
9322018-01-22 Maciej W. Rozycki <macro@mips.com>
933
934 * MAINTAINERS: Update my company e-mail address.
935
f433138f
NC
9362018-01-22 Nick Clifton <nickc@redhat.com>
937
938 * po/sv.po: Updated Swedish translation.
939
7ab82037
NC
9402018-01-18 Nick Clifton <nickc@redhat.com>
941
942 * po/bg.po: Updated Bulgarian translation.
943
0dd86f32
JB
9442018-01-16 Joel Brobecker <brobecker@adacore.com>
945
946 * README-how-to-make-a-release: Add reminder to update the
947 branch name in gdbadmin's crontab on sourceware.
948
a960d29f
JB
9492018-01-16 Joel Brobecker <brobecker@adacore.com>
950
951 * README-how-to-make-a-release: Remove trailing spaces.
952
f6efed01
NC
9532018-01-16 Nick Clifton <nickc@redhat.com>
954
955 * po/fr.po: Updated French translation.
956
616dcb87
NC
9572018-01-15 Nick Clifton <nickc@redhat.com>
958
959 * po/uk.po: Updated Ukranian translation.
960
3957a496
NC
9612018-01-13 Nick Clifton <nickc@redhat.com>
962
19e2900b 963 * README-how-to-make-a-release: Update notes.
3957a496
NC
964 * po/binutils.pot: Regenerated.
965
769c7ea5
NC
9662018-01-13 Nick Clifton <nickc@redhat.com>
967
968 * configure: Regenerate.
969
9176ac5b
NC
9702018-01-13 Nick Clifton <nickc@redhat.com>
971
faf766e3 972 2.30 branch created.
9176ac5b
NC
973 * NEWS: Add marker for 2.30.
974
98ab9e96
NC
9752018-01-12 Nick Clifton <nickc@redhat.com>
976
977 * README-how-to-make-a-release: Add notes on how to make the
978 branch and prelease snapshot.
979 * BRANCHES: Add binutils-2_29-branch.
980
bf41f30d
NC
9812018-01-10 Nick Clifton <nickc@redhat.com>
982
983 * MAINTAINERS: Note that it is now the configure.ac file and not
984 the configure.in file that needs to be kept in sync with gcc.
985 Add a note about sending patches for libiberty to gcc.
986
f13974bd
NC
9872018-01-03 Nick Clifton <nickc@redhat.com>
988
989 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
990 constants.
991
6f156d7a
NC
9922018-01-03 Nick Clifton <nickc@redhat.com>
993
994 * objcopy.c (objcopy_internal_note): New structure.
995 (gap_exists): New function.
996 (is_open_note): New function.
997 (is_func_note): New function.
998 (is_64bit): New function.
999 (merge_gnu_build_notes): Handle v3 notes. Do not merge
1000 if there are relocations against the notes.
1001 * readelf.c (get_note_type): Use short names for build attribute
1002 notes.
1003 (print_symbol_for_build_attribute): Rename to
1004 get_symbol_for_build_attribute. Returns the found symbol rather
1005 than printing it.
1006 (print_gnu_build_attribute_description): Maintain address ranges
1007 for function notes as well as global notes. Handle v3 notes.
1008 (print_gnu_build_attribute_name): Use more space for printing the
1009 name in wide mode.
1010 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
1011 Eliminate symbol references in order to remove the need for
1012 relocations.
1013 * testsuite/binutils-all/note-2-64.s: Likewise.
1014 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
1015 symbol.
1016 * testsuite/binutils-all/note-3-64.s: Likewise.
1017 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
1018 output.
1019 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
1020 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
1021 * testsuite/binutils-all/note-2-32.d: Likewise.
1022 * testsuite/binutils-all/note-2-64.d: Likewise.
1023 * testsuite/binutils-all/note-3-32.d: Likewise.
1024 * testsuite/binutils-all/note-3-64.d: Likewise.
1025 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
1026 * testsuite/binutils-all/note-4-32.s: New test.
1027 * testsuite/binutils-all/note-4-64.d: New test result file.
1028 * testsuite/binutils-all/note-4-32.d: New test result file.
1029
219d1afa
AM
10302018-01-03 Alan Modra <amodra@gmail.com>
1031
1032 Update year range in copyright notice of all files.
1033
1e563868 1034For older changes see ChangeLog-2017
3499769a 1035\f
1e563868 1036Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
1037
1038Copying and distribution of this file, with or without modification,
1039are permitted in any medium without royalty provided the copyright
1040notice and this notice are preserved.
1041
1042Local Variables:
1043mode: change-log
1044left-margin: 8
1045fill-column: 74
1046version-control: never
1047End:
This page took 0.178151 seconds and 4 git commands to generate.