]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
x86: Support Intel IBT with IBT property and IBT-enable PLT
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
ee2fdd6f
L
12017-06-22 H.J. Lu <hongjiu.lu@intel.com>
2
3 * readelf.c (decode_x86_feature): New.
4 (print_gnu_property_note): Call decode_x86_feature on
5 GNU_PROPERTY_X86_FEATURE_1_AND.
6 * testsuite/binutils-all/i386/empty.d: New file.
7 * testsuite/binutils-all/i386/empty.s: Likewise.
8 * testsuite/binutils-all/i386/ibt.d: Likewise.
9 * testsuite/binutils-all/i386/ibt.s: Likewise.
10 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
11 * testsuite/binutils-all/x86-64/empty.d: Likewise.
12 * testsuite/binutils-all/x86-64/empty.s: Likewise.
13 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
14 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
15 * testsuite/binutils-all/x86-64/ibt.s: Likewise.
16
19474787
L
172017-06-21 H.J. Lu <hongjiu.lu@intel.com>
18
19 * dwarf.c (READ_ULEB): Use DWARF_VMA_FMT to report error.
20 (READ_SLEB): Likewise.
21
7f2c8a1d
NC
222017-06-21 Nick Clifton <nickc@redhat.com>
23
24 PR binutils/21648
25 * dwarf.c (LEB): Rename to SKIP_ULEB and READ_ULEB. Add check for
26 reading a value that is too big for the containing variable.
27 (SLEB): Rename to SKIP_SLEB and READ_SLEB. Add similar check.
28 Replace uses of LEB and SLEB with appropriate new macro.
29 (display_debug_frames): Use an unsigned int for the 'reg'
30 variable. Use a signed long for the 'l' variable.
31
d16fdddb
NC
322017-06-19 Nick Clifton <nickc@redhat.com>
33
34 PR binutils/21619
35 * objdump.c (disassemble_bytes): Check that there is sufficient
36 data available before attempting to display it.
37
d24b7561
SM
382017-06-06 Simon Marchi <simon.marchi@ericsson.com>
39
40 * sysinfo.y: Free memory allocated by token NAME.
41
10045478
AK
422017-05-30 Anton Kolesov <anton.kolesov@synopsys.com>
43
44 * doc/binutils.texi: Document new cpu=... disassembler options for ARC.
45
8e2f54bc
L
462017-05-30 H.J. Lu <hongjiu.lu@intel.com>
47
48 PR binutils/21519
49 * objdump.c (dump_relocs_in_section): Replace get_file_size
50 with bfd_get_file_size to get archive element size.
51 * testsuite/binutils-all/objdump.exp (test_objdump_f): New
52 proc.
53 (test_objdump_h): Likewise.
54 (test_objdump_t): Likewise.
55 (test_objdump_r): Likewise.
56 (test_objdump_s): Likewise.
57 Add objdump tests on archive.
58
003ca0fd
YQ
592017-05-24 Yao Qi <yao.qi@linaro.org>
60
61 * objdump.c (disassemble_data): Caller update.
62
b4f5b984
JM
632017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
64
65 * objcopy.c (merge_gnu_build_notes): Remove workaround that
66 prevented deleting relocations in duplicated notes in mips64 and
67 sparc.
68
e5713223
MR
692017-05-19 Maciej W. Rozycki <macro@imgtec.com>
70
71 * testsuite/binutils-all/mips/mips-note-2.d: New test.
72 * testsuite/binutils-all/mips/mips-note-2r.d: New test.
73 * testsuite/binutils-all/mips/mips-note-2-n32.d: New test.
74 * testsuite/binutils-all/mips/mips-note-2-n64.d: New test.
75 * testsuite/binutils-all/mips/mips-note-2r-n32.d: New test.
76 * testsuite/binutils-all/mips/mips-note-2r-n64.d: New test.
77 * testsuite/binutils-all/mips/mips.exp: Define `has_newabi'.
78 Run the new tests.
79
f0681695
MR
802017-05-19 Maciej W. Rozycki <macro@imgtec.com>
81
82 * testsuite/lib/utils-lib.exp (run_dump_test): Handle the `dump'
83 option.
84
64517994
JM
852017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
86
87 * NEWS: Mention the SPARC M8 support.
88
dd47d677
MR
892017-05-19 Maciej W. Rozycki <macro@imgtec.com>
90
91 * testsuite/binutils-all/mips/mips.exp: Bail out right away if
92 non-ELF.
93
535b785f
AM
942017-05-18 Alan Modra <amodra@gmail.com>
95
96 * strings.c: Don't compare boolean values against TRUE or FALSE.
97
d8cbc93b
JL
982017-05-15 Jeff Law <law@redhat.com>
99
100 * readelf.c (display_arc_attribute): Avoid implicit fallthru.
101
3f3467ff
MR
1022017-05-15 Maciej W. Rozycki <macro@imgtec.com>
103
104 * testsuite/binutils-all/mips/mips16-undecoded.d: Add `-mips3'
105 to `as' flags.
106 * testsuite/binutils-all/mips/mips16e2-undecoded.d: New test.
107 * testsuite/binutils-all/mips/mips16e2-extend-insn.d: New test.
108 * testsuite/binutils-all/mips/mips16-undecoded.s: Remove
109 `.module mips3'.
110 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
111
25499ac7
MR
1122017-05-15 Maciej W. Rozycki <macro@imgtec.com>
113
114 * readelf.c (print_mips_ases): Handle MIPS16e2 ASE.
115 * NEWS: Mention MIPS16e2 ASE support.
116
a4f89915
MR
1172017-05-12 Maciej W. Rozycki <macro@imgtec.com>
118
119 * testsuite/binutils-all/mips/mips16-extend-insn.d: Adjust BREAK
120 and SDBBP disassembly.
121
40e5240e
MR
1222017-05-10 Maciej W. Rozycki <macro@imgtec.com>
123
124 * testsuite/binutils-all/mips/mips.exp: Define `tempfile' and
125 `copyfile' variables.
126
53a346d8
CZ
1272017-05-10 Claudiu Zissulescu <claziss@synopsys.com>
128
129 * readelf.c (decode_ARC_machine_flags): Recognize OSABI v4.
130 (get_arc_section_type_name): New function.
131 (get_section_type_name): Use the above function.
132 (display_arc_attribute): New function.
133 (process_arc_specific): Likewise.
134 (process_arch_specific): Handle ARC specific information.
135
21d1fbee
KK
1362017-05-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
137
138 * MAINTAINERS (SH): Remove myself as SH maintainer.
139
2ecf0cc3
L
1402017-05-02 H.J. Lu <hongjiu.lu@intel.com>
141
142 * objcopy.c (merge_gnu_build_notes): Cast relcount to unsigned
143 long when comparing with sec->reloc_count.
144
1395c6ce
NC
1452017-05-02 Nick Clifton <nickc@redhat.com>
146
147 * objcopy.c (merge_gnu_build_notes): Disable merge if there are
148 more internal relocs than external relocs.
149
a4ddc54e
MR
1502017-05-02 Maciej W. Rozycki <macro@imgtec.com>
151
152 * testsuite/binutils-all/mips/mips16-undecoded.d: Adjust the
153 disassembly of PC-relative LA and LW synthetic instructions.
154
39ff1b79
NC
1552017-05-02 Nick Clifton <nickc@redhat.com>
156
157 PR 21440
158 * objdump.c (dump_relocs_in_section): Check for an excessive
159 number of relocs before attempting to dump them.
160
ee7e95ef
AM
1612017-05-01 Alan Modra <amodra@gmail.com>
162
163 * objcopy.c (merge_gnu_build_notes): Correct code deleting
164 relocs.
165
b06b2c92
NC
1662017-04-28 Nick Clifton <nickc@redhat.com>
167
168 PR binutils/21439
169 * readelf.c (print_gnu_build_attribute_name): Allow for an empty
170 name field.
171
4e3afec2
NC
1722017-04-28 Nick Clifton <nickc@redhat.com>
173
174 PR binutils/21437
175 * readelf.c (process_version_sections): Check for underflow when
176 computing the start address of the auxillary version data.
177
d949ff56
NC
1782017-04-28 Nick Clifton <nickc@redhat.com>
179
180 PR binutils/21438
181 * dwarf.c (process_extended_line_op): Do not assume that the
182 string extracted from the section is NUL terminated.
183 (fetch_indirect_string): If the string retrieved from the section
184 is not NUL terminated, return an error message.
185 (fetch_indirect_line_string): Likewise.
186 (fetch_indexed_string): Likewise.
187
740a4630
NC
1882017-04-26 Nick Clifton <nickc@redhat.com>
189
d21f3ddb 190 PR binutils/21433
740a4630
NC
191 * bucomm.c (get_file_size): Return -1 if file_name is NULL.
192 * ar.c (main): Fail with usage() invocation if no file names are
193 provided.
194
3e6b6445
NC
1952017-04-26 Nick Clifton <nickc@redhat.com>
196
197 * readelf.c (process_section_headers): Warn about overlarge
198 sections.
199 (print_gnu_build_attribute_name): Print the number of unrecognised
200 note types. Fix formatting in the presence of errors.
201 (testsuite/binutils-all/note-2-32.s): Fix encoding of numeric notes.
202 (testsuite/binutils-all/note-2-64.s): Likewise.
203
bbdd9a68
MR
2042017-04-26 Maciej W. Rozycki <macro@imgtec.com>
205
206 * readelf.c (process_mips_specific): Add static GOT support.
207
c4ab9505
MR
2082017-04-25 Maciej W. Rozycki <macro@imgtec.com>
209
210 * readelf.c (process_mips_specific): Remove error reporting from
211 GOT[1] processing.
212
919383ac
MR
2132017-04-25 Maciej W. Rozycki <macro@imgtec.com>
214
215 * readelf.c (process_mips_specific): Remove null GOT data check.
216
6e3d1f07
MR
2172017-04-25 Maciej W. Rozycki <macro@imgtec.com>
218
219 * testsuite/binutils-all/mips/mips16-alias.d: New test.
220 * testsuite/binutils-all/mips/mips16-noalias.d: New test.
221 * testsuite/binutils-all/mips/mips16-alias.s: New test source.
222 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
223
42354845
AM
2242017-04-23 Alan Modra <amodra@gmail.com>
225
226 PR 21418
227 * ar.c (main): Check -a, -b, -i and -N args are given.
228
7034215f
AM
2292017-04-23 Alan Modra <amodra@gmail.com>
230
231 PR 21417
232 * ar.c (main): Check that an archive file is given after options.
233
b02cd3e9
AM
2342017-04-23 Alan Modra <amodra@gmail.com>
235
236 PR 21415
237 * objdump.c (disassemble_section): Check bfd_get_section_contents
238 status.
239
f082820d
AM
2402017-04-23 Alan Modra <amodra@gmail.com>
241
242 PR 21408
243 * dwarf.c (display_debug_lines_decoded): Don't segfault on NULL
244 file_table.
245
ddef72cd
NC
2462017-04-21 Nick Clifton <nickc@redhat.com>
247
248 PR binutils/21378
249 * readelf.c (print_gnu_build_attribute_name): Check for an
250 overlarge name field.
251
7296a62a
NC
2522017-04-13 Nick Clifton <nickc@redhat.com>
253
254 PR binutils/21379
255 * readelf.c (process_dynamic_section): Detect over large section
256 offsets in the DT_SYMTAB entry.
257
2582017-04-13 Nick Clifton <nickc@redhat.com>
259
260 PR binutils/21345
261 * readelf.c (process_mips_specific): Catch an unfeasible memory
262 allocation before it happens and print a suitable error message.
263
1d15e434
NC
2642017-04-13 Nick Clifton <nickc@redhat.com>
265
266 * objcopy.c: Add --no-merge-notes option to disable note merging.
267 Add --[no-]merge-notes option to strip, and enable it by default.
268 (num_bytes): New function.
269 (merge_gnu_build_notes): Add code to merge stack size notes.
270 * binutils.texi: Update strip and objcopy documentation.
271 * readelf.c (print_gnu_build_attribute_name): Use defined
272 constants for note types.
273
28d909e5
JD
2742017-04-10 John Delsignor <john.delsignore@roguewave.com>
275
276 PR binutils/21319
277 * dwarf.c (display_gdb_index): Correct test for a corrupt address
278 table size.
279
0f65a5d8
JW
2802017-04-05 Jiong Wang <jiong.wang@arm.com>
281
282 * objcopy.c (struct redefine_node): Delete the field "next".
283 (redefine_sym_list): Deleted.
284 (redefine_specific_htab): New hash table.
285 (redefine_specific_reverse_htab): Likewise.
286 (eq_string_redefnode): New function.
287 (htab_hash_redefnode): Likewise.
288 (create_symbol2redef_htab): Likewise.
289 (add_specific_symbol_node): Likewise.
290 (create_symbol_htabs): Create redefine_specific_htab and
291 redefine_specific_reverse_htab.
292 (lookup_sym_redefinition): Use hash table instead of list.
293 (redefine_list_append): Likewise, and rename to add_redefine_and_check.
294 (copy_main): Use redefine_specific_htab instead of redefine_sym_list.
295 Update comments.
296
a91e1603
L
2972017-04-04 H.J. Lu <hongjiu.lu@intel.com>
298
299 * NEWS: Mention support for ELF SHF_GNU_MBIND and
300 PT_GNU_MBIND_XXX.
301 * readelf.c (get_segment_type): Handle PT_GNU_MBIND_XXX.
302 (get_elf_section_flags): Handle SHF_GNU_MBIND.
303 (process_section_headers): Likewise.
304 * testsuite/binutils-all/mbind1.s: New file.
305 * testsuite/binutils-all/objcopy.exp: Run readelf test on
306 mbind1.s.
307
82156ab7
NC
3082017-04-03 Nick Clifton <nickc@redhat.com>
309
310 PR binutils/21345
311 * readelf.c (get_program_headers): Check for there being too many
312 program headers before attempting to allocate space for them.
313
75ec1fdb
NC
3142017-04-03 Nick Clifton <nickc@redhat.com>
315
316 PR binutils/21344
317 * readelf.c (process_mips_specific): Check for an out of range GOT
318 entry before reading the module pointer.
319
f32ba729
NC
3202017-04-03 Nick Clifton <nickc@redhat.com>
321
322 PR binutils/21343
323 * readelf.c (get_unwind_section_word): Fix snafu checking for
324 invalid word offsets in ARM unwind information.
325
efdf7a02
PC
3262017-03-31 Pip Cet <pipcet@gmail.com>
327
328 * NEWS: Use "WebAssembly" consistently.
329 * testsuite/binutils-all/wasm32/wasm32.exp: Fix copyright notice.
330
f96bd6c2
PC
3312017-03-30 Pip Cet <pipcet@gmail.com>
332
333 * readelf.c: Add support for wasm32 ELF format WebAssembly files.
334 (guess_is_rela): Likewise.
335 (dump_relocations): Likewise.
336 (is_32bit_abs_reloc): Likewise.
337 (is_none_reloc_): Likewise.
338 * NEWS: Mention the new support.
339 * testsuite/lib/binutils-common.exp (is_elf_format): Mark wasm32
340 as ELF target.
341 (supports_gnu_unique): Mark wasm32 as supporting STB_GNU_UNIQUE.
342 * testsuite/binutils-all/nm.exp: Mark wasm32 as requiring .size annotations.
343 * testsuite/binutils-all/wasm32: New directory.
344 * testsuite/binutils-all/wasm32/create-wasm.d: New file.
345 * testsuite/binutils-all/wasm32/create-wasm.s: Likewise.
346 * testsuite/binutils-all/wasm32/custom-section.d: Likewise.
347 * testsuite/binutils-all/wasm32/custom-section.s: Likewise.
348 * testsuite/binutils-all/wasm32/invalid-wasm-1.d: Likewise.
349 * testsuite/binutils-all/wasm32/invalid-wasm-1.s: Likewise.
350 * testsuite/binutils-all/wasm32/long-sections.d: Likewise.
351 * testsuite/binutils-all/wasm32/long-sections.s: Likewise.
352 * testsuite/binutils-all/wasm32/parse-wasm.d: Likewise.
353 * testsuite/binutils-all/wasm32/parse-wasm.s: Likewise.
354 * testsuite/binutils-all/wasm32/parse-wasm-2.d: Likewise.
355 * testsuite/binutils-all/wasm32/parse-wasm-2.s: Likewise.
356 * testsuite/binutils-all/wasm32/prepared-section.d: Likewise.
357 * testsuite/binutils-all/wasm32/prepared-section.s: Likewise.
358 * testsuite/binutils-all/wasm32/wasm32.exp: New file, run tests.
359
52be03fd
AM
3602017-03-29 Alan Modra <amodra@gmail.com>
361
362 * doc/binutils.texi (objdump): Document PowerPC -M options.
363
4a14e306
AK
3642017-03-21 Andi Kleen <ak@linux.intel.com>
365
366 * objdump.c (unwind_inlines): Add.
367 (option_values): Add OPTION_INLINES.
368 (show_line): Unwind inlines if requested.
369 (main): Parse OPTION_INLINES.
370 (usage): Document --inlines.
371 * doc/binutils.texi: Document --inlines.
372 * NEWS: Likewise.
373
75d7d298
NC
3742017-03-21 Nick Clifton <nickc@redhat.com>
375
376 * readelf.c (print_gnu_build_attribute_name): Allow stack
377 protection notes to contain numeric values. Use a colon rather
378 than a space to separate a string name from its values. Decode
379 the numeric value of a stack protection note.
380 * objcopy.c (merge_gnu_build_notes): Allow version notes to
381 contain extra text after the protocol version number.
382
39e224f6
MW
3832017-03-20 Mark Wielaard <mark@klomp.org>
384
385 * readelf.c (process_program_headers): Move dynamic_addr check
386 after .dynamic section cross check.
387
0dd6ae21
NC
3882017-03-17 Nick Clifton <nickc@redhat.com>
389
390 * readelf.c (print_gnu_build_attribute_name): Fix off by one error
391 printing the value for a build note with an ascii name.
392
a8be5506
NC
3932017-03-16 Nick Clifton <nickc@redhat.com>
394
395 * readelf.c (print_gnu_build_attribute_name): Add support for
396 GNU_BUILD_ATTRIBUTE_SHORT_ENUM.
397
c799a79d
NC
3982017-03-14 Nick Clifton <nickc@redhat.com>
399
400 * readelf.c (print_gnu_build_attribute_description): Move symbol
401 printing code to...
402 (print_symbol_for_build_attribute): New function. ...here.
403 Add to find the best symbol to associate with an OPEN note.
404 Add code to cache the symbol table and string table, so that they
405 are not loaded every time a note is displayed.
406 * testsuite/binutils-all/note-2-32.s: Add a function symbol.
407 * testsuite/binutils-all/note-2-64.s: Likewise.
408 * testsuite/binutils-all/note-2-32.d: Update expected note output.
409 * testsuite/binutils-all/note-2-64.d: Likewise.
410
5ef2d51b
AM
4112017-03-13 Alan Modra <amodra@gmail.com>
412 Taeung Song <treeze.taeung@gmail.com>
413
414 * objdump.c (update_source_path): Add abfd param. Add struct
415 stat var. Pass to try_print_file_open. Warn if source is more
416 recent than object.
417 (try_print_file_open, slurp_file): Add struct stat param to
418 return fstat.
419 (show_line): Call update_source_path with bfd.
420
7b5d4822
CHL
4212017-03-10 Chia-Hao Lo <fcamel@gmail.com>
422
423 PR binutils/21235
424 * objdump.c (main): Set do_wide with --wide.
425
55e22ca8
NC
4262017-03-10 Nick Clifton <nickc@redhat.com>
427
428 * readelf.c (get_machine_name): Rearrange switch table in order of
429 increasing machine number. Add missing entries.
430
1fc87489
L
4312017-03-08 H.J. Lu <hongjiu.lu@intel.com>
432
433 PR binutils/21231
434 * readelf.c (decode_x86_isa): Change argument to unsigned int.
435 (print_gnu_property_note): Retrieve property type and datasz as
436 4-byte integer. Consolidate property datasz check. Check
437 GNU_PROPERTY_LOPROC and GNU_PROPERTY_LOUSER.
438 * testsuite/binutils-all/i386/pr21231a.d: New file.
439 * testsuite/binutils-all/i386/pr21231a.s: Likewise.
440 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
441 * testsuite/binutils-all/i386/pr21231b.s: Likewise.
442 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
443 * testsuite/binutils-all/x86-64/pr21231a.s: Likewise.
444 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
445 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
446
79a964dc
NC
4472017-03-06 Nick Clifton <nickc@redhat.com>
448
449 * readelf.c (print_gnu_build_attribute_name): Read byte values
450 from the name string as unsigned bytes.
451 (process_notes_at): Use memcpy to copy an unterminated name
452 string.
453
1f5345a6
ST
4542017-03-06 Sam Thursfield <sam.thursfield@codethink.co.uk>
455
456 * configure.ac (AC_CHECK_DECLS): Add asprintf.
457 * config.in: Regenerate.
458 * configure: Regenerate.
459
c871dade
NC
4602017-03-02 Nick Clifton <nickc@redhat.com>
461
462 * readelf.c (print_gnu_build_attribute_description): Use global
463 symbols for OPEN attributes if at all possible.
05ed4310
NC
464 * objcopy.c (is_merged_note_section): Support build note sections
465 without the SHF_GNU_BUILD_NOTE section flag set.
c871dade 466
b451e98a
JK
4672017-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
468
469 * dwarf.c (debug_displays_assert): New static assertion.
470
d4620bee
JK
4712017-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
472
473 * dwarf.h (enum dwarf_section_display_enum): Add loclists and rnglists.
474
9ef920e9
NC
4752017-03-01 Nick Clifton <nickc@redhat.com>
476
477 * readelf.c (get_note_type): Add support for GNU_BUILD_NOTEs.
478 (get_gnu_elf_note_type): Add support for GNU_PROPERTY_NOTEs.
479 (decode_x86_isa): New function.
480 (print_gnu_property_note): New function.
481 (print_gnu_note): Handle GNU_PROPERTY_NOTEs.
482 (print_gnu_build_attribute_description): New function.
483 (print_gnu_build_attribute_name): New function.
484 (process_note): Add support for GNU_BUILD_NOTEs.
485 * objcopy.c (--merge-notes): New command line option.
486 (copy_options): Add merge-notes.
487 (copy_usage): Likewise.
488 (is_merge_note_section): New function.
489 (merge_gnu_build_notes): New function.
490 (copy_object): Merge note sections if asked to do so.
491 (skip_section): Add skip_copy parameter. Add support for skipping
492 merged note sections.
493 (copy_relocations_in_section): Update call to skip_section.
494 (copy_section): Likewise.
495 (copy_main): Add support for merge-notes option.
496 * doc/binutils.texi: Document the new option to objcopy.
497 * NEWS: Mention the new feature.
498 * testsuite/binutils-all/note-2-32.d: New test. Checks note
499 merging on 32-bit targets.
500 * testsuite/binutils-all/note-2-32.s: New test source file.
501 * testsuite/binutils-all/note-2-64.d: New test. Like note-2-32.d
502 but for 64-bit targets.
503 * testsuite/binutils-all/note-2-64.s: New test source file.
504 * testsuite/binutils-all/objcopy.exp: Run the new test.
505
65b48a81
PB
5062017-02-28 Peter Bergner <bergner@vnet.ibm.com>
507
508 * objdump.c (main): Use remove_whitespace_and_extra_commas.
509
9dfd0db9
JK
5102017-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
511
512 Fix compilation with GCC 4.4.7.
513 * dwarf.c (display_loclists_list, display_debug_rnglists_list):
514 Initialize begin and end.
515
3b83ea38
AM
5162017-02-25 Alan Modra <amodra@gmail.com>
517
518 * testsuite/binutils-all/dw5.S: Replace .string with .asciz.
519 Support hpux .comm variant.
520 * testsuite/binutils-all/readelf.exp: Define HPUX when assembling
521 dw5 test for hppa64-hpux.
522
32ec8896
NC
5232017-02-24 Nick Clifton <nickc@redhat.com>
524
525 * readelf.c (show_name, do_dynamic, do_syms, do_dyn_syms,
526 (do_reloc, do_sections, do_section_groups, do_section_details,
527 (do_segments, do_unwind, do_using_dynamic, do_header, do_dump,
528 (do_version, do_histogram, do_debugging, do_arch, do_notes,
529 (do_archive_index, is_32bit_elf, decompress_dumps): Use
530 bfd_boolean type.
531 (parse_args): Treat the do_* variables as booleans.
532 (print_vma): Return an unsigned int.
533 (print_symbol): Change width parameter to signed int.
534 (is_ia64_vms): Change return type to bfd_boolean.
535 (guess_is_rela): Likewise.
536 (slurp_rela_relocs): Likewise.
537 (slurp_rel_relocs): Likewise.
538 (dump_relocations): Likewise.
539 (process_file_header): Likewise.
540 (get_program_headers): Likewise.
541 (process_program_headers): Likewise.
542 (process_section_headers): Likewise.
543 (process_section_groups): Likewise.
544 (dump_ia64_vms_dynamic_fixups): Likewise.
545 (dump_ia64_vms_dynamic_relocs): Likewise.
546 (process_ia64_vms_dynamic_relocs): Likewise.
547 (process_relocs): Likewise.
548 (dump_ia64_unwind): Likewise.
549 (ia64_process_unwind): Likewise.
550 (dump_hppa_unwind): Likewise.
551 (slurp_hppa_unwind_table): Likewise.
552 (hppa_process_unwind): Likewise.
553 (decode_arm_unwind_bytecode): Likewise.
554 (decode_tic6x_unwind_bytecode): Likewise.
555 (decode_arm_unwind): Likewise.
556 (dump_arm_unwind): Likewise.
557 (arm_process_unwind): Likewise.
558 (process_unwind): Likewise.
559 (get_32bit_dynamic_section): Likewise.
560 (get_64bit_dynamic_section): Likewise.
561 (process_dynamic_section): Likewise.
562 (process_version_sections): Likewise.
563 (process_symbol_table): Likewise.
564 (process_syminfo): Likewise.
565 (apply_relocations): Likewise.
566 (disassemble_section): Likewise.
567 (dump_section_as_strings): Likewise.
568 (dump_section_as_bytes): Likewise.
569 (load_specific_debug_section): Likewise.
570 (load_debug_section): Likewise.
571 (display_debug_section): Likewise.
572 (process_section_contents): Likewise.
573 (process_attributes): Likewise.
574 (process_nds32_specific): Likewise.
575 (process_gnu_liblist): Likewise.
576 (print_core_note): Likewise.
577 (print_gnu_note): Likewise.
578 (print_v850_note): Likewise.
579 (process_netbsd_elf_note): Likewise.
580 (print_stapsdt_note): Likewise.
581 (print_ia64_vms_note): Likewise.
582 (process_note): Likewise.
583 (process_notes_at): Likewise.
584 (process_corefile_note_segments): Likewise.
585 (process_v850_notes): Likewise.
586 (process_note_sections): Likewise.
587 (process_notes): Likewise.
588 (process_arch_specific): Likewise.
589 (get_file_header): Likewise.
590 (process_object): Likewise.
591 (process_archive): Likewise.
592 (process_file): Likewise.
593 (section_subset): Make static.
594 (get_mips_reg_size): Return a signed integer.
595 (process_object): Reverse the logic of the return value.
596 (process_archive): Likewise.
597 (process_file): Likewise.
6b4bf3bc
NC
598 (process_program_headers): Fix snafu - if the program headers are
599 not available then this is not a cause to fail.
600 (process_corefile_note_segments): Likewise.
32ec8896 601
7bb1ad17
MR
6022017-02-24 Maciej W. Rozycki <macro@imgtec.com>
603
604 * readelf.c (get_ver_flags): Tidy the formatting of the string
605 returned
606
5235cd68
MR
6072017-02-24 Maciej W. Rozycki <macro@imgtec.com>
608
609 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Make
610 `isum' unsigned.
611 <SHT_GNU_verneed>: Likewise.
612
c9f02c3e
MR
6132017-02-24 Maciej W. Rozycki <macro@imgtec.com>
614
615 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Limit
616 the number of entries processed by the section size. Don't
617 break out of the loop if `ent.vd_next' is 0.
618
a567769b
JK
6192017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
620
621 * testsuite/binutils-all/dw5.S: New file.
622 * testsuite/binutils-all/dw5.W: New file.
623 * testsuite/binutils-all/readelf.exp (readelf -wiaoRlL): New test.
624
2f6cd591
JK
6252017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
626
627 * dwarf.c (read_and_display_attr_value): Support DW_FORM_data16.
628
7a7e1061
JK
6292017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
630
631 * dwarf.c (display_debug_macro): Support DWARF-5. Rename
632 DW_MACRO_GNU_*.
633
bc0a77d2
JK
6342017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
635
636 * dwarf.c (decode_location_expression): Support DW_OP_implicit_pointer,
637 DW_OP_const_type, DW_OP_regval_type, DW_OP_deref_type, DW_OP_convert
638 and DW_OP_reinterpret.
639 (read_and_display_attr_value): Support DW_AT_call_value,
640 DW_AT_call_data_value, DW_AT_call_target and
641 DW_AT_call_target_clobbered.
642
77145576
JK
6432017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
644
645 * dwarf.c (fetch_indirect_line_string): New function.
646 (abbrev_attr): New field implicit_const.
647 (add_abbrev_attr): New parameter implicit_const.
648 (process_abbrev_section): Support DW_FORM_implicit_const.
649 (decode_location_expression): Support DW_OP_entry_value.
650 (read_and_display_attr_value): Add parameter implicit_const. Support
651 DW_FORM_line_strp and DW_FORM_implicit_const.
652 (read_and_display_attr): Add parameter implicit_const.
653 (process_debug_info): Support line_str and DWARF-5.
654 (read_debug_line_header): Support DWARF-5.
655 (display_formatted_table): New function.
656 (display_debug_lines_raw): New parameter file. Support DWARF-5.
657 (display_debug_lines_decoded): New parameter fileptr. Support DWARF-5.
658 (display_debug_lines): Pass file parameter.
659 (display_debug_macro): Update read_and_display_attr_value caller.
660 (display_debug_abbrev): Support DW_FORM_implicit_const.
661 (display_loclists_list): New function.
662 (display_loc_list): Support .debug_loclists.
663 (display_debug_ranges_list): New function from display_debug_ranges.
664 (display_debug_rnglists_list): New function.
665 (display_debug_ranges): Support .debug_rnglists.
666 (debug_displays): Add .debug_line_str, .debug_loclists and
667 .debug_rnglists.
668 * dwarf.h: Include dwarf2.h
669 (DWARF2_Internal_LineInfo): Add li_offset_size.
670 (DWARF2_Internal_CompUnit): Add cu_unit_type.
671 (enum dwarf_section_display_enum): Add line_str.
672 * readelf.c (process_section_headers): Add rnglists and loclists.
673
ef0b5f1c
JK
6742017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
675
676 * dwarf.c (display_block): Add parameter delimiter.
677 (decode_location_expression): Update display_block callers.
678 (read_and_display_attr_value): Add parameter delimiter.
679 (read_and_display_attr, display_debug_macro): Update
680 read_and_display_attr_value caller.
681
359ca075
JK
6822017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
683
684 * dwarf.c (display_loc_list): Use dwarf_vma for offset, base_address
685 and off.
686 (display_loc_list_dwo): Use dwarf_vma for offset.
687 (display_debug_loc): Use dwarf_vma for offset, base_address.
688 (struct range_entry, range_entry_compar): Use dwarf_vma for
689 ranges_offset.
690 (display_debug_ranges): Use dwarf_vma for ranges_offset, offset and
691 base_address.
692
60abdbed
NC
6932017-02-23 Nick Clifton <nickc@redhat.com>
694
695 * readelf.c (display_tag_value): Use an explicit signed type for
696 the tag parameter.
697 (display_gnu_attributes): Use an unsigned integer type for
698 attribute tags.
699 (display_power_gnu_attribute): Likewise.
700 (display_s390_gnu_attribute): Likewise.
701 (display_sparc_hwcaps): Likewise.
702 (display_sparc_hwcaps2): Likewise.
703 (display_sparc_gnu_attribute): Likewise.
704 (display_mips_gnu_attribute): Likewise.
705 (display_tic6x_attribute): Likewise.
706 (display_raw_attribute): Likewise.
707 (process_attributes): Likewise.
708 (process_arm_specific): Delete redundant function.
709 (process_power_specific): Likewise.
710 (process_s390_specific): Likewise.
711 (process_sparc_specific): Likewise.
712 (process_tic6x_specific): Likewise.
713 (process_msp430x_specific): Likewise.
714 (display_public_gnu_attributes): New function. Displays known
715 information about an unknown gnu attribute.
716 (display_generic_attribute): New function. Calls
717 display_tag_value for non-nul tags.
718 (process_arch_specific): Call process_attributes even for
719 architectures not known to specifically support gnu attributes.
720
0502a2b4
JK
7212017-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
722
723 * dwarf.c (decode_location_expression): Display also OP.
724
233f82cf
MR
7252017-02-22 Maciej W. Rozycki <macro@imgtec.com>
726
727 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Print a
728 new line between the heading and the first version definition
729 entry.
730
43a444f9
NC
7312017-02-20 Nick Clifton <nickc@redhat.com>
732
733 PR binutils/21156
734 * dwarf.c (cu_tu_indexes_read): Move into...
735 (load_cu_tu_indexes): ... here. Change the variable into
736 tri-state. Change the function into boolean, returning
737 false if the indicies could not be loaded.
738 (find_cu_tu_set): Return NULL if the indicies could not be
739 loaded.
740
b814a36d
NC
7412017-02-17 Nick Clifton <nickc@redhat.com>
742
743 PR binutils/21156
744 * readelf.c (find_section_in_set): Test for invalid section
745 indicies.
746
1b4b80bf
NC
7472017-02-17 Nick Clifton <nickc@redhat.com>
748
749 * readelf.c (get_section_type_name): Add decoding of GNU section
750 types.
751
7c723eec
NC
7522017-02-15 Nick Clifton <nickc@redhat.com>
753
754 * MAINTAINERS: (MIPS, MN10300): Move Eric Christopher to Past
755 Maintainers section.
756
bc303e5d
NC
7572017-02-14 Nick Clifton <nickc@redhat.com>
758
759 PR binutils/21159
760 * readelf.c (dump_section_as_strings): Reset the start address if
761 no decompression is perfromed.
762 (dump_section_as_bytes): Likewise.
763
92134dc1
NC
7642017-02-14 Nick Clifton <nickc@redhat.com>
765
766 PR binutils/21158
767 * rddbg.c (read_symbol_stabs_debugging_info): Check for a null or
768 empty symbol name.
769
a2dea0b2
NC
7702017-02-14 Nick Clifton <nickc@redhat.com>
771
772 PR binutils/21157
773 * stabs.c (parse_stab_enum_type): Check for corrupt NAME:VALUE
774 pairs.
775 (parse_number): Exit early if passed an empty string.
776
b32e566b
NC
7772017-02-14 Nick Clifton <nickc@redhat.com>
778
779 PR binutils/21155
780 * readelf.c (IN_RANGE): New macro. Tests for an address + offset
781 being within a given range.
782 (target_specific_reloc_handling): Use macro to test for underflow
783 as well as overflow of reloc offset.
784
c1221402
NC
7852017-02-13 Nick Clifton <nickc@redhat.com>
786
787 PR binutils/21150
788 * nm.c (file_symbol): Add test of string length before testing
789 string characters.
790
f055032e
NC
7912017-02-13 Nick Clifton <nickc@redhat.com>
792
793 PR binutils/21135
794 * readelf.c (dump_section_as_bytes): Handle the case where
795 uncompress_section_contents returns false.
1835f746 796 (dump_section_as_bytes, load_specific_debug_section): Likewise.
f055032e 797
ebdf1ebf
NC
7982017-02-13 Nick Clifton <nickc@redhat.com>
799
800 PR binutils/21149
801 * readelf.c (get_compression_header): Add size parameter. Check
802 size against sizeof compression header before attempting to
803 extract the header.
804 (process_section_headers): Pass size to get_compression_header.
805 (dump_section_as_strings): Likewise.
806 (dump_section_as_bytes): Likewise.
807 (load_specific_debug_section): Likewise.
808
4aeb00ad
NC
8092017-02-13 Nick Clifton <nickc@redhat.com>
810
811 PR binutils/21148
812 * readelf.c (process_version_sections): Include size of auxillary
813 version information when checking for buffer overflow.
814
0ee3043f
NC
8152017-02-13 Nick Clifton <nickc@redhat.com>
816
817 PR binutils/21147
818 * readelf.c (process_section_contents): Fix off by one error
819 reporting un-dumped sections.
820
f84ce13b
NC
8212017-02-13 Nick Clifton <nickc@redhat.com>
822
823 PR binutils/21139
824 * readelf.c (target_specific_reloc_handling): Add num_syms
825 parameter. Check for symbol table overflow before accessing
826 symbol value. If reloc pointer is NULL, discard all saved state.
827 (apply_relocations): Pass num_syms to target_specific_reloc_handling.
828 Call target_specific_reloc_handling with a NULL reloc pointer
829 after processing all of the relocs.
830
03f7786e
NC
8312017-02-13 Nick Clifton <nickc@redhat.com>
832
833 PR binutils/21137
834 * readelf.c (target_specific_reloc_handling): Add end parameter.
835 Check for buffer overflow before writing relocated values.
836 (apply_relocations): Pass end to target_specific_reloc_handling.
837
387dd777
DP
8382017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
839 Nick Clifton <nickc@redhat.com>
840
841 PR 20343
842 * doc/binutils.texi (ar): Extend documentation of the --plugin
843 option. Include a description of where the plugins should be
844 located.
845 (nm): Likewise.
846
cf581a9b
NC
8472017-01-23 Nick Clifton <nickc@redhat.com>
848
849 * MAINTAINERS: Add Bernd to Past Maintainers section.
c49f9d0f 850 (SCORE): Remove Mei Ligang as maintainer. Add to Past Maintainers
71d01c69 851 section.
cf581a9b 852
715e99a4
BS
8532017-01-23 Bernd Schmidt <bschmidt@redhat.com>
854
855 * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer.
856
1737c640
AB
8572017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
858
859 * objdump.c (dump_section_header): Extract max section name length
860 from data parameter, use this when formatting output.
861 (find_longest_section_name): New function.
862 (dump_headers): Calculate longest section name when in wide mode,
863 reformat to unify printing of header line.
864
2cedb9eb
BR
8652017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
866
867 PR 21059
868 * arlex.l: Support processing with flex 2.6.3.
869 * deflex.l: Likewise.
870
6bb21700
DT
8712017-01-17 Dmitry Timoshkov <dmitry@baikal.ru>
872
873 * resbin.c: Optional dialog control data immediately follows
874 the control description without alignment.
875 * testsuite/binutils-all/windres/controldata.rc: New test.
876 source.
877 * testsuite/binutils-all/windres/controldata.rsd: New test.
878
2425a30e
NC
8792017-01-12 Nick Clifton <nickc@redhat.com>
880
881 PR binutils/20876
882 * NEWS: Mention the new feature.
883 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
884 New proc to test the location of separate debug info files using
885 the build-id method.
886
b972a0d6
NC
8872017-01-10 Nick Clifton <nickc@redhat.com>
888
889 PR 21034
890 * stabs.c (parse_stab_members): Fix thinko checking for g++
891 version 1 stabs information.
892
cd6581da
NC
8932017-01-09 Nick Clifton <nickc@redhat.com>
894
895 * objdump.c (display_file): Add new parameter 'last_file'. If
896 last_file is true, do not call bfd_close at the end of the
897 function.
898 (main): Set the value of the last_file parameter when calling
899 display_file.
900
4d74727a
AM
9012017-01-09 Alan Modra <amodra@gmail.com>
902
903 * readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
904 comment.
905
fd13a84b
NC
9062017-01-06 Nick Clifton <nickc@redhat.com>
907
908 * MAINTAINERS: Move Paul Brook to the Past Maintainers section.
909
b0556316
DP
9102017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
911
912 PR 20958
913 * syslex.l (option): Add noyywrap
914 (yywrap): Delete.
915
2571583a
AM
9162017-01-02 Alan Modra <amodra@gmail.com>
917
918 Update year range in copyright notice of all files.
919
5c1ad6b5 920For older changes see ChangeLog-2016
3499769a 921\f
5c1ad6b5 922Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
923
924Copying and distribution of this file, with or without modification,
925are permitted in any medium without royalty provided the copyright
926notice and this notice are preserved.
927
928Local Variables:
929mode: change-log
930left-margin: 8
931fill-column: 74
932version-control: never
933End: