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