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