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