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