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