Reverts an "enhancement" made in a previous delta which complained of
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
c361b9ac
NC
12014-12-24 Nick Clifton <nickc@redhat.com>
2
3 * dwarf.c (read_cie): Revert check for unused augmentation data -
4 it was bogus.
5
805b1c8b
AS
62014-12-23 Andrew Stubbs <ams@codesourcery.com>
7
8 * objcopy.c (strip_usage): Reword --remove-section description.
9 * doc/binutils.texi (strip): Likewise.
10
c4416f30
NC
112014-12-23 Nick Clifton <nickc@redhat.com>
12
13 * doc/binutils.texi (objdump): Reformat to avoid overlong lines.
14
926e166c
L
152014-12-22 H.J. Lu <hongjiu.lu@intel.com>
16
17 * dwarf.c (read_cie): Cast size to long to warn.
18
058037d3
NC
192014-12-22 Nick Clifton <nickc@redhat.com>
20
21 PR binutils/17531
22 * dwarf.c (decode_location_expression): Check for an out of range
23 value for a DW_OP_GNU_entry_value expression.
24 (display_debug_lines_raw): Check for a partial
25 .debug_line. section being encountered without a prior, full
26 .debug.line section.
27 (display_debug_lines_decoded): Likewise. Also check for
28 li_line_range being zero.
29 (display_debug_pubnames_worker): Check for an invalid pn_length
30 field.
31 (read_cie): Add range checks.
32 * elfcomm.c (setup_archive): Check for a negative longnames_size.
33
6ddfe5b4
MW
342014-12-18 Mark Wielaard <mjw@redhat.com>
35
36 * dwarf.c (read_and_display_attr_value): Change display name of
37 DW_LANG_C11 from (ANSI C11) to (C11).
38
acff9664
NC
392014-12-11 Nick Clifton <nickc@redhat.com>
40
41 PR binutils/17512
42 * dwarf.c (display_gdb_index): Add more range checks.
43
4c219c2e
AM
442014-12-11 Alan Modra <amodra@gmail.com>
45
46 * configure.ac: Check for long long and sizes of long long and long.
47 * elfcomm.h (HOST_WIDEST_INT): Test HAVE_LONG_LONG in place of
48 __STDC_VERSION__ and __GNUC__.
49 * strings.c (print_strings): Likewise.
50 * dwarf.c (DWARF_VMA_FMT, DWARF_VMA_FMT_LONG): Likewise.
51 (read_debug_line_header): Use dwarf_vmatoa to print warning.
52 * configure: Regenerate.
53 * config.in: Regenerate.
54
f4943d82
AM
552014-12-10 Alan Modra <amodra@gmail.com>
56
57 * objdump.c: #include "coff-bfd.h".
58
4e327239
DC
592014-12-09 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
60
61 * od-elf32_avr.c (elf32_avr_dump_mem_usage): Fix device initialization.
62
f64e188b
NC
632014-12-09 Nick Clifton <nickc@redhat.com>
64
65 PR binutils/17512
66 * objdump.c (display_any_bfd): Avoid infinite loop closing and
67 opening the same archive again and again.
68
137d1369
CG
692014-12-09 Chen Gang <gang.chen.5i5j@gmail.com>
70
71 * windres.c (open_file_search): Free path buffer on failure.
72
53774b7e
NC
732014-12-08 Nick Clifton <nickc@redhat.com>
74
75 PR binutils/17531
76 * dwarf.c (display_debug_frames): Check for a negative
77 augmentation data length.
78 (display_gdb_index): Check for invalid offsets.
79 * elfcomm.c (process_archive_index_and_symbols): Check for an
80 index number that overflows when multiplied by the ar index size.
81 * readelf.c (dump_ia64_unwind): Add range checks.
82 (slurp_ia64_unwind_table): Change to a boolean function. Add
83 range checks.
84 (process_version_sections): Add range checks.
85 (get_symbol_version_string): Add check for missing section
86 headers.
87
6d0cfb9c
DC
882014-12-08 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
89
90 * configure.ac: Add od-elf32_avr to build.
91 * configure: Regenerate.
92 * od-elf32_avr.c: New file.
93 * objdump.h: Declare objdump_private_desc_elf32_avr.
94
619ed720
EB
952014-12-06 Eric Botcazou <ebotcazou@adacore.com>
96
97 * readelf.c: Include elf/visium.h.
98 (guess_is_rela): Deal with EM_VISIUM.
99 (dump_relocations): Likewise.
100 (get_machine_name): Likewise.
101 (get_machine_flags): Likewise.
102 (get_osabi_name): Likewise.
103 (is_32bit_abs_reloc): Likewise.
104 (is_32bit_pcrel_reloc): Likewise.
105 (is_16bit_abs_reloc): Likewise.
106
343433df
AB
1072014-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
108
109 * readelf.c (decode_AVR_machine_flags): New function.
110 (get_machine_flags): Add EM_AVR case.
111
db6b071a
NC
1122014-12-03 Nick Clifton <nickc@redhat.com>
113
114 PR binutils/17512
115 * objdump.c (free_debug_section): Reset the compress_status as
116 well.
117
bee0ee85
NC
1182014-12-03 Nick Clifton <nickc@redhat.com>
119
120 PR binutils/17531
121 * readelf.c (get_machine_flags): Replace call to abort with a
122 warning message and a return value.
123 (get_elf_section_flags): Likewise.
124 (get_symbol_visibility): Likewise.
125 (get_ia64_symbol_other): Likewise.
126 (get_ia64_symbol_other): Likewise.
127 (is_32bit_abs_reloc): Likewise.
128 (apply_relocations): Likewise.
129 (display_arm_attribute): Likewise.
130
e8b338d0
DC
1312014-12-02 Denis Chertykov <chertykov@gmail.com>
132
133 * MAINTAINERS: Fix my email address.
134
ef77750e
L
1352014-12-01 H.J. Lu <hongjiu.lu@intel.com>
136
137 * dwarf.c (process_cu_tu_index): Properly check for an out of
138 range row index.
139
06614111
NC
1402014-12-01 Nick Clifton <nickc@redhat.com>
141
142 PR binutils/17512
143 * dwarf.h (struct dwarf_section): Add user_data field.
144 * dwarf.c (frame_need_space): Check for an over large register
145 number.
146 (display_debug_frames): Check the return value from
147 frame_need_space. Check for a CFA expression that is so long the
148 start address wraps around.
149 (debug_displays): Initialise the user_data field.
150 * objdump.c (load_specific_debug_section): Save the BFD section
151 pointer in the user_data field of the dwarf_section structure.
152 (free_debug_section): Update BFD section data when freeing section
153 contents.
154 * readelf.c (load_specific_debug_section): Initialise the
155 user_data field.
156
591f7597
NC
1572014-12-01 Nick Clifton <nickc@redhat.com>
158
159 PR binutils/17531
160 * dwarf.c (process_cu_tu_index): Check for an out of range row
161 index.
162 * elfcomm.c (adjust_relative_path): Change name_len parameter to
163 an unsigned long. Check for path length overflow.
164 (process_archive_index_and_symbols): Check for invalid header
165 size.
166 (setup_archive): Add checks for invalid archives.
167 (get_archive_member_name): Add range checks.
168 * elfcomm.h (adjust_relative_path): Update prototyoe.
169 * readelf.c (process_archive): Add range checks.
170
8066deb1
AM
1712014-11-28 Alan Modra <amodra@gmail.com>
172
173 * readelf.c (get_32bit_elf_symbols): Cast bfd_size_type values to
174 unsigned long for %lx.
175 (get_64bit_elf_symbols, process_section_groups): Likewise.
176
c9c1d674
EG
1772014-11-27 Espen Grindhaug <espen@grindhaug.org>
178 Nick Clifton <nickc@redhat.com>
179
180 PR binutils/17531
181 * readelf.c (get_data): Move excessive length check to earlier on
182 in the function and allow for wraparound in the arithmetic.
183 (get_32bit_elf_symbols): Terminate early if the section size is
184 zero. Check for an invalid sh_entsize. Check for an index
185 section with an invalid size.
186 (get_64bit_elf_symbols): Likewise.
187 (process_section_groups): Check for an invalid sh_entsize.
188
8bc10620
MW
1892014-11-24 Mark Wielaard <mjw@redhat.com>
190
191 * dwarf.c (read_and_display_attr_value): Handle DW_LANG_C11,
192 DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14.
193
a1165289
NC
1942014-11-26 Nick Clifton <nickc@redhat.com>
195
196 PR binutils/17512
197 * dwarf.c (display_block): Do nothing if the block starts after
198 the end of the buffer.
199 (read_and_display_attr_value): Add range checks.
200 (struct Frame_Chunk): Make the ncols and ra fields unsigned.
201 (frame_need_space): Test for an ncols of zero.
202 (read_cie): Fail if the augmentation data extends off the end of
203 the buffer.
204 (display_debug_frames): Add checks for read_cie failing. Add
205 range checks.
206
60bb06bc
L
2072014-11-25 H.J. Lu <hongjiu.lu@intel.com>
208
209 * objdump.c (objdump_print_symname): Replace
210 bfd_elf_get_symbol_version_string with
211 bfd_get_symbol_version_string.
212
bb4d2ac2
L
2132014-11-25 H.J. Lu <hongjiu.lu@intel.com>
214
215 PR binutils/16496
216 * objdump.c (objdump_print_symname): Call
217 bfd_elf_get_symbol_version_string to get ELF symbol version
218 string. Append version string if needed.
219
220 * readelf.c (versioned_symbol_info): New enum.
221 (get_symbol_version_string): New. Extracted from
222 process_symbol_table.
223 (dump_relocations): Add a new argument to indicate if dynamic
224 symbol table is used. Use get_symbol_version_string to get
225 symbol version string for dynamic symbol. Append version string
226 if needed.
227 (process_relocs): Updated dump_relocations call.
228 (process_symbol_table): Use get_symbol_version_string.
229
6e733cce
L
2302014-11-24 H.J. Lu <hongjiu.lu@intel.com>
231
232 * configure: Regenerated.
233
0a9d414a
NC
2342014-11-21 Nick Clifton <nickc@redhat.com>
235
236 PR binutils/17512
237 * dwarf.c (get_encoded_value): Check for an encoded size of 0.
238 (display_debug_lines_raw): Check for an invalid line range value.
239 (display_debug_frames): Check for corrupt augmentation data.
240
5d921cbd
NC
2412014-11-21 Nick Clifton <nickc@redhat.com>
242
243 PR binutils/17531
244 * readelf.c (process_version_sections): Prevent an infinite loop
245 processing corrupt version need data.
246 (process_corefile_note_segment): Handle corrupt notes.
247
a715796b
TG
2482014-11-21 Terry Guo <terry.guo@arm.com>
249
250 * readelf.c (arm_attr_tag_FP_arch): Extended to support FPv5.
251
3f9034c2 2522014-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
e44c58ce
JBG
253
254 * dwarf.c (process_extended_line_op): Fix signedness warning.
255
0593bd3a
NC
2562014-11-18 Nick Clifton <nickc@redhat.com>
257
258 PR binutuls/17605
259 * bucomm.c (print_arelt_descr): Check for ctime returning NULL.
260
6937bb54
NC
2612014-11-18 Nick Clifton <nickc@redhat.com>
262
263 PR binutils/17512
264 * dwarf.c (get_encoded_value): Warn and return if the encoded
265 value is more than 64-bits long.
266 (SAFE_BYTE_GET): Do not attempt to read more than 64-bits.
267 (process_extended_line_op): Add more range checks.
268 (decode_location_expression): Use the return value from
269 display_block. Add more range checks.
270 (read_debug_line_header): Add range check.
271 (display_debug_lines_raw): Add range checks.
272 (display_debug_frames): Silently skip multiple zero terminators.
273 Add range checks.
274 (process_cu_tu_index): Check for non-existant or empty sections.
275 Use SAFE_BYTE_GET instead of byte_get.
276
0eff7165
NC
2772014-11-18 Nick Clifton <nickc@redhat.com>
278
279 PR binutils/17531
280 * readelf.c (get_unwind_section_word): Skip reloc processing if
281 there are no relocs associated with the section.
282 (decode_tic6x_unwind_bytecode): Warn and return if the stack
283 pointer adjustment falls off the end of the buffer.
284
041830e0
NC
2852014-11-14 Nick Clifton <nickc@redhat.com>
286
287 PR binutils/17512
288 * dwarf.c (get_encoded_value): Add an 'end' parameter. Change the
289 'data' parameter to a double pointer and return the updated value.
290 (decode_location_expression): Update call to get_encoded_value.
291 (frame_need_space): Handle the case where one or both of the
292 mallocs fails.
293 (read_cie): Initialise the cie pointer, even if the read fails.
294 (display_debug_frames): Warn if the calculated block_end is before
295 the start of the block. Break the loop if the CIE could not be
296 read. Update call to get_encoded_value. Warn if the read CFA
297 expressions are too big.
298
3102e897
NC
2992014-11-13 Nick Clifton <nickc@redhat.com>
300
301 PR binutils/17531
302 * readelf.c (process_version_sections): If the read of the version
303 def information fails, make sure that the external verdef data is
304 not used.
305 (get_dynamic_data): Do not attempt to allocate memory for more
306 dynamic data than there is in the file. If the read fails, free
307 the allocated buffer.
308 (process_symbol_table): Do not print dynamic information if we
309 were unable to read the dynamic symbol table.
310 (print_gnu_note): Do not print the note if the descsz is too
311 small.
312
f41e4712
NC
3132014-11-12 Nick Clifton <nickc@redhat.com>
314
315 PR binutils/17512
316 * dwarf.c (read_and_display_attr_value): Check that we do not read
317 past end.
318 (display_debug_pubnames_worker): Add range checks.
319 (process_debug_info): Check for invalid pointer sizes.
320 (display_loc_list): Likewise.
321 (display_loc_list_dwo): Likewise.
322 (display_debug_ranges): Likewise.
323 (display_debug_aranges): Check for invalid address size.
324 (read_cie): Add range checks. Replace call strchr with while loop.
325 * objdump.c (dump_dwarf): Replace abort with a warning message.
326 (print_section_stabs): Improve range checks.
327 * rdcoff.c (coff_get_slot): Use long for indx parameter type.
328 Add check for an excesively large index.
329 * rddbg.c (read_section_stabs_debugging_info): Zero terminate the
330 string table. Avoid walking off the end of the stabs data.
331 * stabs.c (parse_stab_string): Add check for a NULL name.
332
8b73c356
NC
3332014-11-11 Nick Clifton <nickc@redhat.com>
334
335 PR binutils/17531
336 * binutils/readelf.c (dynamic_nent): Change type to size_t.
337 (slurp_rela_relocs): Use size_t type for nrelas.
338 (slurp_rel_relocs): Likewise.
339 (get_program_headers): Improve out of memory error message.
340 (get_32bit_section_headers): Likewise.
341 (get_32bit_section_headers): Likewise.
342 (get_64bit_section_headers): Likewise.
343 (get_32bit_elf_symbols): Likewise.
344 (get_64bit_elf_symbols): Likewise.
345 (process_section_groups): Likewise.
346 (get_32bit_dynamic_section): Likewise.
347 (get_64bit_dynamic_section): Likewise.
348 (process_dynamic_section): Likewise.
349 (process_version_sections): Likewise.
350 (get_symbol_index_type): Likewise.
351 (process_mips_specific): Likewise.
352 (process_corefile_note_segment): Likewise.
353 (process_version_sections): Use size_t type for total.
354 (get_dynamic_data): Change type of number parameter to size_t.
355 Improve out of memory error messages.
356 (process_symbol_table): Change type of nbuckets and nchains to
357 size_t. Skip processing of sections headers if there are none.
358 Improve out of memory error messages.
359
60984d52
NC
3602014-11-11 Nick Clifton <nickc@redhat.com>
361
362 * po/fr.po: Updated French translation.
363
541a3cbd
NC
3642014-11-11 Nick Clifton <nickc@redhat.com>
365
366 PR binutils/17531
367 * readelf.c (display_arm_attribute): Avoid reading off the end of
368 the buffer when processing a Tag_nodefaults.
369
4082ef84
NC
3702014-11-10 Nick Clifton <nickc@redhat.com>
371
372 PR binutils/17531
373 * (ia64_process_unwind): Replace assertion with an error message.
374 Add range checking for group section indicies.
375 (hppa_process_unwind): Replace assertion with an error message.
376 (process_syminfo): Likewise.
377 (decode_arm_unwind_bytecode): Add range checking.
378 (dump_section_as_strings): Add more string range checking.
379 (display_tag_value): Likewise.
380 (display_arm_attribute): Likewise.
381 (display_gnu_attribute): Likewise.
382 (display_tic6x_attribute): Likewise.
383 (display_msp430x_attribute): Likewise.
384
5e186ece
NC
3852014-11-10 Nick Clifton <nickc@redhat.com>
386
387 PR binutils/17552
388 * (copy_archive): Clean up temporary files even if an error
389 occurs.
390
5a2cbcf4
L
3912014-11-07 H.J. Lu <hongjiu.lu@intel.com>
392
393 * readelf.c (process_dynamic_section): Cast time value to unsigned
394 long to print.
395
071436c6
NC
3962014-11-07 Nick Clifton <nickc@redhat.com>
397
398 PR binutils/17531
399 * readelf.c (get_data): Avoid allocating memory when we know that
400 the read will fail.
401 (find_section_by_type): New function.
402 (get_unwind_section_word): Check for invalid symbol indicies.
403 Check for invalid reloc types.
404 (get_32bit_dynamic_section): Add range checks.
405 (get_64bit_dynamic_section): Add range checks.
406 (process_dynamic_section): Check for a corrupt time value.
407 (process_symbol_table): Add range checks.
408 (dump_section_as_strings): Add string length range checks.
409 (display_tag_value): Likewise.
410 (display_arm_attribute): Likewise.
411 (display_gnu_attribute): Likewise.
412 (display_tic6x_attribute): Likewise.
413 (display_msp430x_attribute): Likewise.
414 (process_mips_specific): Add range check.
415
dd9b91de
NC
4162014-11-06 Nick Clifton <nickc@redhat.com>
417
418 PR binutils/17552, binutils/17533
419 * bucomm.c (is_valid_archive_path): New function. Returns false
420 for absolute pathnames and pathnames that include /../.
421 * bucomm.h (is_valid_archive_path): Add prototype.
422 * ar.c (extract_file): Use new function to check for valid
423 pathnames when extracting files from an archive.
424 * objcopy.c (copy_archive): Likewise.
425 * doc/binutils.texi: Update documentation to mention the
426 limitation on pathname of archive members.
427
74e1a04b
NC
4282014-11-05 Nick Clifton <nickc@redhat.com>
429
dd9b91de 430 PR binutils/17531
74e1a04b
NC
431 * readelf.c (printable_section_name): New function.
432 (printable_section_name_from_index): New function.
433 (dump_relocations): Use new function.
434 (process_program_headers, get_32bit_elf_symbols,
435 (get_64bit_elf_symbols, process_section_headers,
436 (process_section_groups, process_relocs, ia64_process_unwind,
437 (hppa_process_unwind, get_unwind_section_word, decode_arm_unwind,
438 (arm_process_unwind, process_version_sections,
439 (process_symbol_table, apply_relocations, get_section_contents,
440 (dump_section_as_strings, dump_section_as_bytes,
441 (display_debug_section, process_attributes, process_mips_specific,
442 (process_mips_specific process_gnu_liblist): Likewise.
443 (get_unwind_section_word): Check for a missing symbol table.
444 Replace aborts with error messages.
445 (arm_process_unwind): Check for a missing string table.
446 (process_attributes): Check for an attribute length that is too
447 small.
448 (process_mips_specific): Check for a corrupt GOT symbol offset.
449
4502014-11-05 Nick Clifton <nickc@redhat.com>
451
dd9b91de 452 PR binutils/17533
74e1a04b
NC
453 * bucomm.c (is_valid_archive_path): New function.
454 * bucomm.h (is_valid_archive_path): Prototype it.
455 * ar.c (extract_file): Call is_valid_archive_path to verify a
456 member filename before extracting it.
457 * objcopy.c (copy_archive): Likewise.
458
7fc5ac57
JBG
4592014-11-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
460
461 * readelf.c (process_mips_specific): Fix format string warning.
462
df97ab2a
MF
4632014-11-04 Matthew Fortune <matthew.fortune@imgtec.com>
464
465 * readelf.c (process_mips_specific): Rename index to idx.
466
049b0c3a
NC
4672014-11-04 Nick Clifton <nickc@redhat.com>
468
469 PR binutils/17531
470 * readelf.c (get_data): If the reason parameter is null, do not
471 print any error messages.
472 (get_32bit_section_headers): Verify section header entry size
473 before reading in the section headers.
474 (get_64bit_section_headers): Likewise.
475 (process_section_headers): Pass FALSE to get_section_headers.
476 (get_file_header): Pass TRUE to get_section_headers.
477 (process_dynamic_section): Change an assert to an error message.
478 (process_symbol_table): Handle corrupt histograms.
479
e0a31db1
NC
480 (get_32bit_program_headers): Verify program header entry size
481 before reading in the program headers.
482 (get_64bit_program_headers): Likewise.
483 (get_unwind_section_word): Do nothing if no section was provided.
484 Fail if the offset is outside of the section.
485 (print_dynamic_symbol): Catch out of range symbol indicies.
486 (process_mips_specific): Likewise.
487 (process_attributes): Make sure that there is enough space left in
488 the section before attempting to read the length of the next
489 attribute.
490
5a3f568b
NC
4912014-11-03 Nick Clifton <nickc@redhat.com>
492
493 PR binutils/17512
494 * objdump.c (slurp_symtab): Fail gracefully if the table could not
495 be read.
496 (dump_relocs_in_section): Likewise.
497
ba241f2d
NC
4982014-11-03 Nick Clifton <nickc@redhat.com>
499
500 * po/fi.po: Updated Finnish translation.
501 * po/sv.po: Updated Swedish translation.
502
2a03f307
HPN
5032014-11-01 Hans-Peter Nilsson <hp@axis.com>
504
505 * readelf.c (get_32bit_elf_symbols): Cast error
506 parameters of bfd_size_type with the %lx format to
507 unsigned long.
508
2c629856 5092014-10-31 Andrew Pinski <apinski@cavium.com>
7fc5ac57 510 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
2c629856
N
511
512 * readelf.c (print_mips_isa_ext): Print the value of Octeon3.
513
da37262b
IB
5142014-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
515
516 * cxxfilt.c (main): Add case for dlang_demangling style.
517
f54498b4
NC
5182014-10-31 Nick Clifton <nickc@redhat.com>
519
520 PR binutils/17512
521 * readelf.c (process_program_headers): Avoid memory exhaustion due
522 to corrupt values in a dynamis segment header.
523 (get_32bit_elf_symbols): Do not attempt to read an over-large
524 section.
525 (get_64bit_elf_symbols): Likewise.
526
fe060053
NC
5272014-10-31 Nick Clifton <nickc@redhat.com>
528
529 * strings.c: Add new command line option --data to only scan the
530 initialized, loadable data secions of binaries. Choose the
531 default behaviour of --all or --data based upon a configure
532 option.
533 * doc/binutils.texi (strings): Update documentation. Include
534 description of why the --data option might be unsafe.
535 * configure.ac: Add new option --disable-default-strings-all which
536 restores the old behaviour of strings using --data by default. If
537 the option is not used make strings use --all by default.
538 * NEWS: Mention the new behaviour of strings.
539 * configure: Regenerate.
540 * config.in: Regenerate.
541
76ca31c0
NC
5422014-10-30 Nick Clifton <nickc@redhat.com>
543
544 * readelf.c (CHECK_ENTSIZE_VALUES): Rewrite error message so that
545 there is a single string for translation.
546 (dynamic_section_mips_val): Likewise.
547
64b588b5
NC
5482014-10-29 Nick Clifton <nickc@redhat.com>
549
550 * po/bg.po: Updated Bulgarian translation.
551 * po/sr.po: New Serbian translation.
552 * po/sv.po: Updated Swedish translation.
553
00ac7aa0
MF
5542014-10-22 Matthew Fortune <matthew.fortune@imgtec.com>
555
556 * readelf.c (print_mips_ases): Print unknown ASEs.
557 (print_mips_isa_ext): Print the value of an unknown extension.
558
91dc4e0a
TG
5592014-10-15 Tristan Gingold <gingold@adacore.com>
560
561 * configure: Regenerate.
562
c50415e2
TG
5632014-10-14 Tristan Gingold <gingold@adacore.com>
564
565 * NEWS: Add marker for 2.25.
566
65879393
AM
5672014-10-14 Alan Modra <amodra@gmail.com>
568
569 PR 17453
570 * dwarf.c (read_leb128): Avoid signed overflow.
571 (read_debug_line_header): Likewise.
572
9495b2e6
AM
5732014-10-14 Alan Modra <amodra@gmail.com>
574
575 PR 17453
576 * readelf.c (process_program_headers): Correct fscanf format used
577 for interpreter.
578
3d68f91c
JM
5792014-10-09 Jose E. Marchesi <jose.marchesi@oracle.com>
580
581 * readelf.c (display_sparc_hwcaps2): New function.
582 (display_sparc_gnu_attribute): Call `display_sparc_hwcaps2' when
583 handling `Tag_GNU_Sparc_HWCAPS2' attributes.
584
49727e46
AM
5852014-09-22 Alan Modra <amodra@gmail.com>
586
587 PR 16563
588 * dwarf.c (GET): Remove semicolon.
589 (read_cie): New function, extracted from..
590 (display_debug_frames): ..here. Correctly handle signed offset
591 from FDE to CIE in .eh_frame. Decode forward referenced CIEs too.
592
70e99720
TG
5932014-09-16 Nick Clifton <nickc@redhat.com>
594
595 * readelf.c (display_arm_attribute): Use unsigned int type for
596 tag, val and type variables.
597
40c7a7cb
KLC
5982014-09-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
599
600 * readelf.c (decode_NDS32_machine_flags): Display ABI2 FP+.
601
7361da2c
AB
6022014-09-15 Andrew Bennett <andrew.bennett@imgtec.com>
603 Matthew Fortune <matthew.fortune@imgtec.com>
604
605 * readelf.c (get_machine_flags): Add support for mips32r6 and
606 mips64r6.
607
74fffc39
JT
6082014-09-01 Jon TURNEY <jon.turney@dronecode.org.uk>
609
610 * objcopy.c (is_nondebug_keep_contents_section): Change
611 '.build-id' to '.buildid'.
612
4ee22035
RH
6132014-08-22 Richard Henderson <rth@redhat.com>
614
615 * dwarf.h (init_dwarf_regnames_aarch64): Declare.
616 * dwarf.c (dwarf_regnames_aarch64): New.
617 (init_dwarf_regnames_aarch64): New.
618 (init_dwarf_regnames): Call it.
619 * objdump.c (dump_dwarf): Likewise.
620
2974be62
AM
6212014-08-19 Alan Modra <amodra@gmail.com>
622
623 * configure: Regenerate.
624
b879806f
AM
6252014-08-14 Alan Modra <amodra@gmail.com>
626
627 * configure.ac: Move ACX_LARGEFILE after LT_INIT.
628 * config.in: Regenerate.
629 * configure: Regenerate.
630
351cdf24
MF
6312014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
632
633 * readelf.c (get_mips_segment_type): Display name for PT_MIPS_ABIFLAGS.
634 (get_mips_section_type_name): Display name for SHT_MIPS_ABIFLAGS.
635 (display_mips_gnu_attribute): Abstracted fp abi printing to...
636 (print_mips_fp_abi_value): New static function. Handle new FP ABIs.
637 (print_mips_ases, print_mips_isa_ext): New static functions.
638 (get_mips_reg_size): Likewise.
639 (process_mips_specific): Display abiflags data.
640
b794fc1d
AM
6412014-07-28 Alan Modra <amodra@gmail.com>
642
643 PR 13227
644 * nm.c (filter_symbols): Warn on __gnu_lto_slim.
645
3510a7b8
NC
6462014-07-07 Nick Clifton <nickc@redhat.com>
647
648 * readelf.c (get_symbol_type): Revert accidental change to
649 detection of thumb function symbols.
650
35eafcc7
AM
6512014-07-04 Alan Modra <amodra@gmail.com>
652
653 * configure.ac: Rename from configure.in.
654 * Makefile.in: Regenerate.
655 * config.in: Regenerate.
656 * doc/Makefile.in: Regenerate.
657
2e98a7bd
AM
6582014-07-04 Alan Modra <amodra@gmail.com>
659
660 * configure.in: Include bfd/version.m4.
661 (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
662 (BFD_VERSION): Delete.
663 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
664 * configure: Regenerate.
665 * Makefile.in: Regenerate.
666 * doc/Makefile.in: Regenerate.
667
8d112f9e
TG
6682014-07-03 Tristan Gingold <gingold@adacore.com>
669
670 * doc/binutils.texi: Clarify addr2line output.
671
b6a1c03a
AM
6722014-07-01 Alan Modra <amodra@gmail.com>
673
674 * objdump.c (dump_bfd_header): Don't print HAS_LOAD_PAGE.
675
334ac421
EA
6762014-06-26 Erik Akermann <kurterikackermann@gmail.com>
677
678 * strings.c: Add -w/--include-all-whitespace option to include any
679 whitespace character in the displayed strings.
680 * NEWS: Mention the new feature.
681 * doc/binutils.texi (strings): Document the new command line
682 option.
683
df565f32
NC
6842014-06-26 Nick Clifton <nickc@redhat.com>
685
686 * readelf.c (process_note_sections): If there are no note sections
687 try processing note segments instead.
688
548a2357
NC
6892014-06-17 Anton Lavrentiwev <lavr@ncbi.nim.nih.gov>
690
691 PR binutils/16923
692 * rcparse.y (fixedverinfo): Prevent large version numbers from
693 corrupting other values.
694
d71ad7fc
RC
6952014-06-09 Romain Chastenet <romain.chastenet@free.fr>
696
697 PR binutils/16252
698 * dwarf.c (display_debug_frames): Remember the state of the
699 cfa_offset, cfa_reg, ra and cfa_exp field
700
270c9937
JB
7012014-06-05 Joel Brobecker <brobecker@adacore.com>
702
703 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
704 bfd's development.sh.
705 * Makefile.in, configure: Regenerate.
706
6e6e7cfc
JT
7072014-05-16 Jon Turney <jon.turney@dronecode.org.uk>
708
709 * objcopy.c (is_nondebug_keep_contents_section): New function.
710 (setup_section): Use it.
711
856ea05c
KP
7122014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
713
714 * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
715
6d00b590
AM
7162014-05-02 Alan Modra <amodra@gmail.com>
717
718 * emul_aix.c: Update bfd target vector naming.
719 * testsuite/binutils-all/objcopy.exp: Likewise.
720
b2bcb4bd
CS
7212014-04-24 Christian Svensson <blue@cmd.nu>
722
723 * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
724
7d64c587
AB
7252014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
726
727 * doc/binutils.texi: Document the disassemble MIPS XPA instructions
728 command line option.
729
73589c9d
CS
7302014-04-22 Christian Svensson <blue@cmd.nu>
731
732 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
733
c9ffd2ea
TG
7342014-04-18 Tristan Gingold <gingold@adacore.com>
735
736 * od-macho.c (dump_section_map): Adjust as load commands
737 are now chained.
738 (dump_load_command, dump_section_content): Likewise.
739
e89d3dee
TG
7402014-04-16 Tristan Gingold <gingold@adacore.com>
741
742 * od-macho.c (OPT_DYLD_INFO): New macro.
743 (options): Add entry for dyld_info.
744 (mach_o_help): Likewise.
745 (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
746 (dump_dyld_info_export_1, dump_dyld_info_export): New functions.
747 (bfd_mach_o_dyld_rebase_type_name): New array.
748 (export_info_data): New struct.
749 (dump_dyld_info): Add verbose argument. Dump rebase, bind and
750 exports data.
751 (dump_load_command): Adjust dump_dyld_info call.
752 (mach_o_dump): Handle dyld_info.
753
47f8a107
TG
7542014-04-16 Tristan Gingold <gingold@adacore.com>
755
756 * od-macho.c (dump_header): Display sizeofcmds in decimal too.
757 (dump_segment): Reformat output.
758 (dump_dyld_info): Also display end offsets.
759 (dump_load_command): Add IDX argument, display commands size
760 and offset, reformat display.
761 (dump_load_commands): Adjust for added argument.
762
5063a421
AM
7632014-04-07 Alan Modra <amodra@gmail.com>
764
765 PR binutils/16811
766 * objcopy.c (copy_object): Error if no sections.
767
92b1b678
MT
7682014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
769
770 PR binutils/14698
771 ar.c: Set plugin_target early if plugins are supported.
772 nm.c: Likewise.
773
965b60c9
TG
7742014-04-03 Tristan Gingold <gingold@adacore.com>
775
776 * od-macho.c (printf_uint64): New function.
777 (dump_load_command, dump_obj_compact_unwind): Use it.
778 (dump_exe_compact_unwind): Display personality functions.
779
7a79c514
TG
7802014-04-02 Tristan Gingold <gingold@adacore.com>
781
782 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
783 (options): Add entry for twolevel_hints.
784 (dump_data_in_code): Fix error message.
785 (dump_twolevel_hints): New function.
786 (dump_load_command): Handle prebound dylib, prebind cksum
787 and twolevel hints.
788 (mach_o_dump): Handle twolevel hints.
789
c275b681
TG
7902014-04-01 Tristan Gingold <gingold@adacore.com>
791
792 * od-macho.c (OPT_DATA_IN_CODE): New macro.
793 (options): Add entry for data in code.
794 (mach_o_help): Ditto.
795 (data_in_code_kind_name): New array.
796 (dump_data_in_code): New function.
797 (dump_load_command): Handle data in code.
798 (mach_o_dump): Ditto.
799 (dump_header): Display a terminal newline.
800
10be66a4
TG
8012014-03-27 Tristan Gingold <gingold@adacore.com>
802
803 * od-macho.c (dump_load_command): Display value for
804 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
805 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
806
3cc27770
TG
8072014-03-27 Tristan Gingold <gingold@adacore.com>
808
809 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
810 (options): Add entry for function_starts.
811 (mach_o_help): Ditto.
812 (disp_segment_prot): New function.
813 (dump_section_map): Call disp_segment_prot.
814 (dump_function_starts): New function.
815 (dump_obj_compact_unwind): Fix ouput indentation.
816 (dump_exe_compact_unwind): Fix ouput indentation.
817 (mach_o_dump): Handle function_starts.
818
d8028530
TG
8192014-03-26 Tristan Gingold <gingold@adacore.com>
820
821 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
822
595330b7
TG
8232014-03-24 Tristan Gingold <gingold@adacore.com>
824
825 * objdump.c (load_specific_debug_section): Set address of section.
826
aa9fa1e2
TG
8272014-03-24 Tristan Gingold <gingold@adacore.com>
828
829 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
830 (dump_exe_compact_unwind): Change the condition. Improve
831 indentation.
832
bcf83b2a
NC
8332014-03-20 Nick Clifton <nickc@redhat.com>
834
835 * readelf.c (process_version_sections): Fix off-by-one error in
836 previous delta.
837
c24cf8b6
NC
8382014-03-19 Nick Clifton <nickc@redhat.com>
839
840 PR binutils/16723
841 * readelf.c (process_version_sections): Prevent an infinite loop
842 when the vn_next field is zero but there are still entries to be
843 processed.
844
167e1c1f
TG
8452014-03-17 Tristan Gingold <gingold@adacore.com>
846
847 * od-macho.c (dump_section_header): Renames of dump_section.
848 (dump_segment): Adjust after renaming.
849 (OPT_COMPACT_UNWIND): Define.
850 (options): Add compact unwind.
851 (mach_o_help): Document compact_unwind.
852 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
853 (dump_unwind_encoding_x86, dump_unwind_encoding)
854 (dump_obj_compact_unwind, dump_exe_compact_unwind)
855 (dump_section_content): New functions.
856 (mach_o_dump): Handle compact unwind.
857
fbe383b9
TG
8582014-03-17 Tristan Gingold <gingold@adacore.com>
859
860 * od-macho.c (dump_load_command): Handle lazy load dylib.
861
182a105a
AG
8622014-03-14 Anthony Green <green@moxielogic.com>
863
864 * objcopy.c (copy_object): Check fwrite return code.
865
5a026fc9
NC
8662014-03-14 Meador Inge <meadori@codesourcery.com>
867
9495b2e6
AM
868 * dwarf.c (strnlen): Move prototype ...
869 * sysdep.h (strnlen): ... to here.
5a026fc9 870
8a1373cc
NC
8712014-03-12 Nick Clifton <nickc@redhat.com>
872
873 PR binutils/16652
874 * doc/binutils.texi (ar cmdline): Move --plugin command line
875 option to after the command option.
876
c63043aa
DG
8772014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
878
879 PR binutils/16567
880 * deflex.l: Add noinput and nounput options.
881
fa47fa92
AM
8822014-03-12 Alan Modra <amodra@gmail.com>
883
884 * Makefile.in: Regenerate.
885 * doc/Makefile.in: Regenerate.
886
e9847026
NC
8872014-03-06 Nick Clifton <nickc@redhat.com>
888
889 PR binutils/16664
890 * readelf.c (process_attributes): Add checks for corrupt
891 attribute section names.
892
4b95cf5c
AM
8932014-03-05 Alan Modra <amodra@gmail.com>
894
895 Update copyright years.
896
2c80b753
AM
8972014-03-03 Alan Modra <amodra@gmail.com>
898
899 * README: Add "Copyright Notices" paragraph.
900
503a6091
CC
9012014-02-11 Cary Coutant <ccoutant@google.com>
902
903 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
904 for zero-length attribute value.
905
c1c69e83
AM
9062014-02-10 Alan Modra <amodra@gmail.com>
907
908 * po/binutils.pot: Regenerate.
909
d32e5c54
AP
9102014-02-06 Andrew Pinski <apinski@cavium.com>
911
912 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
913
926c5385
CC
9142014-02-06 Cary Coutant <ccoutant@google.com>
915
916 PR binutils/16444
917 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
918
221fd5d5
L
9192014-01-08 H.J. Lu <hongjiu.lu@intel.com>
920
921 * version.c (print_version): Update copyright year to 2014.
922
1651e569
TT
9232014-01-07 Tom Tromey <tromey@redhat.com>
924
925 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
926 stdarg macros.
927 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
928 macros.
929 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
930 stdarg macros.
931
b51f1626
TT
9322014-01-07 Tom Tromey <tromey@redhat.com>
933
934 * coffgrok.h (coff_ofile): Don't use PARAMS.
935 * nlmheader.y (strerror): Don't use PARAMS.
936
5fb776a6 937For older changes see ChangeLog-2013
252b5132 938\f
5fb776a6 939Copyright (C) 2014 Free Software Foundation, Inc.
752937aa
NC
940
941Copying and distribution of this file, with or without modification,
942are permitted in any medium without royalty provided the copyright
943notice and this notice are preserved.
944
252b5132
RH
945Local Variables:
946mode: change-log
947left-margin: 8
948fill-column: 74
949version-control: never
950End:
This page took 0.664943 seconds and 4 git commands to generate.