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