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