[MIPS/GAS] Add Loongson EXT2 Instructions support.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
2
3 * readelf.c (print_mips_ases): Add Loongson EXT2 extension.
4
5 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
6
7 * readelf.c (print_mips_ases): Add Loongson EXT extension.
8
9 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
10
11 * readelf.c (print_mips_ases): Add CAM extension.
12
13 2018-08-27 H.J. Lu <hongjiu.lu@intel.com>
14
15 * readelf.c (decode_x86_isa): Print <None> if bitmask only
16 contains the GNU_PROPERTY_X86_UINT32_VALID bit.
17 (decode_x86_feature_1): Likewise.
18 (decode_x86_feature_2): Likewise.
19 (print_gnu_property_note): Don't mask out the
20 GNU_PROPERTY_X86_UINT32_VALID bit.
21 * testsuite/binutils-all/i386/pr21231b.d: Updated.
22 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
23
24 2018-08-27 H.J. Lu <hongjiu.lu@intel.com>
25
26 * readelf.c (decode_x86_compat_isa): Break multi-statement line.
27 (decode_x86_isa): Likewise.
28 (decode_x86_feature_2): Likewise.
29
30 2018-08-25 H.J. Lu <hongjiu.lu@intel.com>
31
32 PR ld/23499
33 * readelf.c (get_symbol_version_string): Return _("<corrupt>")
34 for corrupt symbol version info.
35
36 2018-08-24 H.J. Lu <hongjiu.lu@intel.com>
37
38 * readelf.c (decode_x86_compat_isa): New function.
39 (decode_x86_feature_2): Likewise.
40 (decode_x86_isa): Updated for new X86_ISA_1_XXX bits.
41 (decode_x86_feature): Renamed to ...
42 (decode_x86_feature_1): This. Remove the type argument.
43 (print_gnu_property_note): Handle X86_COMPAT_ISA_1_USED,
44 X86_COMPAT_ISA_1_NEEDED, X86_UINT32_AND_LO, X86_UINT32_AND_HI,
45 X86_UINT32_OR_LO, X86_UINT32_OR_HI, X86_UINT32_OR_AND_LO and
46 X86_UINT32_OR_AND_HI instead of X86_ISA_1_USED, X86_ISA_1_NEEDED
47 and X86_FEATURE_1_AND.
48 * testsuite/binutils-all/i386/pr21231b.s: Updated to the current
49 GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED
50 values.
51 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
52 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
53 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
54 * testsuite/binutils-all/x86-64/pr23494c.s: Likewise.
55 * testsuite/binutils-all/i386/pr21231b.d: Updated.
56 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
57 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
58 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
59 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
60 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
61 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
62 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
63 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
64 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
65
66 2018-08-24 H.J. Lu <hongjiu.lu@intel.com>
67
68 * readelf.c (print_gnu_property_note): Check the
69 GNU_PROPERTY_X86_UINT32_VALID bit for invalid GNU property note.
70
71 2018-08-23 Alan Modra <amodra@gmail.com>
72
73 * readelf.c (get_ppc64_symbol_other): Return NULL if st_other
74 field contains unrecognised or reserved values. Handle
75 localentry:1 value.
76
77 2018-08-23 H.J. Lu <hongjiu.lu@intel.com>
78
79 PR ld/23536
80 * Makefile.am (development.exp): New target.
81 (EXTRA_DEJAGNU_SITE_CONFIG): New.
82 (DISTCLEANFILES): Add development.exp.
83 * Makefile.in: Regenerated.
84 * testsuite/binutils-all/objcopy.exp (strip_test): Call
85 prune_warnings to prune BFD output.
86 (strip_test_with_saving_a_symbol): Likewise.
87 (objcopy_test_without_global_symbol): Likewise.
88 * testsuite/lib/binutils-common.exp (prune_warnings_extra):
89 New proc.
90 (prune_warnings): Likewise.
91
92 2018-08-23 H.J. Lu <hongjiu.lu@intel.com>
93
94 * README-how-to-make-a-release: Document setting "experimental"
95 to false.
96
97 2018-08-22 Alan Modra <amodra@gmail.com>
98
99 * readelf.c (process_file_header): Assign updated values from
100 section_header[0] fields to e_phnum, e_shnum and e_shstrndx
101 during printing of header. Correct e_shstrndx range check.
102 Remove unnecessary casts and use %u rather than %ld for
103 unsigned int header fields. Don't print a random %lx when
104 reporting an unknown EI_VERSION.
105
106 2018-08-21 Nick Clifton <nickc@redhat.com>
107
108 * MAINTAINERS: Note that Arnold Metselaar has retired as the z80
109 maintainer.
110
111 2018-08-21 L. Simon <l.simon@samsung.com>
112
113 PR 23531
114 * readelf.c (hppa_process_unwind): Only dump the unwind table if
115 the data was successfully read in.
116
117 2018-08-18 Alan Modra <amodra@gmail.com>
118
119 * testsuite/lib/binutils-common.exp (is_elf64): Use directory of
120 input file for readelf.out.
121 (is_rela): New proc.
122 * testsuite/binutils-all/objcopy.exp (elf64): Set new variable
123 from first result of is_elf64 test.
124 (reloc_format): Set using is_rela.
125 (strip-13): Pass RELOC and ELF64 to assembler.
126 (strip-14, strip-15): Use elf64 rather than calling is_elf64 again.
127 * testsuite/binutils-all/strip-13.d: Run for more targets.
128 * testsuite/binutils-all/strip-13mips64.s: Use RELOC and set
129 addend to zero.
130 * testsuite/binutils-all/strip-13rel.s: Use RELOC and ELF64.
131 Don't add _NONE reloc.
132 * testsuite/binutils-all/strip-13rela.s: Likewise.
133
134 2018-08-10 H.J. Lu <hongjiu.lu@intel.com>
135
136 PR binutils/23494
137 * testsuite/binutils-all/x86-64/pr23494c.s: New file.
138 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
139 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
140
141 2018-08-10 H.J. Lu <hongjiu.lu@intel.com>
142
143 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Skip nacl
144 targets.
145 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
146 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
147 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
148 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
149 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
150 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
151 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
152
153 2018-08-08 H.J. Lu <hongjiu.lu@intel.com>
154
155 PR binutils/23494
156 * testsuite/binutils-all/x86-64/pr23494a-x32.d: New file.
157 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
158 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
159 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
160 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
161 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
162 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
163 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
164 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
165 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
166
167 2018-08-08 Kevin Buettner <kevinb@redhat.com>
168
169 * dwarf.c (decode_location_expresion): Add case for
170 DW_OP_GNU_variable_value.
171
172 2018-08-06 Claudiu Zissulescu <claziss@synopsys.com>
173
174 * readelf.c (display_arc_attribute): Print Tag_ARC_ATR_version.
175
176 2018-08-03 Nick Clifton <nickc@redhat.com>
177
178 * objcopy.c (merge_gnu_build_notes): Delete empty notes. Merge
179 identical function notes.
180
181 2018-08-01 Nick Clifton <nickc@redhat.com>
182
183 * README-how-to-make-a-release: Add note about regenerating the
184 info files prior to the release.
185
186 2018-07-30 Andrew Jenner <andrew@codesourcery.com>
187
188 * MAINTAINERS (C-SKY): Add Yunhai Shang as co-maintainer.
189
190 2018-07-30 Andrew Jenner <andrew@codesourcery.com>
191
192 * MAINTAINERS (C-SKY): Add Lifang Xia as maintainer.
193
194 2018-07-30 Andrew Jenner <andrew@codesourcery.com>
195
196 * readelf.c: Include elf/csky.h.
197 (guess_is_rela): Handle EM_CSKY.
198 (dump_relocations): Likewise.
199 (get_machine_name): Likewise.
200 (is_32bit_abs_reloc): Likewise.
201
202 2018-07-25 Nick Clifton <nickc@redhat.com>
203
204 * rdcoff.c (parse_coff_struct_type): Free fields array upon early
205 exit.
206 (parse_coff_enum_type): Free names and vals arrays upon early
207 exit.
208 * rddbg.c (read_section_stabs_debugging_info): Free shandle and
209 strings and stabs arrays upon early exit.
210 * readelf.c (get_32bit_section_headers): Free shdrs structure upon
211 early exit.
212 (get_64bit_section_headers): Likewise.
213 (get_32bit_elf_symbols): Generate an error if multiple symbol
214 table index sections are associated with the same symbol section.
215 (get_64bit_elf_symbols): Likewise.
216 (process_dynamic_section): Generate an error if there are multiple
217 dynamic symbol table sections, multiple dynamic string tables or
218 multiple dynamic symbol information sections.
219
220 2018-07-24 Nick Clifton <nickc@redhat.com>
221
222 * po/sv.po: Updated Swedish translation.
223
224 2018-07-24 Alan Modra <amodra@gmail.com>
225
226 PR 23431
227 * dwarf.c (display_formatted_table): Replace "what" parameter
228 with "is_dir". Expand messages. Fix capitalisation.
229 * testsuite/binutils-all/dw5.W: Update expected output.
230
231 2018-07-24 Alan Modra <amodra@gmail.com>
232
233 PR 23430
234 * elfcomm.h (struct archive_info): Rename uses_64bit_indicies
235 to uses_64bit_indices.
236 * elfcomm.c (setup_archive): Update uses of above.
237 * readelf.c (process_archive): Likewise.
238 (get_section_type_name): Rename indicies to indices.
239 (get_32bit_elf_symbols, get_64bit_elf_symbols): Likewise.
240 (process_section_groups): Likewise.
241
242 2018-07-20 Maciej W. Rozycki <macro@mips.com>
243
244 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
245 ISA maintenance.
246
247 2018-07-20 Nick Clifton <nickc@redhat.com>
248
249 * objcopy.c (add_specific_symbols): Free buffer on exit.
250 (add_redefine_syms_file): Close file handle on exit.
251 (copy_object): Close file handle on early exit.
252 Free buffer on early exit.
253 Free gaps buffers once they are no longer needed.
254 * dwarf.c (display_debug_frames): Free allocated memory on exit.
255 (load_separate_debug_info): Free allocate memory on early exit.
256
257 2018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
258 Maciej W. Rozycki <macro@mips.com>
259
260 * readelf.c (print_mips_ases): Add MMI extension.
261
262 2018-07-19 DJ Delorie <dj@redhat.com>
263
264 * MAINTAINERS (RL78, RX): Remove myself as maintainer.
265
266 2018-07-19 Nick Clifton <nickc@redhat.com>
267
268 * dwarf.c (read_cie): Free allocated memory before returning with
269 a failure result.
270
271 2018-07-16 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
272
273 * readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note
274 description.
275
276 2018-07-16 Nick Clifton <nickc@redhat.com>
277
278 * README-how-to-make-a-release: Add note to check for new top
279 level files and add them to the src-release.sh script.
280
281 2018-07-14 Nick Clifton <nickc@redhat.com>
282
283 * README-how-to-make-a-release: Updated with corrections based on
284 the 2.31 release experience.
285
286 2018-07-12 Francois H. Theron <francois.theron@netronome.com>
287
288 * readelf.c (process_section_headers): Don't print section type
289 twice for --section-details.
290
291 2018-07-10 Alan Modra <amodra@gmail.com>
292
293 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Return
294 zero for xgate.
295
296 2018-07-06 Nick Clifton <nickc@redhat.com>
297
298 * readelf.c (same_section): New function.
299 (print_gnu_build_attribute_description): Do not complain about
300 gaps that cross a section boundary.
301
302 2018-07-05 Nick Clifton <nickc@redhat.com>
303
304 * po/bg.po: Updated Bulgarian translation.
305
306 2018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
307
308 * NEWS: Use command-line consistently when used in a compount word.
309 * doc/binutils.texi: Likewise and fix trailing whitespace on same
310 line.
311
312 2018-06-26 Nick Clifton <nickc@redhat.com>
313
314 * po/sv.po: Updated Swedish translation.
315 * po/uk.po: Updated Ukranian translation.
316
317 2018-06-26 Nick Clifton <nickc@redhat.com>
318
319 * doc/binutils.texi: Fix spelling mistakes.
320 * README--how-to-make-a-release: Likewise.
321
322 2018-06-25 Tom Tromey <tom@tromey.com>
323
324 * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
325 Bump version number.
326
327 2018-06-24 Nick Clifton <nickc@redhat.com>
328
329 * README-how-to-make-a-release: Update with experiences from
330 making 2.31 branch.
331 * po/binutils.pot: Regenerate.
332 * configure: Regenerate.
333
334 2018-06-24 Nick Clifton <nickc@redhat.com>
335
336 2.31 branch created.
337 * NEWS: Add marker for 2.31.
338
339 2018-06-21 Alan Modra <amodra@gmail.com>
340
341 * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
342 * doc/Makefile.in: Regenerate.
343
344 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
345
346 * configure.ac: Remove AC_PREREQ.
347 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
348 info-in-builddir no-texinfo.tex.
349 * Makefile.in: Re-generate.
350 * aclocal.m4: Re-generate.
351 * config.in: Re-generate.
352 * configure: Re-generate.
353 * doc/Makefile.in: Re-generate.
354
355 2018-06-19 Andreas Schwab <schwab@suse.de>
356
357 * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
358 (is_8bit_abs_reloc): New function.
359 (is_6bit_abs_reloc): New function.
360 (is_6bit_inplace_sub_reloc): New function.
361 (apply_relocations): Use them. Handle 6-bit relocations.
362
363 2018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
364
365 * readelf.c (print_mips_ases): Add GINV extension.
366
367 2018-06-14 H.J. Lu <hongjiu.lu@intel.com>
368
369 PR binutils/23267
370 * readelf.c (get_symbol_version_string): Check if the first
371 symbol version is base version.
372
373 2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
374 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
375
376 * readelf.c (print_mips_ases): Add CRC.
377
378 2018-06-13 Nick Clifton <nickc@redhat.com>
379
380 * doc/binutils.texi (objdump): Add missing closing square
381 parenthesis to listing of objcopy's command line options.
382
383 2018-06-11 Nick Clifton <nickc@redhat.com>
384
385 * po/es.po: Updated Spanish translation.
386
387 2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
388
389 * configure: Regenerated.
390
391 2018-05-31 Alan Modra <amodra@gmail.com>
392
393 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
394 set CC_FOR_TARGET. Run test non-native.
395 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
396 Likewise.
397 (test_follow_debuglink): Run test non-native.
398
399 2018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
400
401 PR 23107
402 * ar.c (display_offsets): New variable.
403 (usage): Add description of 'O' operator.
404 (decode_option): Handle 'O' operator.
405 (print_descr): Pass display_offsets to print_arelt_descr.
406 * arsup.c: Update call to printy_arelt_descr.
407 * objdump.c: Likewise.
408 * bucomm.c (print_arelt_descr): If offsets parameter is true then
409 display offset of archive element within the archive.
410 * bucomm.h: Update prototype for print_arelt_descr.
411 * doc/binutils.texi: Update description of ar command.
412 * NEWS: Mention the new feature.
413 * testsuite/binutils-all/ar.exp: Add text of new feature.
414
415 2018-05-28 Alan Modra <amodra@gmail.com>
416
417 PR 23235
418 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
419 unsupported rather than fail on compile errors.
420 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
421 Likewise. Save and restore CFLAGS_FOR_TARGET.
422
423 2018-05-18 Kito Cheng <kito.cheng@gmail.com>
424
425 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
426
427 2018-05-18 John Darrington <john@darrington.wattle.id.au>
428
429 * readelf.c: Add support for s12z architecture.
430 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
431 targets.
432
433 2018-05-15 Tamar Christina <tamar.christina@arm.com>
434
435 PR binutils/21446
436 * doc/binutils.texi (-M): Document AArch64 options.
437
438 2018-05-15 Tamar Christina <tamar.christina@arm.com>
439
440 PR binutils/21446
441 * doc/binutils.texi (-M): Document AArch64 options.
442 * NEWS: Document notes and warnings.
443
444 2018-05-15 Alan Modra <amodra@gmail.com>
445
446 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
447 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
448 and *uclinux* into *linux*.
449 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
450 strip-13 test, exclude arm-vxworks and arm-windiss.
451
452 2018-05-10 John Darrington <john@darrington.wattle.id.au>
453
454 * readelf.c (get_machine_name): EM_S12Z - handle new case.
455
456 2018-05-09 Alan Modra <amodra@gmail.com>
457
458 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
459
460 2018-05-09 Sebastian Rasmussen <sebras@gmail.com>
461
462 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
463
464 2018-05-08 Alan Modra <amodra@gmail.com>
465
466 PR 23141
467 * objcopy.c (is_strip_section): Strip groups without a valid
468 signature symbol.
469
470 2018-05-07 Alan Modra <amodra@gmail.com>
471
472 PR 23142
473 * objcopy.c (group_signature): Don't accept groups that use a
474 symbol table other than the one we've read.
475
476 2018-04-30 Francois H. Theron <francois.theron@netronome.com>
477
478 * readelf.c: Very basic support for EM_NFP and its section types.
479 * testsuite/binutils-all/nfp: New directory.
480 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
481 tests.
482 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
483 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
484 * testsuite/binutils-all/nfp/test1.d: New file.
485 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
486 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
487 * NEWS: Mention the new support.
488
489 2018-04-27 Maciej W. Rozycki <macro@mips.com>
490
491 * testsuite/lib/binutils-common.exp (match_target): New procedure.
492 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
493 of `istarget' for matching with `target', `not-target', `skip'
494 and `not-skip' options.
495
496 2018-04-26 Nick Clifton <nickc@redhat.com>
497
498 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
499 32-bit absolute reloc for the HPPA target.
500 * testsuite/binutils-all/note-5.d: New test.
501 * testsuite/binutils-all/note-5.s: Source file for new test.
502 * testsuite/binutils-all/objcopy.exp: Run new test.
503
504 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
505
506 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
507 * testsuite/binutils-all/elfedit-3.d: Likewise.
508 * testsuite/binutils-all/objcopy.exp: Likewise.
509 * testsuite/binutils-all/strip-3.d: Likewise.
510 * testsuite/lib/binutils-common.exp: Likewise.
511
512 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
513 Mickaël Guêné <mickael.guene@st.com>
514
515 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
516 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
517
518 2018-04-25 Alan Modra <amodra@gmail.com>
519
520 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
521 arm-coff support.
522 * testsuite/binutils-all/objcopy.exp: Likewise.
523 * testsuite/lib/binutils-common.exp: Likewise.
524
525 2018-04-18 Nick Clifton <nickc@redhat.com>
526
527 PR 23062
528 * dwarf.c (read_and_display_attr_value): Replace assertions with
529 test and warning message.
530
531 2018-04-18 Alan Modra <amodra@gmail.com>
532
533 * testsuite/lib/binutils-common.exp: Remove support for assorted
534 aout targets.
535
536 2018-04-17 Nick Clifton <nickc@redhat.com>
537
538 PR 23063
539 * readelf.c (print_symbol): If the width is zero, return straight
540 away.
541
542 PR 23064
543 * dwarf.c (process_cu_tu_index): Test for a potential buffer
544 overrun before copying signature pointer.
545
546 2018-04-17 Alan Modra <amodra@gmail.com>
547
548 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
549
550 2018-04-16 Alan Modra <amodra@gmail.com>
551
552 * readelf.c (get_machine_name): Correct typo.
553
554 2018-04-16 Alan Modra <amodra@gmail.com>
555
556 * configure.ac: Remove arm-epoc-pe support.
557 * dlltool.c: Likewise.
558 * configure: Regenerate.
559
560 2018-04-16 Alan Modra <amodra@gmail.com>
561
562 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
563 sparc-coff support.
564
565 2018-04-16 Alan Modra <amodra@gmail.com>
566
567 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
568 support.
569 * testsuite/binutils-all/copy-3.d: Likewise.
570 * testsuite/binutils-all/objcopy.exp: Likewise.
571 * testsuite/lib/binutils-common.exp: Likewise.
572
573 2018-04-16 Alan Modra <amodra@gmail.com>
574
575 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
576
577 2018-04-16 Alan Modra <amodra@gmail.com>
578
579 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
580
581 2018-04-16 Alan Modra <amodra@gmail.com>
582
583 * testsuite/binutils-all/objdump.exp: Remove we32k support.
584
585 2018-04-16 Alan Modra <amodra@gmail.com>
586
587 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
588 * testsuite/binutils-all/objdump.exp: Remove m88k support.
589
590 2018-04-16 Alan Modra <amodra@gmail.com>
591
592 * readelf.c: Remove i370 support.
593 * testsuite/binutils-all/objdump.exp: Likewise.
594
595 2018-04-16 Alan Modra <amodra@gmail.com>
596
597 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
598 * testsuite/lib/binutils-common.exp: Likewise.
599
600 2018-04-16 Alan Modra <amodra@gmail.com>
601
602 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
603
604 2018-04-16 Alan Modra <amodra@gmail.com>
605
606 * Makefile.am: Remove IEEE 695 support.
607 * budbg.h: Likewise.
608 * doc/binutils.texi: Likewise.
609 * makefile.vms: Likewise.
610 * objcopy.c: Likewise.
611 * objdump.c: Likewise.
612 * rddbg.c: Likewise.
613 * ieee.c: Delete.
614 * Makefile.in: Regenerate.
615 * po/POTFILES.in: Regenerate.
616
617 2018-04-16 Alan Modra <amodra@gmail.com>
618
619 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
620 * testsuite/binutils-all/nm.exp: Likewise.
621
622 2018-04-16 Alan Modra <amodra@gmail.com>
623
624 * .gitignore: Remove netware support.
625 * Makefile.am: Likewise.
626 * configure.ac: Likewise.
627 * doc/Makefile.am: Likewise.
628 * doc/binutils.texi: Likewise.
629 * testsuite/binutils-all/nm.exp: Likewise.
630 * nlmconv.c: Delete.
631 * nlmconv.h: Delete.
632 * nlmheader.y: Delete.
633 * Makefile.in: Regenerate.
634 * configure: Regenerate.
635 * doc/Makefile.in: Regenerate.
636 * po/POTFILES.in: Regenerate.
637
638 2018-04-16 Alan Modra <amodra@gmail.com>
639
640 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
641
642 2018-04-14 Alan Modra <amodra@gmail.com>
643
644 * readelf.c (get_machine_name): Revert 2018-04-11 change.
645
646 2018-04-12 Nick Clifton <nickc@redhat.com>
647
648 PR 23050
649 * readelf.c (process_dynamic_section): Correct dynamic string
650 table size calculation.
651
652 2018-04-11 Alan Modra <amodra@gmail.com>
653
654 * ieee.c: Remove i960 support.
655 * od-macho.c: Remove i860 support.
656 * readelf.c: Remove i860 and i960 support.
657 * testsuite/binutils-all/objcopy.exp: Likewise.
658 * testsuite/binutils-all/objdump.exp: Likewise.
659 * testsuite/lib/binutils-common.exp: Likewise.
660
661 2018-04-11 Maciej W. Rozycki <macro@mips.com>
662
663 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
664 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
665
666 2018-04-10 Alan Modra <amodra@gmail.com>
667
668 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
669 reloc=11 for pru and reloc=50 for nds32.
670 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
671
672 2018-04-09 Maciej W. Rozycki <macro@mips.com>
673
674 * testsuite/binutils-all/strip-15.d: New test.
675 * testsuite/binutils-all/strip-15rel.s: New test source.
676 * testsuite/binutils-all/strip-15rela.s: New test source.
677 * testsuite/binutils-all/strip-15mips64.s: New test source.
678 * testsuite/binutils-all/objcopy.exp: Run the new test.
679
680 2018-04-09 Maciej W. Rozycki <macro@mips.com>
681
682 * testsuite/binutils-all/strip-14.d: New test.
683 * testsuite/binutils-all/strip-14rel.s: New test source.
684 * testsuite/binutils-all/strip-14rela.s: New test source.
685 * testsuite/binutils-all/strip-14mips64.s: New test source.
686 * testsuite/binutils-all/objcopy.exp: Run the new test.
687
688 2018-04-06 Tom Tromey <tom@tromey.com>
689
690 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
691 constants from DWARF 5.
692
693 2018-04-05 H.J. Lu <hongjiu.lu@intel.com>
694
695 PR gas/22318
696 * configure: Regenerated.
697
698 2018-04-05 Maciej W. Rozycki <macro@mips.com>
699
700 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
701 than `.dc.w' in second relocation.
702
703 2018-04-05 Maciej W. Rozycki <macro@mips.com>
704
705 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
706 relocation type 0x8f' error message.
707
708 2018-04-05 Maciej W. Rozycki <macro@mips.com>
709
710 * testsuite/binutils-all/strip-13.s: Rename to...
711 * testsuite/binutils-all/strip-13rela.s: ... this.
712 * testsuite/binutils-all/strip-13rel.s: New test source.
713 * testsuite/binutils-all/strip-13mips64.s: New test source.
714 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
715 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
716 `m68hc11-*' to `not-target' list.
717 * testsuite/binutils-all/objcopy.exp: Switch between sources for
718 `strip-13'.
719
720 2018-04-05 Maciej W. Rozycki <macro@mips.com>
721
722 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
723 241 (0xf1) for the relocation number and RELA addend.
724 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
725 `not-target' list.
726
727 2018-04-04 John David Anglin <danglin@gcc.gnu.org>
728
729 * MAINTAINERS: Update my e-mail address.
730
731 2018-04-04 Nick Clifton <nickc@redhat.com>
732
733 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
734
735 2018-03-23 Nick Clifton <nickc@redhat.com>
736
737 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
738 symbols.
739 (print_gnu_build_attribute_description): If no file start symbol
740 could be found, look for one two bytes into the file.
741 * testsuite/binutils-all/note-4-64.s: Set the address of the file
742 start symbol to two bytes into the file.
743 * testsuite/binutils-all/note-4-32.s: Likewise.
744
745 2018-03-21 H.J. Lu <hongjiu.lu@intel.com>
746
747 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
748 DF_1_WEAKFILTER and DF_1_NOCOMMON.
749
750 2018-03-20 Nick Clifton <nickc@redhat.com>
751
752 * po/es.po: Updated Spanish translation.
753 * po/ru.po: Updated Russian translation.
754
755 2018-03-13 Nick Clifton <nickc@redhat.com>
756
757 PR 22957
758 * stabs.c (pop_binincl): Fail if the file index is off the end of
759 the stack.
760
761 2018-03-13 Nick Clifton <nickc@redhat.com>
762
763 PR 22955
764 * stabs.c (parse_number): Add p_end parameter and use it to check
765 the validity of the pp parameter. Add checks to prevent walking
766 off the end of the string buffer.
767 (parse_stab_string): Likewise.
768 (parse_stab_type): Likewise.
769 (parse_stab_type_number): Likewise.
770 (parse_stab_range_type): Likewise.
771 (parse_stab_sun_builtin_type): Likewise.
772 (parse_stab_sun_floating_type): Likewise.
773 (parse_stab_enum_type): Likewise.
774 (parse_stab_struct_type): Likewise.
775 (parse_stab_baseclasses): Likewise.
776 (parse_stab_struct_fields): Likewise.
777 (parse_stab_cpp_abbrev): Likewise.
778 (parse_stab_one_struct_field): Likewise.
779 (parse_stab_members): Likewise.
780 (parse_stab_tilde_field): Likewise.
781 (parse_stab_array_type): Likewise.
782
783 * parse_stab: Compute the end of the string and then pass it on to
784 individual parser functions.
785
786 2018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
787
788 PR binutils/22923
789 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
790 overflow.
791
792 2018-03-07 Alan Modra <amodra@gmail.com>
793
794 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
795 * configure: Regenerate.
796
797 2018-03-05 H.J. Lu <hongjiu.lu@intel.com>
798
799 PR binutils/22911
800 * objdump.c (is_significant_symbol_name): Return TRUE for all
801 .plt* sections.
802 (find_symbol_for_address): Replace linear search with binary
803 search on dynamic relocations.
804
805 2018-03-01 Nick Clifton <nickc@redhat.com>
806
807 PR 22905
808 * dwarf.c (display_debug_ranges): Check that the offset loaded
809 from the range_entry structure is valid.
810
811 2018-03-01 Alan Modra <amodra@gmail.com>
812
813 * configure.ac (ALL_LINGUAS): Add sr. Sort.
814 * configure: Regenerate.
815
816 2018-02-27 Nick Clifton <nickc@redhat.com>
817
818 * po/pt.po: New Portuguese translation.
819 * configure.ac (ALL_LINGUAS): Add pt.
820 * configure: Regenerate.
821
822 2018-02-27 Nick Clifton <nickc@redhat.com>
823
824 PR 22875
825 * objcopy.c (copy_object): Check the error status after marking
826 symbols used in relocations.
827 * testsuite/binutils-all/strip-13.s: New test source file.
828 * testsuite/binutils-all/strip-13.s: New test driver file.
829 * testsuite/binutils-all/objcopy.exp: Run the new test.
830
831 2018-02-26 Alan Modra <amodra@gmail.com>
832
833 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
834 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
835
836 2018-02-23 Alan Modra <amodra@gmail.com>
837
838 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
839 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
840
841 2018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
842
843 * doc/binutils.texi (objcopy): Add missing closing square
844 parenthesis to listing of objcopy's command line options.
845
846 2018-02-19 Matthias Klose <doko@debian.org>
847
848 * strings.c (long_options): Include-all-whitespace does not take
849 an extra agument.
850
851 2018-02-13 Alan Modra <amodra@gmail.com>
852
853 PR 22836
854 * testsuite/binutils-all/group-7.s,
855 * testsuite/binutils-all/group-7a.d,
856 * testsuite/binutils-all/group-7b.d,
857 * testsuite/binutils-all/group-7c.d: New tests.
858 * testsuite/binutils-all/objcopy.exp: Run them.
859
860 2018-02-08 Nick Clifton <nickc@redhat.com>
861
862 PR 22802
863 * dwarf.c (load_separate_debug_file): Return early if the user is
864 not interested in debug links.
865
866 2018-02-06 Nick Clifton <nickc@redhat.com>
867
868 PR 22793
869 * readelf.c (find_section): Replace assertion with test and return
870 of NULL.
871 (find_section_by_address): Add test of section header table
872 existance.
873 (find_section_by_type): Likewise.
874 (find_section_in_set): Likewise.
875
876 2018-02-05 Maciej W. Rozycki <macro@mips.com>
877
878 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
879 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
880 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
881 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
882
883 2018-02-05 Maciej W. Rozycki <macro@mips.com>
884
885 * testsuite/config/default.exp (binutils_run): Document
886 `binutils_run_status'.
887 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
888 and set it.
889 (run_dump_test): Add `error', `error_output', `warning' and
890 `warning_output' options. Update documentation accordingly.
891
892 2018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
893
894 * dwarf.c (dwarf_regnames_riscv): New register name table.
895 (init_dwarf_regnames_riscv): New function.
896 (init_dwarf_regnames): Add call to initialise RiscV register
897 names.
898 * dwarf.h (init_dwarf_regnames_riscv): Declare.
899 * objdump.c (dump_dwarf): Add call to initialise RiscV register
900 names.
901
902 2018-02-01 Alan Modra <amodra@gmail.com>
903
904 PR 22769
905 * objdump.c (load_specific_debug_section): Check for overflow
906 when adding one to section size for a string section terminator.
907
908 2018-01-30 Nick Clifton <nickc@redhat.com>
909
910 PR 22734
911 * doc/binutils.texi (nm): Update description to point out that
912 zero-initialized values can also be shown as type B, b, S or s
913 since they can be stored in the BSS section.
914
915 2018-01-30 Alan Modra <amodra@gmail.com>
916
917 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
918 "artificially large" end address.
919
920 2018-01-28 Nick Clifton <nickc@redhat.com>
921
922 * README-how-to-make-a-release: Add note about checking gpg key
923 and the results of gnupload.
924
925 2018-01-27 Nick Clifton <nickc@redhat.com>
926
927 * README-how-to-make-a-release: Add details on how to actually
928 make the release.
929
930 2018-01-26 Nick Clifton <nickc@redhat.com>
931
932 * README-how-to-make-a-release: Add more details on updating
933 version numbers.
934
935 2018-01-22 Maciej W. Rozycki <macro@mips.com>
936
937 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
938 option description.
939
940 2018-01-22 Maciej W. Rozycki <macro@mips.com>
941
942 * MAINTAINERS: Update my company e-mail address.
943
944 2018-01-22 Nick Clifton <nickc@redhat.com>
945
946 * po/sv.po: Updated Swedish translation.
947
948 2018-01-18 Nick Clifton <nickc@redhat.com>
949
950 * po/bg.po: Updated Bulgarian translation.
951
952 2018-01-16 Joel Brobecker <brobecker@adacore.com>
953
954 * README-how-to-make-a-release: Add reminder to update the
955 branch name in gdbadmin's crontab on sourceware.
956
957 2018-01-16 Joel Brobecker <brobecker@adacore.com>
958
959 * README-how-to-make-a-release: Remove trailing spaces.
960
961 2018-01-16 Nick Clifton <nickc@redhat.com>
962
963 * po/fr.po: Updated French translation.
964
965 2018-01-15 Nick Clifton <nickc@redhat.com>
966
967 * po/uk.po: Updated Ukranian translation.
968
969 2018-01-13 Nick Clifton <nickc@redhat.com>
970
971 * README-how-to-make-a-release: Update notes.
972 * po/binutils.pot: Regenerated.
973
974 2018-01-13 Nick Clifton <nickc@redhat.com>
975
976 * configure: Regenerate.
977
978 2018-01-13 Nick Clifton <nickc@redhat.com>
979
980 2.30 branch created.
981 * NEWS: Add marker for 2.30.
982
983 2018-01-12 Nick Clifton <nickc@redhat.com>
984
985 * README-how-to-make-a-release: Add notes on how to make the
986 branch and prelease snapshot.
987 * BRANCHES: Add binutils-2_29-branch.
988
989 2018-01-10 Nick Clifton <nickc@redhat.com>
990
991 * MAINTAINERS: Note that it is now the configure.ac file and not
992 the configure.in file that needs to be kept in sync with gcc.
993 Add a note about sending patches for libiberty to gcc.
994
995 2018-01-03 Nick Clifton <nickc@redhat.com>
996
997 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
998 constants.
999
1000 2018-01-03 Nick Clifton <nickc@redhat.com>
1001
1002 * objcopy.c (objcopy_internal_note): New structure.
1003 (gap_exists): New function.
1004 (is_open_note): New function.
1005 (is_func_note): New function.
1006 (is_64bit): New function.
1007 (merge_gnu_build_notes): Handle v3 notes. Do not merge
1008 if there are relocations against the notes.
1009 * readelf.c (get_note_type): Use short names for build attribute
1010 notes.
1011 (print_symbol_for_build_attribute): Rename to
1012 get_symbol_for_build_attribute. Returns the found symbol rather
1013 than printing it.
1014 (print_gnu_build_attribute_description): Maintain address ranges
1015 for function notes as well as global notes. Handle v3 notes.
1016 (print_gnu_build_attribute_name): Use more space for printing the
1017 name in wide mode.
1018 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
1019 Eliminate symbol references in order to remove the need for
1020 relocations.
1021 * testsuite/binutils-all/note-2-64.s: Likewise.
1022 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
1023 symbol.
1024 * testsuite/binutils-all/note-3-64.s: Likewise.
1025 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
1026 output.
1027 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
1028 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
1029 * testsuite/binutils-all/note-2-32.d: Likewise.
1030 * testsuite/binutils-all/note-2-64.d: Likewise.
1031 * testsuite/binutils-all/note-3-32.d: Likewise.
1032 * testsuite/binutils-all/note-3-64.d: Likewise.
1033 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
1034 * testsuite/binutils-all/note-4-32.s: New test.
1035 * testsuite/binutils-all/note-4-64.d: New test result file.
1036 * testsuite/binutils-all/note-4-32.d: New test result file.
1037
1038 2018-01-03 Alan Modra <amodra@gmail.com>
1039
1040 Update year range in copyright notice of all files.
1041
1042 For older changes see ChangeLog-2017
1043 \f
1044 Copyright (C) 2018 Free Software Foundation, Inc.
1045
1046 Copying and distribution of this file, with or without modification,
1047 are permitted in any medium without royalty provided the copyright
1048 notice and this notice are preserved.
1049
1050 Local Variables:
1051 mode: change-log
1052 left-margin: 8
1053 fill-column: 74
1054 version-control: never
1055 End:
This page took 0.050579 seconds and 4 git commands to generate.