]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
strings: remove section/file size check
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
19871f45
AM
12017-07-03 Alan Modra <amodra@gmail.com>
2
3 * strings.c (filename_and_size_t): Delete.
4 (strings_a_section): Don't check section size against file size.
5 Use bdf_malloc_and_get_section. Report an error on failures.
6 Replace arg param with filename and got_a_section param.
7 (got_a_section): Move to..
8 (strings_object_file): ..an auto var here. Iterate over sections
9 rather than calling bfd_map_over_sections. Adjust strings_a_section
10 call.
11
61364358
JK
122017-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13
14 * dwarf.c: Include assert.h.
15 (MAX, MIN, get_IDX_name, display_debug_names): New.
16 (debug_displays): Add .debug_names.
17 * dwarf.h: (enum dwarf_section_display_enum): Add debug_names.
18 * readelf.c (process_section_headers): Add ".debug_names".
19
bae7501e
AM
202017-07-01 Alan Modra <amodra@gmail.com>
21
22 PR binutils/21665
23 * objdump.c (strtab): Make var a bfd_byte*.
24 (disassemble_section): Don't limit malloc size. Instead, use
25 bfd_malloc_and_get_section.
26 (read_section_stabs): Use bfd_malloc_and_get_section. Return
27 bfd_byte*.
28 (find_stabs_section): Remove now unnecessary cast.
29 * objcopy.c (copy_object): Use bfd_malloc_and_get_section. Free
30 contents on error return.
31 * nlmconv.c (copy_sections): Use bfd_malloc_and_get_section.
32
60a02042
NC
332017-06-30 Nick Clifton <nickc@redhat.com>
34
35 PR binutils/21665
36 * objdump.c (disassemble_section): Move check for an overlarge
37 section to just before the allocation of memory. Do not check
38 section size against file size, but instead use an arbitrary 2Gb
39 limit. Issue a warning message if the section is too big.
40
909b4e3d
MR
412017-06-30 Maciej W. Rozycki <macro@imgtec.com>
42
43 * NEWS: Mention microMIPS XPA support.
44
f5b2fd52
MR
452017-06-30 Maciej W. Rozycki <macro@imgtec.com>
46
47 * NEWS: Mention microMIPS Release 5 ISA support.
48
9785fc2a
MR
492017-06-30 Maciej W. Rozycki <macro@imgtec.com>
50
51 * testsuite/binutils-all/mips/mips-xpa-virt-1.d: New test.
52 * testsuite/binutils-all/mips/mips-xpa-virt-2.d: New test.
53 * testsuite/binutils-all/mips/mips-xpa-virt-3.d: New test.
54 * testsuite/binutils-all/mips/mips-xpa-virt-4.d: New test.
55 * testsuite/binutils-all/mips/mips-xpa-virt.s: New test source.
56 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
57
e1e94c49
AK
582017-06-29 Anton Kolesov <Anton.Kolesov@synopsys.com>
59
60 * testsuite/binutils-all/arc/double_store.s: New file.
61 * testsuite/binutils-all/arc/objdump.exp: Tests for disassembler
62 options.
63 (do_objfile): New function.
64 (check_assembly): Likewise.
65
88ab90e8
AA
662017-06-29 Andreas Arnez <arnez@linux.vnet.ibm.com>
67
68 * readelf.c (get_note_type): Add NT_S390_GS_CB and NT_S390_GS_BC.
69
47fdcf63
L
702017-06-28 H.J. Lu <hongjiu.lu@intel.com>
71
72 * objdump.c (dump_relocs_in_section): Cast to ufile_ptr when
73 comparing against bfd_get_file_size return.
74
88305e1b
NC
752017-06-28 Nick Clifton <nickc@redhat.com>
76
77 * objcopy.c (merge_gnu_build_notes): Add support for version 2 notes.
78 * readelf.c (print_gnu_build_attribute_name): Likewise.
79
38bf472a
MR
802017-06-28 Maciej W. Rozycki <macro@imgtec.com>
81 Matthew Fortune <matthew.fortune@imgtec.com>
82
83 * readelf.c (get_machine_flags) <E_MIPS_MACH_IAMR2>: New case.
84 (print_mips_isa_ext) <AFL_EXT_INTERAPTIV_MR2>: Likewise.
85 * NEWS: Mention Imagination interAptiv MR2 processor support.
86
cfd14a50
NC
872017-06-26 Nick Clifton <nickc@redhat.com>
88
89 PR binutils/21665
90 * objdump.c (disassemble_section): Skip any section that is bigger
91 than the entire file.
92
0602cdad
NC
932017-06-26 Nick Clifton <nickc@redhat.com>
94
95 PR binutils/21659
96 * bucomm.c (get_file_size): Explicitly warn if the file is a
97 directory.
98
ced40572
TP
992017-06-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
100
101 * readelf.c (arm_attr_tag_CPU_arch): Fill value for ARMv8-R.
102
0e158763
NC
1032017-06-23 Nick Clifton <nickc@redhat.com>
104
105 PR binutils/21659
106 * strings.c (strings_file): Warn about attempts to run strings on
107 a directory.
108
48580982
L
1092017-06-22 H.J. Lu <hongjiu.lu@intel.com>
110
111 * readelf.c (decode_x86_feature): Decode
112 GNU_PROPERTY_X86_FEATURE_1_SHSTK.
113 * testsuite/binutils-all/i386/shstk.d: New file.
114 * testsuite/binutils-all/i386/shstk.s: Likewise.
115 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
116 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
117 * testsuite/binutils-all/x86-64/shstk.s: Likewise.
118
ee2fdd6f
L
1192017-06-22 H.J. Lu <hongjiu.lu@intel.com>
120
121 * readelf.c (decode_x86_feature): New.
122 (print_gnu_property_note): Call decode_x86_feature on
123 GNU_PROPERTY_X86_FEATURE_1_AND.
124 * testsuite/binutils-all/i386/empty.d: New file.
125 * testsuite/binutils-all/i386/empty.s: Likewise.
126 * testsuite/binutils-all/i386/ibt.d: Likewise.
127 * testsuite/binutils-all/i386/ibt.s: Likewise.
128 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
129 * testsuite/binutils-all/x86-64/empty.d: Likewise.
130 * testsuite/binutils-all/x86-64/empty.s: Likewise.
131 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
132 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
133 * testsuite/binutils-all/x86-64/ibt.s: Likewise.
134
19474787
L
1352017-06-21 H.J. Lu <hongjiu.lu@intel.com>
136
137 * dwarf.c (READ_ULEB): Use DWARF_VMA_FMT to report error.
138 (READ_SLEB): Likewise.
139
7f2c8a1d
NC
1402017-06-21 Nick Clifton <nickc@redhat.com>
141
142 PR binutils/21648
143 * dwarf.c (LEB): Rename to SKIP_ULEB and READ_ULEB. Add check for
144 reading a value that is too big for the containing variable.
145 (SLEB): Rename to SKIP_SLEB and READ_SLEB. Add similar check.
146 Replace uses of LEB and SLEB with appropriate new macro.
147 (display_debug_frames): Use an unsigned int for the 'reg'
148 variable. Use a signed long for the 'l' variable.
149
fd52715c
AK
1502017-06-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
151
152 * readelf.c (get_s390_segment_type): Add support for the new
153 segment type PT_S390_PGSTE.
154 (get_segment_type): Call get_s390_segment_type.
155
d16fdddb
NC
1562017-06-19 Nick Clifton <nickc@redhat.com>
157
158 PR binutils/21619
159 * objdump.c (disassemble_bytes): Check that there is sufficient
160 data available before attempting to display it.
161
d24b7561
SM
1622017-06-06 Simon Marchi <simon.marchi@ericsson.com>
163
164 * sysinfo.y: Free memory allocated by token NAME.
165
10045478
AK
1662017-05-30 Anton Kolesov <anton.kolesov@synopsys.com>
167
168 * doc/binutils.texi: Document new cpu=... disassembler options for ARC.
169
8e2f54bc
L
1702017-05-30 H.J. Lu <hongjiu.lu@intel.com>
171
172 PR binutils/21519
173 * objdump.c (dump_relocs_in_section): Replace get_file_size
174 with bfd_get_file_size to get archive element size.
175 * testsuite/binutils-all/objdump.exp (test_objdump_f): New
176 proc.
177 (test_objdump_h): Likewise.
178 (test_objdump_t): Likewise.
179 (test_objdump_r): Likewise.
180 (test_objdump_s): Likewise.
181 Add objdump tests on archive.
182
003ca0fd
YQ
1832017-05-24 Yao Qi <yao.qi@linaro.org>
184
185 * objdump.c (disassemble_data): Caller update.
186
b4f5b984
JM
1872017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
188
189 * objcopy.c (merge_gnu_build_notes): Remove workaround that
190 prevented deleting relocations in duplicated notes in mips64 and
191 sparc.
192
e5713223
MR
1932017-05-19 Maciej W. Rozycki <macro@imgtec.com>
194
195 * testsuite/binutils-all/mips/mips-note-2.d: New test.
196 * testsuite/binutils-all/mips/mips-note-2r.d: New test.
197 * testsuite/binutils-all/mips/mips-note-2-n32.d: New test.
198 * testsuite/binutils-all/mips/mips-note-2-n64.d: New test.
199 * testsuite/binutils-all/mips/mips-note-2r-n32.d: New test.
200 * testsuite/binutils-all/mips/mips-note-2r-n64.d: New test.
201 * testsuite/binutils-all/mips/mips.exp: Define `has_newabi'.
202 Run the new tests.
203
f0681695
MR
2042017-05-19 Maciej W. Rozycki <macro@imgtec.com>
205
206 * testsuite/lib/utils-lib.exp (run_dump_test): Handle the `dump'
207 option.
208
64517994
JM
2092017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
210
211 * NEWS: Mention the SPARC M8 support.
212
dd47d677
MR
2132017-05-19 Maciej W. Rozycki <macro@imgtec.com>
214
215 * testsuite/binutils-all/mips/mips.exp: Bail out right away if
216 non-ELF.
217
535b785f
AM
2182017-05-18 Alan Modra <amodra@gmail.com>
219
220 * strings.c: Don't compare boolean values against TRUE or FALSE.
221
d8cbc93b
JL
2222017-05-15 Jeff Law <law@redhat.com>
223
224 * readelf.c (display_arc_attribute): Avoid implicit fallthru.
225
3f3467ff
MR
2262017-05-15 Maciej W. Rozycki <macro@imgtec.com>
227
228 * testsuite/binutils-all/mips/mips16-undecoded.d: Add `-mips3'
229 to `as' flags.
230 * testsuite/binutils-all/mips/mips16e2-undecoded.d: New test.
231 * testsuite/binutils-all/mips/mips16e2-extend-insn.d: New test.
232 * testsuite/binutils-all/mips/mips16-undecoded.s: Remove
233 `.module mips3'.
234 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
235
25499ac7
MR
2362017-05-15 Maciej W. Rozycki <macro@imgtec.com>
237
238 * readelf.c (print_mips_ases): Handle MIPS16e2 ASE.
239 * NEWS: Mention MIPS16e2 ASE support.
240
a4f89915
MR
2412017-05-12 Maciej W. Rozycki <macro@imgtec.com>
242
243 * testsuite/binutils-all/mips/mips16-extend-insn.d: Adjust BREAK
244 and SDBBP disassembly.
245
40e5240e
MR
2462017-05-10 Maciej W. Rozycki <macro@imgtec.com>
247
248 * testsuite/binutils-all/mips/mips.exp: Define `tempfile' and
249 `copyfile' variables.
250
53a346d8
CZ
2512017-05-10 Claudiu Zissulescu <claziss@synopsys.com>
252
253 * readelf.c (decode_ARC_machine_flags): Recognize OSABI v4.
254 (get_arc_section_type_name): New function.
255 (get_section_type_name): Use the above function.
256 (display_arc_attribute): New function.
257 (process_arc_specific): Likewise.
258 (process_arch_specific): Handle ARC specific information.
259
21d1fbee
KK
2602017-05-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
261
262 * MAINTAINERS (SH): Remove myself as SH maintainer.
263
2ecf0cc3
L
2642017-05-02 H.J. Lu <hongjiu.lu@intel.com>
265
266 * objcopy.c (merge_gnu_build_notes): Cast relcount to unsigned
267 long when comparing with sec->reloc_count.
268
1395c6ce
NC
2692017-05-02 Nick Clifton <nickc@redhat.com>
270
271 * objcopy.c (merge_gnu_build_notes): Disable merge if there are
272 more internal relocs than external relocs.
273
a4ddc54e
MR
2742017-05-02 Maciej W. Rozycki <macro@imgtec.com>
275
276 * testsuite/binutils-all/mips/mips16-undecoded.d: Adjust the
277 disassembly of PC-relative LA and LW synthetic instructions.
278
39ff1b79
NC
2792017-05-02 Nick Clifton <nickc@redhat.com>
280
281 PR 21440
282 * objdump.c (dump_relocs_in_section): Check for an excessive
283 number of relocs before attempting to dump them.
284
ee7e95ef
AM
2852017-05-01 Alan Modra <amodra@gmail.com>
286
287 * objcopy.c (merge_gnu_build_notes): Correct code deleting
288 relocs.
289
b06b2c92
NC
2902017-04-28 Nick Clifton <nickc@redhat.com>
291
292 PR binutils/21439
293 * readelf.c (print_gnu_build_attribute_name): Allow for an empty
294 name field.
295
4e3afec2
NC
2962017-04-28 Nick Clifton <nickc@redhat.com>
297
298 PR binutils/21437
299 * readelf.c (process_version_sections): Check for underflow when
300 computing the start address of the auxillary version data.
301
d949ff56
NC
3022017-04-28 Nick Clifton <nickc@redhat.com>
303
304 PR binutils/21438
305 * dwarf.c (process_extended_line_op): Do not assume that the
306 string extracted from the section is NUL terminated.
307 (fetch_indirect_string): If the string retrieved from the section
308 is not NUL terminated, return an error message.
309 (fetch_indirect_line_string): Likewise.
310 (fetch_indexed_string): Likewise.
311
740a4630
NC
3122017-04-26 Nick Clifton <nickc@redhat.com>
313
d21f3ddb 314 PR binutils/21433
740a4630
NC
315 * bucomm.c (get_file_size): Return -1 if file_name is NULL.
316 * ar.c (main): Fail with usage() invocation if no file names are
317 provided.
318
3e6b6445
NC
3192017-04-26 Nick Clifton <nickc@redhat.com>
320
321 * readelf.c (process_section_headers): Warn about overlarge
322 sections.
323 (print_gnu_build_attribute_name): Print the number of unrecognised
324 note types. Fix formatting in the presence of errors.
325 (testsuite/binutils-all/note-2-32.s): Fix encoding of numeric notes.
326 (testsuite/binutils-all/note-2-64.s): Likewise.
327
bbdd9a68
MR
3282017-04-26 Maciej W. Rozycki <macro@imgtec.com>
329
330 * readelf.c (process_mips_specific): Add static GOT support.
331
c4ab9505
MR
3322017-04-25 Maciej W. Rozycki <macro@imgtec.com>
333
334 * readelf.c (process_mips_specific): Remove error reporting from
335 GOT[1] processing.
336
919383ac
MR
3372017-04-25 Maciej W. Rozycki <macro@imgtec.com>
338
339 * readelf.c (process_mips_specific): Remove null GOT data check.
340
6e3d1f07
MR
3412017-04-25 Maciej W. Rozycki <macro@imgtec.com>
342
343 * testsuite/binutils-all/mips/mips16-alias.d: New test.
344 * testsuite/binutils-all/mips/mips16-noalias.d: New test.
345 * testsuite/binutils-all/mips/mips16-alias.s: New test source.
346 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
347
42354845
AM
3482017-04-23 Alan Modra <amodra@gmail.com>
349
350 PR 21418
351 * ar.c (main): Check -a, -b, -i and -N args are given.
352
7034215f
AM
3532017-04-23 Alan Modra <amodra@gmail.com>
354
355 PR 21417
356 * ar.c (main): Check that an archive file is given after options.
357
b02cd3e9
AM
3582017-04-23 Alan Modra <amodra@gmail.com>
359
360 PR 21415
361 * objdump.c (disassemble_section): Check bfd_get_section_contents
362 status.
363
f082820d
AM
3642017-04-23 Alan Modra <amodra@gmail.com>
365
366 PR 21408
367 * dwarf.c (display_debug_lines_decoded): Don't segfault on NULL
368 file_table.
369
ddef72cd
NC
3702017-04-21 Nick Clifton <nickc@redhat.com>
371
372 PR binutils/21378
373 * readelf.c (print_gnu_build_attribute_name): Check for an
374 overlarge name field.
375
7296a62a
NC
3762017-04-13 Nick Clifton <nickc@redhat.com>
377
378 PR binutils/21379
379 * readelf.c (process_dynamic_section): Detect over large section
380 offsets in the DT_SYMTAB entry.
381
3822017-04-13 Nick Clifton <nickc@redhat.com>
383
384 PR binutils/21345
385 * readelf.c (process_mips_specific): Catch an unfeasible memory
386 allocation before it happens and print a suitable error message.
387
1d15e434
NC
3882017-04-13 Nick Clifton <nickc@redhat.com>
389
390 * objcopy.c: Add --no-merge-notes option to disable note merging.
391 Add --[no-]merge-notes option to strip, and enable it by default.
392 (num_bytes): New function.
393 (merge_gnu_build_notes): Add code to merge stack size notes.
394 * binutils.texi: Update strip and objcopy documentation.
395 * readelf.c (print_gnu_build_attribute_name): Use defined
396 constants for note types.
397
28d909e5
JD
3982017-04-10 John Delsignor <john.delsignore@roguewave.com>
399
400 PR binutils/21319
401 * dwarf.c (display_gdb_index): Correct test for a corrupt address
402 table size.
403
0f65a5d8
JW
4042017-04-05 Jiong Wang <jiong.wang@arm.com>
405
406 * objcopy.c (struct redefine_node): Delete the field "next".
407 (redefine_sym_list): Deleted.
408 (redefine_specific_htab): New hash table.
409 (redefine_specific_reverse_htab): Likewise.
410 (eq_string_redefnode): New function.
411 (htab_hash_redefnode): Likewise.
412 (create_symbol2redef_htab): Likewise.
413 (add_specific_symbol_node): Likewise.
414 (create_symbol_htabs): Create redefine_specific_htab and
415 redefine_specific_reverse_htab.
416 (lookup_sym_redefinition): Use hash table instead of list.
417 (redefine_list_append): Likewise, and rename to add_redefine_and_check.
418 (copy_main): Use redefine_specific_htab instead of redefine_sym_list.
419 Update comments.
420
a91e1603
L
4212017-04-04 H.J. Lu <hongjiu.lu@intel.com>
422
423 * NEWS: Mention support for ELF SHF_GNU_MBIND and
424 PT_GNU_MBIND_XXX.
425 * readelf.c (get_segment_type): Handle PT_GNU_MBIND_XXX.
426 (get_elf_section_flags): Handle SHF_GNU_MBIND.
427 (process_section_headers): Likewise.
428 * testsuite/binutils-all/mbind1.s: New file.
429 * testsuite/binutils-all/objcopy.exp: Run readelf test on
430 mbind1.s.
431
82156ab7
NC
4322017-04-03 Nick Clifton <nickc@redhat.com>
433
434 PR binutils/21345
435 * readelf.c (get_program_headers): Check for there being too many
436 program headers before attempting to allocate space for them.
437
75ec1fdb
NC
4382017-04-03 Nick Clifton <nickc@redhat.com>
439
440 PR binutils/21344
441 * readelf.c (process_mips_specific): Check for an out of range GOT
442 entry before reading the module pointer.
443
f32ba729
NC
4442017-04-03 Nick Clifton <nickc@redhat.com>
445
446 PR binutils/21343
447 * readelf.c (get_unwind_section_word): Fix snafu checking for
448 invalid word offsets in ARM unwind information.
449
efdf7a02
PC
4502017-03-31 Pip Cet <pipcet@gmail.com>
451
452 * NEWS: Use "WebAssembly" consistently.
453 * testsuite/binutils-all/wasm32/wasm32.exp: Fix copyright notice.
454
f96bd6c2
PC
4552017-03-30 Pip Cet <pipcet@gmail.com>
456
457 * readelf.c: Add support for wasm32 ELF format WebAssembly files.
458 (guess_is_rela): Likewise.
459 (dump_relocations): Likewise.
460 (is_32bit_abs_reloc): Likewise.
461 (is_none_reloc_): Likewise.
462 * NEWS: Mention the new support.
463 * testsuite/lib/binutils-common.exp (is_elf_format): Mark wasm32
464 as ELF target.
465 (supports_gnu_unique): Mark wasm32 as supporting STB_GNU_UNIQUE.
466 * testsuite/binutils-all/nm.exp: Mark wasm32 as requiring .size annotations.
467 * testsuite/binutils-all/wasm32: New directory.
468 * testsuite/binutils-all/wasm32/create-wasm.d: New file.
469 * testsuite/binutils-all/wasm32/create-wasm.s: Likewise.
470 * testsuite/binutils-all/wasm32/custom-section.d: Likewise.
471 * testsuite/binutils-all/wasm32/custom-section.s: Likewise.
472 * testsuite/binutils-all/wasm32/invalid-wasm-1.d: Likewise.
473 * testsuite/binutils-all/wasm32/invalid-wasm-1.s: Likewise.
474 * testsuite/binutils-all/wasm32/long-sections.d: Likewise.
475 * testsuite/binutils-all/wasm32/long-sections.s: Likewise.
476 * testsuite/binutils-all/wasm32/parse-wasm.d: Likewise.
477 * testsuite/binutils-all/wasm32/parse-wasm.s: Likewise.
478 * testsuite/binutils-all/wasm32/parse-wasm-2.d: Likewise.
479 * testsuite/binutils-all/wasm32/parse-wasm-2.s: Likewise.
480 * testsuite/binutils-all/wasm32/prepared-section.d: Likewise.
481 * testsuite/binutils-all/wasm32/prepared-section.s: Likewise.
482 * testsuite/binutils-all/wasm32/wasm32.exp: New file, run tests.
483
52be03fd
AM
4842017-03-29 Alan Modra <amodra@gmail.com>
485
486 * doc/binutils.texi (objdump): Document PowerPC -M options.
487
4a14e306
AK
4882017-03-21 Andi Kleen <ak@linux.intel.com>
489
490 * objdump.c (unwind_inlines): Add.
491 (option_values): Add OPTION_INLINES.
492 (show_line): Unwind inlines if requested.
493 (main): Parse OPTION_INLINES.
494 (usage): Document --inlines.
495 * doc/binutils.texi: Document --inlines.
496 * NEWS: Likewise.
497
75d7d298
NC
4982017-03-21 Nick Clifton <nickc@redhat.com>
499
500 * readelf.c (print_gnu_build_attribute_name): Allow stack
501 protection notes to contain numeric values. Use a colon rather
502 than a space to separate a string name from its values. Decode
503 the numeric value of a stack protection note.
504 * objcopy.c (merge_gnu_build_notes): Allow version notes to
505 contain extra text after the protocol version number.
506
39e224f6
MW
5072017-03-20 Mark Wielaard <mark@klomp.org>
508
509 * readelf.c (process_program_headers): Move dynamic_addr check
510 after .dynamic section cross check.
511
0dd6ae21
NC
5122017-03-17 Nick Clifton <nickc@redhat.com>
513
514 * readelf.c (print_gnu_build_attribute_name): Fix off by one error
515 printing the value for a build note with an ascii name.
516
a8be5506
NC
5172017-03-16 Nick Clifton <nickc@redhat.com>
518
519 * readelf.c (print_gnu_build_attribute_name): Add support for
520 GNU_BUILD_ATTRIBUTE_SHORT_ENUM.
521
c799a79d
NC
5222017-03-14 Nick Clifton <nickc@redhat.com>
523
524 * readelf.c (print_gnu_build_attribute_description): Move symbol
525 printing code to...
526 (print_symbol_for_build_attribute): New function. ...here.
527 Add to find the best symbol to associate with an OPEN note.
528 Add code to cache the symbol table and string table, so that they
529 are not loaded every time a note is displayed.
530 * testsuite/binutils-all/note-2-32.s: Add a function symbol.
531 * testsuite/binutils-all/note-2-64.s: Likewise.
532 * testsuite/binutils-all/note-2-32.d: Update expected note output.
533 * testsuite/binutils-all/note-2-64.d: Likewise.
534
5ef2d51b
AM
5352017-03-13 Alan Modra <amodra@gmail.com>
536 Taeung Song <treeze.taeung@gmail.com>
537
538 * objdump.c (update_source_path): Add abfd param. Add struct
539 stat var. Pass to try_print_file_open. Warn if source is more
540 recent than object.
541 (try_print_file_open, slurp_file): Add struct stat param to
542 return fstat.
543 (show_line): Call update_source_path with bfd.
544
7b5d4822
CHL
5452017-03-10 Chia-Hao Lo <fcamel@gmail.com>
546
547 PR binutils/21235
548 * objdump.c (main): Set do_wide with --wide.
549
55e22ca8
NC
5502017-03-10 Nick Clifton <nickc@redhat.com>
551
552 * readelf.c (get_machine_name): Rearrange switch table in order of
553 increasing machine number. Add missing entries.
554
1fc87489
L
5552017-03-08 H.J. Lu <hongjiu.lu@intel.com>
556
557 PR binutils/21231
558 * readelf.c (decode_x86_isa): Change argument to unsigned int.
559 (print_gnu_property_note): Retrieve property type and datasz as
560 4-byte integer. Consolidate property datasz check. Check
561 GNU_PROPERTY_LOPROC and GNU_PROPERTY_LOUSER.
562 * testsuite/binutils-all/i386/pr21231a.d: New file.
563 * testsuite/binutils-all/i386/pr21231a.s: Likewise.
564 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
565 * testsuite/binutils-all/i386/pr21231b.s: Likewise.
566 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
567 * testsuite/binutils-all/x86-64/pr21231a.s: Likewise.
568 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
569 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
570
79a964dc
NC
5712017-03-06 Nick Clifton <nickc@redhat.com>
572
573 * readelf.c (print_gnu_build_attribute_name): Read byte values
574 from the name string as unsigned bytes.
575 (process_notes_at): Use memcpy to copy an unterminated name
576 string.
577
1f5345a6
ST
5782017-03-06 Sam Thursfield <sam.thursfield@codethink.co.uk>
579
580 * configure.ac (AC_CHECK_DECLS): Add asprintf.
581 * config.in: Regenerate.
582 * configure: Regenerate.
583
c871dade
NC
5842017-03-02 Nick Clifton <nickc@redhat.com>
585
586 * readelf.c (print_gnu_build_attribute_description): Use global
587 symbols for OPEN attributes if at all possible.
05ed4310
NC
588 * objcopy.c (is_merged_note_section): Support build note sections
589 without the SHF_GNU_BUILD_NOTE section flag set.
c871dade 590
b451e98a
JK
5912017-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
592
593 * dwarf.c (debug_displays_assert): New static assertion.
594
d4620bee
JK
5952017-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
596
597 * dwarf.h (enum dwarf_section_display_enum): Add loclists and rnglists.
598
9ef920e9
NC
5992017-03-01 Nick Clifton <nickc@redhat.com>
600
601 * readelf.c (get_note_type): Add support for GNU_BUILD_NOTEs.
602 (get_gnu_elf_note_type): Add support for GNU_PROPERTY_NOTEs.
603 (decode_x86_isa): New function.
604 (print_gnu_property_note): New function.
605 (print_gnu_note): Handle GNU_PROPERTY_NOTEs.
606 (print_gnu_build_attribute_description): New function.
607 (print_gnu_build_attribute_name): New function.
608 (process_note): Add support for GNU_BUILD_NOTEs.
609 * objcopy.c (--merge-notes): New command line option.
610 (copy_options): Add merge-notes.
611 (copy_usage): Likewise.
612 (is_merge_note_section): New function.
613 (merge_gnu_build_notes): New function.
614 (copy_object): Merge note sections if asked to do so.
615 (skip_section): Add skip_copy parameter. Add support for skipping
616 merged note sections.
617 (copy_relocations_in_section): Update call to skip_section.
618 (copy_section): Likewise.
619 (copy_main): Add support for merge-notes option.
620 * doc/binutils.texi: Document the new option to objcopy.
621 * NEWS: Mention the new feature.
622 * testsuite/binutils-all/note-2-32.d: New test. Checks note
623 merging on 32-bit targets.
624 * testsuite/binutils-all/note-2-32.s: New test source file.
625 * testsuite/binutils-all/note-2-64.d: New test. Like note-2-32.d
626 but for 64-bit targets.
627 * testsuite/binutils-all/note-2-64.s: New test source file.
628 * testsuite/binutils-all/objcopy.exp: Run the new test.
629
65b48a81
PB
6302017-02-28 Peter Bergner <bergner@vnet.ibm.com>
631
632 * objdump.c (main): Use remove_whitespace_and_extra_commas.
633
9dfd0db9
JK
6342017-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
635
636 Fix compilation with GCC 4.4.7.
637 * dwarf.c (display_loclists_list, display_debug_rnglists_list):
638 Initialize begin and end.
639
3b83ea38
AM
6402017-02-25 Alan Modra <amodra@gmail.com>
641
642 * testsuite/binutils-all/dw5.S: Replace .string with .asciz.
643 Support hpux .comm variant.
644 * testsuite/binutils-all/readelf.exp: Define HPUX when assembling
645 dw5 test for hppa64-hpux.
646
32ec8896
NC
6472017-02-24 Nick Clifton <nickc@redhat.com>
648
649 * readelf.c (show_name, do_dynamic, do_syms, do_dyn_syms,
650 (do_reloc, do_sections, do_section_groups, do_section_details,
651 (do_segments, do_unwind, do_using_dynamic, do_header, do_dump,
652 (do_version, do_histogram, do_debugging, do_arch, do_notes,
653 (do_archive_index, is_32bit_elf, decompress_dumps): Use
654 bfd_boolean type.
655 (parse_args): Treat the do_* variables as booleans.
656 (print_vma): Return an unsigned int.
657 (print_symbol): Change width parameter to signed int.
658 (is_ia64_vms): Change return type to bfd_boolean.
659 (guess_is_rela): Likewise.
660 (slurp_rela_relocs): Likewise.
661 (slurp_rel_relocs): Likewise.
662 (dump_relocations): Likewise.
663 (process_file_header): Likewise.
664 (get_program_headers): Likewise.
665 (process_program_headers): Likewise.
666 (process_section_headers): Likewise.
667 (process_section_groups): Likewise.
668 (dump_ia64_vms_dynamic_fixups): Likewise.
669 (dump_ia64_vms_dynamic_relocs): Likewise.
670 (process_ia64_vms_dynamic_relocs): Likewise.
671 (process_relocs): Likewise.
672 (dump_ia64_unwind): Likewise.
673 (ia64_process_unwind): Likewise.
674 (dump_hppa_unwind): Likewise.
675 (slurp_hppa_unwind_table): Likewise.
676 (hppa_process_unwind): Likewise.
677 (decode_arm_unwind_bytecode): Likewise.
678 (decode_tic6x_unwind_bytecode): Likewise.
679 (decode_arm_unwind): Likewise.
680 (dump_arm_unwind): Likewise.
681 (arm_process_unwind): Likewise.
682 (process_unwind): Likewise.
683 (get_32bit_dynamic_section): Likewise.
684 (get_64bit_dynamic_section): Likewise.
685 (process_dynamic_section): Likewise.
686 (process_version_sections): Likewise.
687 (process_symbol_table): Likewise.
688 (process_syminfo): Likewise.
689 (apply_relocations): Likewise.
690 (disassemble_section): Likewise.
691 (dump_section_as_strings): Likewise.
692 (dump_section_as_bytes): Likewise.
693 (load_specific_debug_section): Likewise.
694 (load_debug_section): Likewise.
695 (display_debug_section): Likewise.
696 (process_section_contents): Likewise.
697 (process_attributes): Likewise.
698 (process_nds32_specific): Likewise.
699 (process_gnu_liblist): Likewise.
700 (print_core_note): Likewise.
701 (print_gnu_note): Likewise.
702 (print_v850_note): Likewise.
703 (process_netbsd_elf_note): Likewise.
704 (print_stapsdt_note): Likewise.
705 (print_ia64_vms_note): Likewise.
706 (process_note): Likewise.
707 (process_notes_at): Likewise.
708 (process_corefile_note_segments): Likewise.
709 (process_v850_notes): Likewise.
710 (process_note_sections): Likewise.
711 (process_notes): Likewise.
712 (process_arch_specific): Likewise.
713 (get_file_header): Likewise.
714 (process_object): Likewise.
715 (process_archive): Likewise.
716 (process_file): Likewise.
717 (section_subset): Make static.
718 (get_mips_reg_size): Return a signed integer.
719 (process_object): Reverse the logic of the return value.
720 (process_archive): Likewise.
721 (process_file): Likewise.
6b4bf3bc
NC
722 (process_program_headers): Fix snafu - if the program headers are
723 not available then this is not a cause to fail.
724 (process_corefile_note_segments): Likewise.
32ec8896 725
7bb1ad17
MR
7262017-02-24 Maciej W. Rozycki <macro@imgtec.com>
727
728 * readelf.c (get_ver_flags): Tidy the formatting of the string
729 returned
730
5235cd68
MR
7312017-02-24 Maciej W. Rozycki <macro@imgtec.com>
732
733 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Make
734 `isum' unsigned.
735 <SHT_GNU_verneed>: Likewise.
736
c9f02c3e
MR
7372017-02-24 Maciej W. Rozycki <macro@imgtec.com>
738
739 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Limit
740 the number of entries processed by the section size. Don't
741 break out of the loop if `ent.vd_next' is 0.
742
a567769b
JK
7432017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
744
745 * testsuite/binutils-all/dw5.S: New file.
746 * testsuite/binutils-all/dw5.W: New file.
747 * testsuite/binutils-all/readelf.exp (readelf -wiaoRlL): New test.
748
2f6cd591
JK
7492017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
750
751 * dwarf.c (read_and_display_attr_value): Support DW_FORM_data16.
752
7a7e1061
JK
7532017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
754
755 * dwarf.c (display_debug_macro): Support DWARF-5. Rename
756 DW_MACRO_GNU_*.
757
bc0a77d2
JK
7582017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
759
760 * dwarf.c (decode_location_expression): Support DW_OP_implicit_pointer,
761 DW_OP_const_type, DW_OP_regval_type, DW_OP_deref_type, DW_OP_convert
762 and DW_OP_reinterpret.
763 (read_and_display_attr_value): Support DW_AT_call_value,
764 DW_AT_call_data_value, DW_AT_call_target and
765 DW_AT_call_target_clobbered.
766
77145576
JK
7672017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
768
769 * dwarf.c (fetch_indirect_line_string): New function.
770 (abbrev_attr): New field implicit_const.
771 (add_abbrev_attr): New parameter implicit_const.
772 (process_abbrev_section): Support DW_FORM_implicit_const.
773 (decode_location_expression): Support DW_OP_entry_value.
774 (read_and_display_attr_value): Add parameter implicit_const. Support
775 DW_FORM_line_strp and DW_FORM_implicit_const.
776 (read_and_display_attr): Add parameter implicit_const.
777 (process_debug_info): Support line_str and DWARF-5.
778 (read_debug_line_header): Support DWARF-5.
779 (display_formatted_table): New function.
780 (display_debug_lines_raw): New parameter file. Support DWARF-5.
781 (display_debug_lines_decoded): New parameter fileptr. Support DWARF-5.
782 (display_debug_lines): Pass file parameter.
783 (display_debug_macro): Update read_and_display_attr_value caller.
784 (display_debug_abbrev): Support DW_FORM_implicit_const.
785 (display_loclists_list): New function.
786 (display_loc_list): Support .debug_loclists.
787 (display_debug_ranges_list): New function from display_debug_ranges.
788 (display_debug_rnglists_list): New function.
789 (display_debug_ranges): Support .debug_rnglists.
790 (debug_displays): Add .debug_line_str, .debug_loclists and
791 .debug_rnglists.
792 * dwarf.h: Include dwarf2.h
793 (DWARF2_Internal_LineInfo): Add li_offset_size.
794 (DWARF2_Internal_CompUnit): Add cu_unit_type.
795 (enum dwarf_section_display_enum): Add line_str.
796 * readelf.c (process_section_headers): Add rnglists and loclists.
797
ef0b5f1c
JK
7982017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
799
800 * dwarf.c (display_block): Add parameter delimiter.
801 (decode_location_expression): Update display_block callers.
802 (read_and_display_attr_value): Add parameter delimiter.
803 (read_and_display_attr, display_debug_macro): Update
804 read_and_display_attr_value caller.
805
359ca075
JK
8062017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
807
808 * dwarf.c (display_loc_list): Use dwarf_vma for offset, base_address
809 and off.
810 (display_loc_list_dwo): Use dwarf_vma for offset.
811 (display_debug_loc): Use dwarf_vma for offset, base_address.
812 (struct range_entry, range_entry_compar): Use dwarf_vma for
813 ranges_offset.
814 (display_debug_ranges): Use dwarf_vma for ranges_offset, offset and
815 base_address.
816
60abdbed
NC
8172017-02-23 Nick Clifton <nickc@redhat.com>
818
819 * readelf.c (display_tag_value): Use an explicit signed type for
820 the tag parameter.
821 (display_gnu_attributes): Use an unsigned integer type for
822 attribute tags.
823 (display_power_gnu_attribute): Likewise.
824 (display_s390_gnu_attribute): Likewise.
825 (display_sparc_hwcaps): Likewise.
826 (display_sparc_hwcaps2): Likewise.
827 (display_sparc_gnu_attribute): Likewise.
828 (display_mips_gnu_attribute): Likewise.
829 (display_tic6x_attribute): Likewise.
830 (display_raw_attribute): Likewise.
831 (process_attributes): Likewise.
832 (process_arm_specific): Delete redundant function.
833 (process_power_specific): Likewise.
834 (process_s390_specific): Likewise.
835 (process_sparc_specific): Likewise.
836 (process_tic6x_specific): Likewise.
837 (process_msp430x_specific): Likewise.
838 (display_public_gnu_attributes): New function. Displays known
839 information about an unknown gnu attribute.
840 (display_generic_attribute): New function. Calls
841 display_tag_value for non-nul tags.
842 (process_arch_specific): Call process_attributes even for
843 architectures not known to specifically support gnu attributes.
844
0502a2b4
JK
8452017-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
846
847 * dwarf.c (decode_location_expression): Display also OP.
848
233f82cf
MR
8492017-02-22 Maciej W. Rozycki <macro@imgtec.com>
850
851 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Print a
852 new line between the heading and the first version definition
853 entry.
854
43a444f9
NC
8552017-02-20 Nick Clifton <nickc@redhat.com>
856
857 PR binutils/21156
858 * dwarf.c (cu_tu_indexes_read): Move into...
859 (load_cu_tu_indexes): ... here. Change the variable into
860 tri-state. Change the function into boolean, returning
861 false if the indicies could not be loaded.
862 (find_cu_tu_set): Return NULL if the indicies could not be
863 loaded.
864
b814a36d
NC
8652017-02-17 Nick Clifton <nickc@redhat.com>
866
867 PR binutils/21156
868 * readelf.c (find_section_in_set): Test for invalid section
869 indicies.
870
1b4b80bf
NC
8712017-02-17 Nick Clifton <nickc@redhat.com>
872
873 * readelf.c (get_section_type_name): Add decoding of GNU section
874 types.
875
7c723eec
NC
8762017-02-15 Nick Clifton <nickc@redhat.com>
877
878 * MAINTAINERS: (MIPS, MN10300): Move Eric Christopher to Past
879 Maintainers section.
880
bc303e5d
NC
8812017-02-14 Nick Clifton <nickc@redhat.com>
882
883 PR binutils/21159
884 * readelf.c (dump_section_as_strings): Reset the start address if
885 no decompression is perfromed.
886 (dump_section_as_bytes): Likewise.
887
92134dc1
NC
8882017-02-14 Nick Clifton <nickc@redhat.com>
889
890 PR binutils/21158
891 * rddbg.c (read_symbol_stabs_debugging_info): Check for a null or
892 empty symbol name.
893
a2dea0b2
NC
8942017-02-14 Nick Clifton <nickc@redhat.com>
895
896 PR binutils/21157
897 * stabs.c (parse_stab_enum_type): Check for corrupt NAME:VALUE
898 pairs.
899 (parse_number): Exit early if passed an empty string.
900
b32e566b
NC
9012017-02-14 Nick Clifton <nickc@redhat.com>
902
903 PR binutils/21155
904 * readelf.c (IN_RANGE): New macro. Tests for an address + offset
905 being within a given range.
906 (target_specific_reloc_handling): Use macro to test for underflow
907 as well as overflow of reloc offset.
908
c1221402
NC
9092017-02-13 Nick Clifton <nickc@redhat.com>
910
911 PR binutils/21150
912 * nm.c (file_symbol): Add test of string length before testing
913 string characters.
914
f055032e
NC
9152017-02-13 Nick Clifton <nickc@redhat.com>
916
917 PR binutils/21135
918 * readelf.c (dump_section_as_bytes): Handle the case where
919 uncompress_section_contents returns false.
1835f746 920 (dump_section_as_bytes, load_specific_debug_section): Likewise.
f055032e 921
ebdf1ebf
NC
9222017-02-13 Nick Clifton <nickc@redhat.com>
923
924 PR binutils/21149
925 * readelf.c (get_compression_header): Add size parameter. Check
926 size against sizeof compression header before attempting to
927 extract the header.
928 (process_section_headers): Pass size to get_compression_header.
929 (dump_section_as_strings): Likewise.
930 (dump_section_as_bytes): Likewise.
931 (load_specific_debug_section): Likewise.
932
4aeb00ad
NC
9332017-02-13 Nick Clifton <nickc@redhat.com>
934
935 PR binutils/21148
936 * readelf.c (process_version_sections): Include size of auxillary
937 version information when checking for buffer overflow.
938
0ee3043f
NC
9392017-02-13 Nick Clifton <nickc@redhat.com>
940
941 PR binutils/21147
942 * readelf.c (process_section_contents): Fix off by one error
943 reporting un-dumped sections.
944
f84ce13b
NC
9452017-02-13 Nick Clifton <nickc@redhat.com>
946
947 PR binutils/21139
948 * readelf.c (target_specific_reloc_handling): Add num_syms
949 parameter. Check for symbol table overflow before accessing
950 symbol value. If reloc pointer is NULL, discard all saved state.
951 (apply_relocations): Pass num_syms to target_specific_reloc_handling.
952 Call target_specific_reloc_handling with a NULL reloc pointer
953 after processing all of the relocs.
954
03f7786e
NC
9552017-02-13 Nick Clifton <nickc@redhat.com>
956
957 PR binutils/21137
958 * readelf.c (target_specific_reloc_handling): Add end parameter.
959 Check for buffer overflow before writing relocated values.
960 (apply_relocations): Pass end to target_specific_reloc_handling.
961
387dd777
DP
9622017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
963 Nick Clifton <nickc@redhat.com>
964
965 PR 20343
966 * doc/binutils.texi (ar): Extend documentation of the --plugin
967 option. Include a description of where the plugins should be
968 located.
969 (nm): Likewise.
970
cf581a9b
NC
9712017-01-23 Nick Clifton <nickc@redhat.com>
972
973 * MAINTAINERS: Add Bernd to Past Maintainers section.
c49f9d0f 974 (SCORE): Remove Mei Ligang as maintainer. Add to Past Maintainers
71d01c69 975 section.
cf581a9b 976
715e99a4
BS
9772017-01-23 Bernd Schmidt <bschmidt@redhat.com>
978
979 * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer.
980
1737c640
AB
9812017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
982
983 * objdump.c (dump_section_header): Extract max section name length
984 from data parameter, use this when formatting output.
985 (find_longest_section_name): New function.
986 (dump_headers): Calculate longest section name when in wide mode,
987 reformat to unify printing of header line.
988
2cedb9eb
BR
9892017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
990
991 PR 21059
992 * arlex.l: Support processing with flex 2.6.3.
993 * deflex.l: Likewise.
994
6bb21700
DT
9952017-01-17 Dmitry Timoshkov <dmitry@baikal.ru>
996
997 * resbin.c: Optional dialog control data immediately follows
998 the control description without alignment.
999 * testsuite/binutils-all/windres/controldata.rc: New test.
1000 source.
1001 * testsuite/binutils-all/windres/controldata.rsd: New test.
1002
2425a30e
NC
10032017-01-12 Nick Clifton <nickc@redhat.com>
1004
1005 PR binutils/20876
1006 * NEWS: Mention the new feature.
1007 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
1008 New proc to test the location of separate debug info files using
1009 the build-id method.
1010
b972a0d6
NC
10112017-01-10 Nick Clifton <nickc@redhat.com>
1012
1013 PR 21034
1014 * stabs.c (parse_stab_members): Fix thinko checking for g++
1015 version 1 stabs information.
1016
cd6581da
NC
10172017-01-09 Nick Clifton <nickc@redhat.com>
1018
1019 * objdump.c (display_file): Add new parameter 'last_file'. If
1020 last_file is true, do not call bfd_close at the end of the
1021 function.
1022 (main): Set the value of the last_file parameter when calling
1023 display_file.
1024
4d74727a
AM
10252017-01-09 Alan Modra <amodra@gmail.com>
1026
1027 * readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
1028 comment.
1029
fd13a84b
NC
10302017-01-06 Nick Clifton <nickc@redhat.com>
1031
1032 * MAINTAINERS: Move Paul Brook to the Past Maintainers section.
1033
b0556316
DP
10342017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
1035
1036 PR 20958
1037 * syslex.l (option): Add noyywrap
1038 (yywrap): Delete.
1039
2571583a
AM
10402017-01-02 Alan Modra <amodra@gmail.com>
1041
1042 Update year range in copyright notice of all files.
1043
5c1ad6b5 1044For older changes see ChangeLog-2016
3499769a 1045\f
5c1ad6b5 1046Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
1047
1048Copying and distribution of this file, with or without modification,
1049are permitted in any medium without royalty provided the copyright
1050notice and this notice are preserved.
1051
1052Local Variables:
1053mode: change-log
1054left-margin: 8
1055fill-column: 74
1056version-control: never
1057End: