Get register contents by register_size instead of TYPE_LENGTH
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
003ca0fd
YQ
12017-05-24 Yao Qi <yao.qi@linaro.org>
2
3 * objdump.c (disassemble_data): Caller update.
4
b4f5b984
JM
52017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
6
7 * objcopy.c (merge_gnu_build_notes): Remove workaround that
8 prevented deleting relocations in duplicated notes in mips64 and
9 sparc.
10
e5713223
MR
112017-05-19 Maciej W. Rozycki <macro@imgtec.com>
12
13 * testsuite/binutils-all/mips/mips-note-2.d: New test.
14 * testsuite/binutils-all/mips/mips-note-2r.d: New test.
15 * testsuite/binutils-all/mips/mips-note-2-n32.d: New test.
16 * testsuite/binutils-all/mips/mips-note-2-n64.d: New test.
17 * testsuite/binutils-all/mips/mips-note-2r-n32.d: New test.
18 * testsuite/binutils-all/mips/mips-note-2r-n64.d: New test.
19 * testsuite/binutils-all/mips/mips.exp: Define `has_newabi'.
20 Run the new tests.
21
f0681695
MR
222017-05-19 Maciej W. Rozycki <macro@imgtec.com>
23
24 * testsuite/lib/utils-lib.exp (run_dump_test): Handle the `dump'
25 option.
26
64517994
JM
272017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
28
29 * NEWS: Mention the SPARC M8 support.
30
dd47d677
MR
312017-05-19 Maciej W. Rozycki <macro@imgtec.com>
32
33 * testsuite/binutils-all/mips/mips.exp: Bail out right away if
34 non-ELF.
35
535b785f
AM
362017-05-18 Alan Modra <amodra@gmail.com>
37
38 * strings.c: Don't compare boolean values against TRUE or FALSE.
39
d8cbc93b
JL
402017-05-15 Jeff Law <law@redhat.com>
41
42 * readelf.c (display_arc_attribute): Avoid implicit fallthru.
43
3f3467ff
MR
442017-05-15 Maciej W. Rozycki <macro@imgtec.com>
45
46 * testsuite/binutils-all/mips/mips16-undecoded.d: Add `-mips3'
47 to `as' flags.
48 * testsuite/binutils-all/mips/mips16e2-undecoded.d: New test.
49 * testsuite/binutils-all/mips/mips16e2-extend-insn.d: New test.
50 * testsuite/binutils-all/mips/mips16-undecoded.s: Remove
51 `.module mips3'.
52 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
53
25499ac7
MR
542017-05-15 Maciej W. Rozycki <macro@imgtec.com>
55
56 * readelf.c (print_mips_ases): Handle MIPS16e2 ASE.
57 * NEWS: Mention MIPS16e2 ASE support.
58
a4f89915
MR
592017-05-12 Maciej W. Rozycki <macro@imgtec.com>
60
61 * testsuite/binutils-all/mips/mips16-extend-insn.d: Adjust BREAK
62 and SDBBP disassembly.
63
40e5240e
MR
642017-05-10 Maciej W. Rozycki <macro@imgtec.com>
65
66 * testsuite/binutils-all/mips/mips.exp: Define `tempfile' and
67 `copyfile' variables.
68
53a346d8
CZ
692017-05-10 Claudiu Zissulescu <claziss@synopsys.com>
70
71 * readelf.c (decode_ARC_machine_flags): Recognize OSABI v4.
72 (get_arc_section_type_name): New function.
73 (get_section_type_name): Use the above function.
74 (display_arc_attribute): New function.
75 (process_arc_specific): Likewise.
76 (process_arch_specific): Handle ARC specific information.
77
21d1fbee
KK
782017-05-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
79
80 * MAINTAINERS (SH): Remove myself as SH maintainer.
81
2ecf0cc3
L
822017-05-02 H.J. Lu <hongjiu.lu@intel.com>
83
84 * objcopy.c (merge_gnu_build_notes): Cast relcount to unsigned
85 long when comparing with sec->reloc_count.
86
1395c6ce
NC
872017-05-02 Nick Clifton <nickc@redhat.com>
88
89 * objcopy.c (merge_gnu_build_notes): Disable merge if there are
90 more internal relocs than external relocs.
91
a4ddc54e
MR
922017-05-02 Maciej W. Rozycki <macro@imgtec.com>
93
94 * testsuite/binutils-all/mips/mips16-undecoded.d: Adjust the
95 disassembly of PC-relative LA and LW synthetic instructions.
96
39ff1b79
NC
972017-05-02 Nick Clifton <nickc@redhat.com>
98
99 PR 21440
100 * objdump.c (dump_relocs_in_section): Check for an excessive
101 number of relocs before attempting to dump them.
102
ee7e95ef
AM
1032017-05-01 Alan Modra <amodra@gmail.com>
104
105 * objcopy.c (merge_gnu_build_notes): Correct code deleting
106 relocs.
107
b06b2c92
NC
1082017-04-28 Nick Clifton <nickc@redhat.com>
109
110 PR binutils/21439
111 * readelf.c (print_gnu_build_attribute_name): Allow for an empty
112 name field.
113
4e3afec2
NC
1142017-04-28 Nick Clifton <nickc@redhat.com>
115
116 PR binutils/21437
117 * readelf.c (process_version_sections): Check for underflow when
118 computing the start address of the auxillary version data.
119
d949ff56
NC
1202017-04-28 Nick Clifton <nickc@redhat.com>
121
122 PR binutils/21438
123 * dwarf.c (process_extended_line_op): Do not assume that the
124 string extracted from the section is NUL terminated.
125 (fetch_indirect_string): If the string retrieved from the section
126 is not NUL terminated, return an error message.
127 (fetch_indirect_line_string): Likewise.
128 (fetch_indexed_string): Likewise.
129
740a4630
NC
1302017-04-26 Nick Clifton <nickc@redhat.com>
131
d21f3ddb 132 PR binutils/21433
740a4630
NC
133 * bucomm.c (get_file_size): Return -1 if file_name is NULL.
134 * ar.c (main): Fail with usage() invocation if no file names are
135 provided.
136
3e6b6445
NC
1372017-04-26 Nick Clifton <nickc@redhat.com>
138
139 * readelf.c (process_section_headers): Warn about overlarge
140 sections.
141 (print_gnu_build_attribute_name): Print the number of unrecognised
142 note types. Fix formatting in the presence of errors.
143 (testsuite/binutils-all/note-2-32.s): Fix encoding of numeric notes.
144 (testsuite/binutils-all/note-2-64.s): Likewise.
145
bbdd9a68
MR
1462017-04-26 Maciej W. Rozycki <macro@imgtec.com>
147
148 * readelf.c (process_mips_specific): Add static GOT support.
149
c4ab9505
MR
1502017-04-25 Maciej W. Rozycki <macro@imgtec.com>
151
152 * readelf.c (process_mips_specific): Remove error reporting from
153 GOT[1] processing.
154
919383ac
MR
1552017-04-25 Maciej W. Rozycki <macro@imgtec.com>
156
157 * readelf.c (process_mips_specific): Remove null GOT data check.
158
6e3d1f07
MR
1592017-04-25 Maciej W. Rozycki <macro@imgtec.com>
160
161 * testsuite/binutils-all/mips/mips16-alias.d: New test.
162 * testsuite/binutils-all/mips/mips16-noalias.d: New test.
163 * testsuite/binutils-all/mips/mips16-alias.s: New test source.
164 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
165
42354845
AM
1662017-04-23 Alan Modra <amodra@gmail.com>
167
168 PR 21418
169 * ar.c (main): Check -a, -b, -i and -N args are given.
170
7034215f
AM
1712017-04-23 Alan Modra <amodra@gmail.com>
172
173 PR 21417
174 * ar.c (main): Check that an archive file is given after options.
175
b02cd3e9
AM
1762017-04-23 Alan Modra <amodra@gmail.com>
177
178 PR 21415
179 * objdump.c (disassemble_section): Check bfd_get_section_contents
180 status.
181
f082820d
AM
1822017-04-23 Alan Modra <amodra@gmail.com>
183
184 PR 21408
185 * dwarf.c (display_debug_lines_decoded): Don't segfault on NULL
186 file_table.
187
ddef72cd
NC
1882017-04-21 Nick Clifton <nickc@redhat.com>
189
190 PR binutils/21378
191 * readelf.c (print_gnu_build_attribute_name): Check for an
192 overlarge name field.
193
7296a62a
NC
1942017-04-13 Nick Clifton <nickc@redhat.com>
195
196 PR binutils/21379
197 * readelf.c (process_dynamic_section): Detect over large section
198 offsets in the DT_SYMTAB entry.
199
2002017-04-13 Nick Clifton <nickc@redhat.com>
201
202 PR binutils/21345
203 * readelf.c (process_mips_specific): Catch an unfeasible memory
204 allocation before it happens and print a suitable error message.
205
1d15e434
NC
2062017-04-13 Nick Clifton <nickc@redhat.com>
207
208 * objcopy.c: Add --no-merge-notes option to disable note merging.
209 Add --[no-]merge-notes option to strip, and enable it by default.
210 (num_bytes): New function.
211 (merge_gnu_build_notes): Add code to merge stack size notes.
212 * binutils.texi: Update strip and objcopy documentation.
213 * readelf.c (print_gnu_build_attribute_name): Use defined
214 constants for note types.
215
28d909e5
JD
2162017-04-10 John Delsignor <john.delsignore@roguewave.com>
217
218 PR binutils/21319
219 * dwarf.c (display_gdb_index): Correct test for a corrupt address
220 table size.
221
0f65a5d8
JW
2222017-04-05 Jiong Wang <jiong.wang@arm.com>
223
224 * objcopy.c (struct redefine_node): Delete the field "next".
225 (redefine_sym_list): Deleted.
226 (redefine_specific_htab): New hash table.
227 (redefine_specific_reverse_htab): Likewise.
228 (eq_string_redefnode): New function.
229 (htab_hash_redefnode): Likewise.
230 (create_symbol2redef_htab): Likewise.
231 (add_specific_symbol_node): Likewise.
232 (create_symbol_htabs): Create redefine_specific_htab and
233 redefine_specific_reverse_htab.
234 (lookup_sym_redefinition): Use hash table instead of list.
235 (redefine_list_append): Likewise, and rename to add_redefine_and_check.
236 (copy_main): Use redefine_specific_htab instead of redefine_sym_list.
237 Update comments.
238
a91e1603
L
2392017-04-04 H.J. Lu <hongjiu.lu@intel.com>
240
241 * NEWS: Mention support for ELF SHF_GNU_MBIND and
242 PT_GNU_MBIND_XXX.
243 * readelf.c (get_segment_type): Handle PT_GNU_MBIND_XXX.
244 (get_elf_section_flags): Handle SHF_GNU_MBIND.
245 (process_section_headers): Likewise.
246 * testsuite/binutils-all/mbind1.s: New file.
247 * testsuite/binutils-all/objcopy.exp: Run readelf test on
248 mbind1.s.
249
82156ab7
NC
2502017-04-03 Nick Clifton <nickc@redhat.com>
251
252 PR binutils/21345
253 * readelf.c (get_program_headers): Check for there being too many
254 program headers before attempting to allocate space for them.
255
75ec1fdb
NC
2562017-04-03 Nick Clifton <nickc@redhat.com>
257
258 PR binutils/21344
259 * readelf.c (process_mips_specific): Check for an out of range GOT
260 entry before reading the module pointer.
261
f32ba729
NC
2622017-04-03 Nick Clifton <nickc@redhat.com>
263
264 PR binutils/21343
265 * readelf.c (get_unwind_section_word): Fix snafu checking for
266 invalid word offsets in ARM unwind information.
267
efdf7a02
PC
2682017-03-31 Pip Cet <pipcet@gmail.com>
269
270 * NEWS: Use "WebAssembly" consistently.
271 * testsuite/binutils-all/wasm32/wasm32.exp: Fix copyright notice.
272
f96bd6c2
PC
2732017-03-30 Pip Cet <pipcet@gmail.com>
274
275 * readelf.c: Add support for wasm32 ELF format WebAssembly files.
276 (guess_is_rela): Likewise.
277 (dump_relocations): Likewise.
278 (is_32bit_abs_reloc): Likewise.
279 (is_none_reloc_): Likewise.
280 * NEWS: Mention the new support.
281 * testsuite/lib/binutils-common.exp (is_elf_format): Mark wasm32
282 as ELF target.
283 (supports_gnu_unique): Mark wasm32 as supporting STB_GNU_UNIQUE.
284 * testsuite/binutils-all/nm.exp: Mark wasm32 as requiring .size annotations.
285 * testsuite/binutils-all/wasm32: New directory.
286 * testsuite/binutils-all/wasm32/create-wasm.d: New file.
287 * testsuite/binutils-all/wasm32/create-wasm.s: Likewise.
288 * testsuite/binutils-all/wasm32/custom-section.d: Likewise.
289 * testsuite/binutils-all/wasm32/custom-section.s: Likewise.
290 * testsuite/binutils-all/wasm32/invalid-wasm-1.d: Likewise.
291 * testsuite/binutils-all/wasm32/invalid-wasm-1.s: Likewise.
292 * testsuite/binutils-all/wasm32/long-sections.d: Likewise.
293 * testsuite/binutils-all/wasm32/long-sections.s: Likewise.
294 * testsuite/binutils-all/wasm32/parse-wasm.d: Likewise.
295 * testsuite/binutils-all/wasm32/parse-wasm.s: Likewise.
296 * testsuite/binutils-all/wasm32/parse-wasm-2.d: Likewise.
297 * testsuite/binutils-all/wasm32/parse-wasm-2.s: Likewise.
298 * testsuite/binutils-all/wasm32/prepared-section.d: Likewise.
299 * testsuite/binutils-all/wasm32/prepared-section.s: Likewise.
300 * testsuite/binutils-all/wasm32/wasm32.exp: New file, run tests.
301
52be03fd
AM
3022017-03-29 Alan Modra <amodra@gmail.com>
303
304 * doc/binutils.texi (objdump): Document PowerPC -M options.
305
4a14e306
AK
3062017-03-21 Andi Kleen <ak@linux.intel.com>
307
308 * objdump.c (unwind_inlines): Add.
309 (option_values): Add OPTION_INLINES.
310 (show_line): Unwind inlines if requested.
311 (main): Parse OPTION_INLINES.
312 (usage): Document --inlines.
313 * doc/binutils.texi: Document --inlines.
314 * NEWS: Likewise.
315
75d7d298
NC
3162017-03-21 Nick Clifton <nickc@redhat.com>
317
318 * readelf.c (print_gnu_build_attribute_name): Allow stack
319 protection notes to contain numeric values. Use a colon rather
320 than a space to separate a string name from its values. Decode
321 the numeric value of a stack protection note.
322 * objcopy.c (merge_gnu_build_notes): Allow version notes to
323 contain extra text after the protocol version number.
324
39e224f6
MW
3252017-03-20 Mark Wielaard <mark@klomp.org>
326
327 * readelf.c (process_program_headers): Move dynamic_addr check
328 after .dynamic section cross check.
329
0dd6ae21
NC
3302017-03-17 Nick Clifton <nickc@redhat.com>
331
332 * readelf.c (print_gnu_build_attribute_name): Fix off by one error
333 printing the value for a build note with an ascii name.
334
a8be5506
NC
3352017-03-16 Nick Clifton <nickc@redhat.com>
336
337 * readelf.c (print_gnu_build_attribute_name): Add support for
338 GNU_BUILD_ATTRIBUTE_SHORT_ENUM.
339
c799a79d
NC
3402017-03-14 Nick Clifton <nickc@redhat.com>
341
342 * readelf.c (print_gnu_build_attribute_description): Move symbol
343 printing code to...
344 (print_symbol_for_build_attribute): New function. ...here.
345 Add to find the best symbol to associate with an OPEN note.
346 Add code to cache the symbol table and string table, so that they
347 are not loaded every time a note is displayed.
348 * testsuite/binutils-all/note-2-32.s: Add a function symbol.
349 * testsuite/binutils-all/note-2-64.s: Likewise.
350 * testsuite/binutils-all/note-2-32.d: Update expected note output.
351 * testsuite/binutils-all/note-2-64.d: Likewise.
352
5ef2d51b
AM
3532017-03-13 Alan Modra <amodra@gmail.com>
354 Taeung Song <treeze.taeung@gmail.com>
355
356 * objdump.c (update_source_path): Add abfd param. Add struct
357 stat var. Pass to try_print_file_open. Warn if source is more
358 recent than object.
359 (try_print_file_open, slurp_file): Add struct stat param to
360 return fstat.
361 (show_line): Call update_source_path with bfd.
362
7b5d4822
CHL
3632017-03-10 Chia-Hao Lo <fcamel@gmail.com>
364
365 PR binutils/21235
366 * objdump.c (main): Set do_wide with --wide.
367
55e22ca8
NC
3682017-03-10 Nick Clifton <nickc@redhat.com>
369
370 * readelf.c (get_machine_name): Rearrange switch table in order of
371 increasing machine number. Add missing entries.
372
1fc87489
L
3732017-03-08 H.J. Lu <hongjiu.lu@intel.com>
374
375 PR binutils/21231
376 * readelf.c (decode_x86_isa): Change argument to unsigned int.
377 (print_gnu_property_note): Retrieve property type and datasz as
378 4-byte integer. Consolidate property datasz check. Check
379 GNU_PROPERTY_LOPROC and GNU_PROPERTY_LOUSER.
380 * testsuite/binutils-all/i386/pr21231a.d: New file.
381 * testsuite/binutils-all/i386/pr21231a.s: Likewise.
382 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
383 * testsuite/binutils-all/i386/pr21231b.s: Likewise.
384 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
385 * testsuite/binutils-all/x86-64/pr21231a.s: Likewise.
386 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
387 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
388
79a964dc
NC
3892017-03-06 Nick Clifton <nickc@redhat.com>
390
391 * readelf.c (print_gnu_build_attribute_name): Read byte values
392 from the name string as unsigned bytes.
393 (process_notes_at): Use memcpy to copy an unterminated name
394 string.
395
1f5345a6
ST
3962017-03-06 Sam Thursfield <sam.thursfield@codethink.co.uk>
397
398 * configure.ac (AC_CHECK_DECLS): Add asprintf.
399 * config.in: Regenerate.
400 * configure: Regenerate.
401
c871dade
NC
4022017-03-02 Nick Clifton <nickc@redhat.com>
403
404 * readelf.c (print_gnu_build_attribute_description): Use global
405 symbols for OPEN attributes if at all possible.
05ed4310
NC
406 * objcopy.c (is_merged_note_section): Support build note sections
407 without the SHF_GNU_BUILD_NOTE section flag set.
c871dade 408
b451e98a
JK
4092017-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
410
411 * dwarf.c (debug_displays_assert): New static assertion.
412
d4620bee
JK
4132017-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
414
415 * dwarf.h (enum dwarf_section_display_enum): Add loclists and rnglists.
416
9ef920e9
NC
4172017-03-01 Nick Clifton <nickc@redhat.com>
418
419 * readelf.c (get_note_type): Add support for GNU_BUILD_NOTEs.
420 (get_gnu_elf_note_type): Add support for GNU_PROPERTY_NOTEs.
421 (decode_x86_isa): New function.
422 (print_gnu_property_note): New function.
423 (print_gnu_note): Handle GNU_PROPERTY_NOTEs.
424 (print_gnu_build_attribute_description): New function.
425 (print_gnu_build_attribute_name): New function.
426 (process_note): Add support for GNU_BUILD_NOTEs.
427 * objcopy.c (--merge-notes): New command line option.
428 (copy_options): Add merge-notes.
429 (copy_usage): Likewise.
430 (is_merge_note_section): New function.
431 (merge_gnu_build_notes): New function.
432 (copy_object): Merge note sections if asked to do so.
433 (skip_section): Add skip_copy parameter. Add support for skipping
434 merged note sections.
435 (copy_relocations_in_section): Update call to skip_section.
436 (copy_section): Likewise.
437 (copy_main): Add support for merge-notes option.
438 * doc/binutils.texi: Document the new option to objcopy.
439 * NEWS: Mention the new feature.
440 * testsuite/binutils-all/note-2-32.d: New test. Checks note
441 merging on 32-bit targets.
442 * testsuite/binutils-all/note-2-32.s: New test source file.
443 * testsuite/binutils-all/note-2-64.d: New test. Like note-2-32.d
444 but for 64-bit targets.
445 * testsuite/binutils-all/note-2-64.s: New test source file.
446 * testsuite/binutils-all/objcopy.exp: Run the new test.
447
65b48a81
PB
4482017-02-28 Peter Bergner <bergner@vnet.ibm.com>
449
450 * objdump.c (main): Use remove_whitespace_and_extra_commas.
451
9dfd0db9
JK
4522017-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
453
454 Fix compilation with GCC 4.4.7.
455 * dwarf.c (display_loclists_list, display_debug_rnglists_list):
456 Initialize begin and end.
457
3b83ea38
AM
4582017-02-25 Alan Modra <amodra@gmail.com>
459
460 * testsuite/binutils-all/dw5.S: Replace .string with .asciz.
461 Support hpux .comm variant.
462 * testsuite/binutils-all/readelf.exp: Define HPUX when assembling
463 dw5 test for hppa64-hpux.
464
32ec8896
NC
4652017-02-24 Nick Clifton <nickc@redhat.com>
466
467 * readelf.c (show_name, do_dynamic, do_syms, do_dyn_syms,
468 (do_reloc, do_sections, do_section_groups, do_section_details,
469 (do_segments, do_unwind, do_using_dynamic, do_header, do_dump,
470 (do_version, do_histogram, do_debugging, do_arch, do_notes,
471 (do_archive_index, is_32bit_elf, decompress_dumps): Use
472 bfd_boolean type.
473 (parse_args): Treat the do_* variables as booleans.
474 (print_vma): Return an unsigned int.
475 (print_symbol): Change width parameter to signed int.
476 (is_ia64_vms): Change return type to bfd_boolean.
477 (guess_is_rela): Likewise.
478 (slurp_rela_relocs): Likewise.
479 (slurp_rel_relocs): Likewise.
480 (dump_relocations): Likewise.
481 (process_file_header): Likewise.
482 (get_program_headers): Likewise.
483 (process_program_headers): Likewise.
484 (process_section_headers): Likewise.
485 (process_section_groups): Likewise.
486 (dump_ia64_vms_dynamic_fixups): Likewise.
487 (dump_ia64_vms_dynamic_relocs): Likewise.
488 (process_ia64_vms_dynamic_relocs): Likewise.
489 (process_relocs): Likewise.
490 (dump_ia64_unwind): Likewise.
491 (ia64_process_unwind): Likewise.
492 (dump_hppa_unwind): Likewise.
493 (slurp_hppa_unwind_table): Likewise.
494 (hppa_process_unwind): Likewise.
495 (decode_arm_unwind_bytecode): Likewise.
496 (decode_tic6x_unwind_bytecode): Likewise.
497 (decode_arm_unwind): Likewise.
498 (dump_arm_unwind): Likewise.
499 (arm_process_unwind): Likewise.
500 (process_unwind): Likewise.
501 (get_32bit_dynamic_section): Likewise.
502 (get_64bit_dynamic_section): Likewise.
503 (process_dynamic_section): Likewise.
504 (process_version_sections): Likewise.
505 (process_symbol_table): Likewise.
506 (process_syminfo): Likewise.
507 (apply_relocations): Likewise.
508 (disassemble_section): Likewise.
509 (dump_section_as_strings): Likewise.
510 (dump_section_as_bytes): Likewise.
511 (load_specific_debug_section): Likewise.
512 (load_debug_section): Likewise.
513 (display_debug_section): Likewise.
514 (process_section_contents): Likewise.
515 (process_attributes): Likewise.
516 (process_nds32_specific): Likewise.
517 (process_gnu_liblist): Likewise.
518 (print_core_note): Likewise.
519 (print_gnu_note): Likewise.
520 (print_v850_note): Likewise.
521 (process_netbsd_elf_note): Likewise.
522 (print_stapsdt_note): Likewise.
523 (print_ia64_vms_note): Likewise.
524 (process_note): Likewise.
525 (process_notes_at): Likewise.
526 (process_corefile_note_segments): Likewise.
527 (process_v850_notes): Likewise.
528 (process_note_sections): Likewise.
529 (process_notes): Likewise.
530 (process_arch_specific): Likewise.
531 (get_file_header): Likewise.
532 (process_object): Likewise.
533 (process_archive): Likewise.
534 (process_file): Likewise.
535 (section_subset): Make static.
536 (get_mips_reg_size): Return a signed integer.
537 (process_object): Reverse the logic of the return value.
538 (process_archive): Likewise.
539 (process_file): Likewise.
6b4bf3bc
NC
540 (process_program_headers): Fix snafu - if the program headers are
541 not available then this is not a cause to fail.
542 (process_corefile_note_segments): Likewise.
32ec8896 543
7bb1ad17
MR
5442017-02-24 Maciej W. Rozycki <macro@imgtec.com>
545
546 * readelf.c (get_ver_flags): Tidy the formatting of the string
547 returned
548
5235cd68
MR
5492017-02-24 Maciej W. Rozycki <macro@imgtec.com>
550
551 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Make
552 `isum' unsigned.
553 <SHT_GNU_verneed>: Likewise.
554
c9f02c3e
MR
5552017-02-24 Maciej W. Rozycki <macro@imgtec.com>
556
557 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Limit
558 the number of entries processed by the section size. Don't
559 break out of the loop if `ent.vd_next' is 0.
560
a567769b
JK
5612017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
562
563 * testsuite/binutils-all/dw5.S: New file.
564 * testsuite/binutils-all/dw5.W: New file.
565 * testsuite/binutils-all/readelf.exp (readelf -wiaoRlL): New test.
566
2f6cd591
JK
5672017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
568
569 * dwarf.c (read_and_display_attr_value): Support DW_FORM_data16.
570
7a7e1061
JK
5712017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
572
573 * dwarf.c (display_debug_macro): Support DWARF-5. Rename
574 DW_MACRO_GNU_*.
575
bc0a77d2
JK
5762017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
577
578 * dwarf.c (decode_location_expression): Support DW_OP_implicit_pointer,
579 DW_OP_const_type, DW_OP_regval_type, DW_OP_deref_type, DW_OP_convert
580 and DW_OP_reinterpret.
581 (read_and_display_attr_value): Support DW_AT_call_value,
582 DW_AT_call_data_value, DW_AT_call_target and
583 DW_AT_call_target_clobbered.
584
77145576
JK
5852017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
586
587 * dwarf.c (fetch_indirect_line_string): New function.
588 (abbrev_attr): New field implicit_const.
589 (add_abbrev_attr): New parameter implicit_const.
590 (process_abbrev_section): Support DW_FORM_implicit_const.
591 (decode_location_expression): Support DW_OP_entry_value.
592 (read_and_display_attr_value): Add parameter implicit_const. Support
593 DW_FORM_line_strp and DW_FORM_implicit_const.
594 (read_and_display_attr): Add parameter implicit_const.
595 (process_debug_info): Support line_str and DWARF-5.
596 (read_debug_line_header): Support DWARF-5.
597 (display_formatted_table): New function.
598 (display_debug_lines_raw): New parameter file. Support DWARF-5.
599 (display_debug_lines_decoded): New parameter fileptr. Support DWARF-5.
600 (display_debug_lines): Pass file parameter.
601 (display_debug_macro): Update read_and_display_attr_value caller.
602 (display_debug_abbrev): Support DW_FORM_implicit_const.
603 (display_loclists_list): New function.
604 (display_loc_list): Support .debug_loclists.
605 (display_debug_ranges_list): New function from display_debug_ranges.
606 (display_debug_rnglists_list): New function.
607 (display_debug_ranges): Support .debug_rnglists.
608 (debug_displays): Add .debug_line_str, .debug_loclists and
609 .debug_rnglists.
610 * dwarf.h: Include dwarf2.h
611 (DWARF2_Internal_LineInfo): Add li_offset_size.
612 (DWARF2_Internal_CompUnit): Add cu_unit_type.
613 (enum dwarf_section_display_enum): Add line_str.
614 * readelf.c (process_section_headers): Add rnglists and loclists.
615
ef0b5f1c
JK
6162017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
617
618 * dwarf.c (display_block): Add parameter delimiter.
619 (decode_location_expression): Update display_block callers.
620 (read_and_display_attr_value): Add parameter delimiter.
621 (read_and_display_attr, display_debug_macro): Update
622 read_and_display_attr_value caller.
623
359ca075
JK
6242017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
625
626 * dwarf.c (display_loc_list): Use dwarf_vma for offset, base_address
627 and off.
628 (display_loc_list_dwo): Use dwarf_vma for offset.
629 (display_debug_loc): Use dwarf_vma for offset, base_address.
630 (struct range_entry, range_entry_compar): Use dwarf_vma for
631 ranges_offset.
632 (display_debug_ranges): Use dwarf_vma for ranges_offset, offset and
633 base_address.
634
60abdbed
NC
6352017-02-23 Nick Clifton <nickc@redhat.com>
636
637 * readelf.c (display_tag_value): Use an explicit signed type for
638 the tag parameter.
639 (display_gnu_attributes): Use an unsigned integer type for
640 attribute tags.
641 (display_power_gnu_attribute): Likewise.
642 (display_s390_gnu_attribute): Likewise.
643 (display_sparc_hwcaps): Likewise.
644 (display_sparc_hwcaps2): Likewise.
645 (display_sparc_gnu_attribute): Likewise.
646 (display_mips_gnu_attribute): Likewise.
647 (display_tic6x_attribute): Likewise.
648 (display_raw_attribute): Likewise.
649 (process_attributes): Likewise.
650 (process_arm_specific): Delete redundant function.
651 (process_power_specific): Likewise.
652 (process_s390_specific): Likewise.
653 (process_sparc_specific): Likewise.
654 (process_tic6x_specific): Likewise.
655 (process_msp430x_specific): Likewise.
656 (display_public_gnu_attributes): New function. Displays known
657 information about an unknown gnu attribute.
658 (display_generic_attribute): New function. Calls
659 display_tag_value for non-nul tags.
660 (process_arch_specific): Call process_attributes even for
661 architectures not known to specifically support gnu attributes.
662
0502a2b4
JK
6632017-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
664
665 * dwarf.c (decode_location_expression): Display also OP.
666
233f82cf
MR
6672017-02-22 Maciej W. Rozycki <macro@imgtec.com>
668
669 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Print a
670 new line between the heading and the first version definition
671 entry.
672
43a444f9
NC
6732017-02-20 Nick Clifton <nickc@redhat.com>
674
675 PR binutils/21156
676 * dwarf.c (cu_tu_indexes_read): Move into...
677 (load_cu_tu_indexes): ... here. Change the variable into
678 tri-state. Change the function into boolean, returning
679 false if the indicies could not be loaded.
680 (find_cu_tu_set): Return NULL if the indicies could not be
681 loaded.
682
b814a36d
NC
6832017-02-17 Nick Clifton <nickc@redhat.com>
684
685 PR binutils/21156
686 * readelf.c (find_section_in_set): Test for invalid section
687 indicies.
688
1b4b80bf
NC
6892017-02-17 Nick Clifton <nickc@redhat.com>
690
691 * readelf.c (get_section_type_name): Add decoding of GNU section
692 types.
693
7c723eec
NC
6942017-02-15 Nick Clifton <nickc@redhat.com>
695
696 * MAINTAINERS: (MIPS, MN10300): Move Eric Christopher to Past
697 Maintainers section.
698
bc303e5d
NC
6992017-02-14 Nick Clifton <nickc@redhat.com>
700
701 PR binutils/21159
702 * readelf.c (dump_section_as_strings): Reset the start address if
703 no decompression is perfromed.
704 (dump_section_as_bytes): Likewise.
705
92134dc1
NC
7062017-02-14 Nick Clifton <nickc@redhat.com>
707
708 PR binutils/21158
709 * rddbg.c (read_symbol_stabs_debugging_info): Check for a null or
710 empty symbol name.
711
a2dea0b2
NC
7122017-02-14 Nick Clifton <nickc@redhat.com>
713
714 PR binutils/21157
715 * stabs.c (parse_stab_enum_type): Check for corrupt NAME:VALUE
716 pairs.
717 (parse_number): Exit early if passed an empty string.
718
b32e566b
NC
7192017-02-14 Nick Clifton <nickc@redhat.com>
720
721 PR binutils/21155
722 * readelf.c (IN_RANGE): New macro. Tests for an address + offset
723 being within a given range.
724 (target_specific_reloc_handling): Use macro to test for underflow
725 as well as overflow of reloc offset.
726
c1221402
NC
7272017-02-13 Nick Clifton <nickc@redhat.com>
728
729 PR binutils/21150
730 * nm.c (file_symbol): Add test of string length before testing
731 string characters.
732
f055032e
NC
7332017-02-13 Nick Clifton <nickc@redhat.com>
734
735 PR binutils/21135
736 * readelf.c (dump_section_as_bytes): Handle the case where
737 uncompress_section_contents returns false.
1835f746 738 (dump_section_as_bytes, load_specific_debug_section): Likewise.
f055032e 739
ebdf1ebf
NC
7402017-02-13 Nick Clifton <nickc@redhat.com>
741
742 PR binutils/21149
743 * readelf.c (get_compression_header): Add size parameter. Check
744 size against sizeof compression header before attempting to
745 extract the header.
746 (process_section_headers): Pass size to get_compression_header.
747 (dump_section_as_strings): Likewise.
748 (dump_section_as_bytes): Likewise.
749 (load_specific_debug_section): Likewise.
750
4aeb00ad
NC
7512017-02-13 Nick Clifton <nickc@redhat.com>
752
753 PR binutils/21148
754 * readelf.c (process_version_sections): Include size of auxillary
755 version information when checking for buffer overflow.
756
0ee3043f
NC
7572017-02-13 Nick Clifton <nickc@redhat.com>
758
759 PR binutils/21147
760 * readelf.c (process_section_contents): Fix off by one error
761 reporting un-dumped sections.
762
f84ce13b
NC
7632017-02-13 Nick Clifton <nickc@redhat.com>
764
765 PR binutils/21139
766 * readelf.c (target_specific_reloc_handling): Add num_syms
767 parameter. Check for symbol table overflow before accessing
768 symbol value. If reloc pointer is NULL, discard all saved state.
769 (apply_relocations): Pass num_syms to target_specific_reloc_handling.
770 Call target_specific_reloc_handling with a NULL reloc pointer
771 after processing all of the relocs.
772
03f7786e
NC
7732017-02-13 Nick Clifton <nickc@redhat.com>
774
775 PR binutils/21137
776 * readelf.c (target_specific_reloc_handling): Add end parameter.
777 Check for buffer overflow before writing relocated values.
778 (apply_relocations): Pass end to target_specific_reloc_handling.
779
387dd777
DP
7802017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
781 Nick Clifton <nickc@redhat.com>
782
783 PR 20343
784 * doc/binutils.texi (ar): Extend documentation of the --plugin
785 option. Include a description of where the plugins should be
786 located.
787 (nm): Likewise.
788
cf581a9b
NC
7892017-01-23 Nick Clifton <nickc@redhat.com>
790
791 * MAINTAINERS: Add Bernd to Past Maintainers section.
c49f9d0f 792 (SCORE): Remove Mei Ligang as maintainer. Add to Past Maintainers
71d01c69 793 section.
cf581a9b 794
715e99a4
BS
7952017-01-23 Bernd Schmidt <bschmidt@redhat.com>
796
797 * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer.
798
1737c640
AB
7992017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
800
801 * objdump.c (dump_section_header): Extract max section name length
802 from data parameter, use this when formatting output.
803 (find_longest_section_name): New function.
804 (dump_headers): Calculate longest section name when in wide mode,
805 reformat to unify printing of header line.
806
2cedb9eb
BR
8072017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
808
809 PR 21059
810 * arlex.l: Support processing with flex 2.6.3.
811 * deflex.l: Likewise.
812
6bb21700
DT
8132017-01-17 Dmitry Timoshkov <dmitry@baikal.ru>
814
815 * resbin.c: Optional dialog control data immediately follows
816 the control description without alignment.
817 * testsuite/binutils-all/windres/controldata.rc: New test.
818 source.
819 * testsuite/binutils-all/windres/controldata.rsd: New test.
820
2425a30e
NC
8212017-01-12 Nick Clifton <nickc@redhat.com>
822
823 PR binutils/20876
824 * NEWS: Mention the new feature.
825 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
826 New proc to test the location of separate debug info files using
827 the build-id method.
828
b972a0d6
NC
8292017-01-10 Nick Clifton <nickc@redhat.com>
830
831 PR 21034
832 * stabs.c (parse_stab_members): Fix thinko checking for g++
833 version 1 stabs information.
834
cd6581da
NC
8352017-01-09 Nick Clifton <nickc@redhat.com>
836
837 * objdump.c (display_file): Add new parameter 'last_file'. If
838 last_file is true, do not call bfd_close at the end of the
839 function.
840 (main): Set the value of the last_file parameter when calling
841 display_file.
842
4d74727a
AM
8432017-01-09 Alan Modra <amodra@gmail.com>
844
845 * readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
846 comment.
847
fd13a84b
NC
8482017-01-06 Nick Clifton <nickc@redhat.com>
849
850 * MAINTAINERS: Move Paul Brook to the Past Maintainers section.
851
b0556316
DP
8522017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
853
854 PR 20958
855 * syslex.l (option): Add noyywrap
856 (yywrap): Delete.
857
2571583a
AM
8582017-01-02 Alan Modra <amodra@gmail.com>
859
860 Update year range in copyright notice of all files.
861
5c1ad6b5 862For older changes see ChangeLog-2016
3499769a 863\f
5c1ad6b5 864Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
865
866Copying and distribution of this file, with or without modification,
867are permitted in any medium without royalty provided the copyright
868notice and this notice are preserved.
869
870Local Variables:
871mode: change-log
872left-margin: 8
873fill-column: 74
874version-control: never
875End:
This page took 0.307945 seconds and 4 git commands to generate.