]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
* configure.ac: Add od-elf32_avr to build.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
6d0cfb9c
DC
12014-12-08 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2
3 * configure.ac: Add od-elf32_avr to build.
4 * configure: Regenerate.
5 * od-elf32_avr.c: New file.
6 * objdump.h: Declare objdump_private_desc_elf32_avr.
7
619ed720
EB
82014-12-06 Eric Botcazou <ebotcazou@adacore.com>
9
10 * readelf.c: Include elf/visium.h.
11 (guess_is_rela): Deal with EM_VISIUM.
12 (dump_relocations): Likewise.
13 (get_machine_name): Likewise.
14 (get_machine_flags): Likewise.
15 (get_osabi_name): Likewise.
16 (is_32bit_abs_reloc): Likewise.
17 (is_32bit_pcrel_reloc): Likewise.
18 (is_16bit_abs_reloc): Likewise.
19
343433df
AB
202014-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * readelf.c (decode_AVR_machine_flags): New function.
23 (get_machine_flags): Add EM_AVR case.
24
db6b071a
NC
252014-12-03 Nick Clifton <nickc@redhat.com>
26
27 PR binutils/17512
28 * objdump.c (free_debug_section): Reset the compress_status as
29 well.
30
bee0ee85
NC
312014-12-03 Nick Clifton <nickc@redhat.com>
32
33 PR binutils/17531
34 * readelf.c (get_machine_flags): Replace call to abort with a
35 warning message and a return value.
36 (get_elf_section_flags): Likewise.
37 (get_symbol_visibility): Likewise.
38 (get_ia64_symbol_other): Likewise.
39 (get_ia64_symbol_other): Likewise.
40 (is_32bit_abs_reloc): Likewise.
41 (apply_relocations): Likewise.
42 (display_arm_attribute): Likewise.
43
e8b338d0
DC
442014-12-02 Denis Chertykov <chertykov@gmail.com>
45
46 * MAINTAINERS: Fix my email address.
47
ef77750e
L
482014-12-01 H.J. Lu <hongjiu.lu@intel.com>
49
50 * dwarf.c (process_cu_tu_index): Properly check for an out of
51 range row index.
52
06614111
NC
532014-12-01 Nick Clifton <nickc@redhat.com>
54
55 PR binutils/17512
56 * dwarf.h (struct dwarf_section): Add user_data field.
57 * dwarf.c (frame_need_space): Check for an over large register
58 number.
59 (display_debug_frames): Check the return value from
60 frame_need_space. Check for a CFA expression that is so long the
61 start address wraps around.
62 (debug_displays): Initialise the user_data field.
63 * objdump.c (load_specific_debug_section): Save the BFD section
64 pointer in the user_data field of the dwarf_section structure.
65 (free_debug_section): Update BFD section data when freeing section
66 contents.
67 * readelf.c (load_specific_debug_section): Initialise the
68 user_data field.
69
591f7597
NC
702014-12-01 Nick Clifton <nickc@redhat.com>
71
72 PR binutils/17531
73 * dwarf.c (process_cu_tu_index): Check for an out of range row
74 index.
75 * elfcomm.c (adjust_relative_path): Change name_len parameter to
76 an unsigned long. Check for path length overflow.
77 (process_archive_index_and_symbols): Check for invalid header
78 size.
79 (setup_archive): Add checks for invalid archives.
80 (get_archive_member_name): Add range checks.
81 * elfcomm.h (adjust_relative_path): Update prototyoe.
82 * readelf.c (process_archive): Add range checks.
83
8066deb1
AM
842014-11-28 Alan Modra <amodra@gmail.com>
85
86 * readelf.c (get_32bit_elf_symbols): Cast bfd_size_type values to
87 unsigned long for %lx.
88 (get_64bit_elf_symbols, process_section_groups): Likewise.
89
c9c1d674
EG
902014-11-27 Espen Grindhaug <espen@grindhaug.org>
91 Nick Clifton <nickc@redhat.com>
92
93 PR binutils/17531
94 * readelf.c (get_data): Move excessive length check to earlier on
95 in the function and allow for wraparound in the arithmetic.
96 (get_32bit_elf_symbols): Terminate early if the section size is
97 zero. Check for an invalid sh_entsize. Check for an index
98 section with an invalid size.
99 (get_64bit_elf_symbols): Likewise.
100 (process_section_groups): Check for an invalid sh_entsize.
101
8bc10620
MW
1022014-11-24 Mark Wielaard <mjw@redhat.com>
103
104 * dwarf.c (read_and_display_attr_value): Handle DW_LANG_C11,
105 DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14.
106
a1165289
NC
1072014-11-26 Nick Clifton <nickc@redhat.com>
108
109 PR binutils/17512
110 * dwarf.c (display_block): Do nothing if the block starts after
111 the end of the buffer.
112 (read_and_display_attr_value): Add range checks.
113 (struct Frame_Chunk): Make the ncols and ra fields unsigned.
114 (frame_need_space): Test for an ncols of zero.
115 (read_cie): Fail if the augmentation data extends off the end of
116 the buffer.
117 (display_debug_frames): Add checks for read_cie failing. Add
118 range checks.
119
60bb06bc
L
1202014-11-25 H.J. Lu <hongjiu.lu@intel.com>
121
122 * objdump.c (objdump_print_symname): Replace
123 bfd_elf_get_symbol_version_string with
124 bfd_get_symbol_version_string.
125
bb4d2ac2
L
1262014-11-25 H.J. Lu <hongjiu.lu@intel.com>
127
128 PR binutils/16496
129 * objdump.c (objdump_print_symname): Call
130 bfd_elf_get_symbol_version_string to get ELF symbol version
131 string. Append version string if needed.
132
133 * readelf.c (versioned_symbol_info): New enum.
134 (get_symbol_version_string): New. Extracted from
135 process_symbol_table.
136 (dump_relocations): Add a new argument to indicate if dynamic
137 symbol table is used. Use get_symbol_version_string to get
138 symbol version string for dynamic symbol. Append version string
139 if needed.
140 (process_relocs): Updated dump_relocations call.
141 (process_symbol_table): Use get_symbol_version_string.
142
6e733cce
L
1432014-11-24 H.J. Lu <hongjiu.lu@intel.com>
144
145 * configure: Regenerated.
146
0a9d414a
NC
1472014-11-21 Nick Clifton <nickc@redhat.com>
148
149 PR binutils/17512
150 * dwarf.c (get_encoded_value): Check for an encoded size of 0.
151 (display_debug_lines_raw): Check for an invalid line range value.
152 (display_debug_frames): Check for corrupt augmentation data.
153
5d921cbd
NC
1542014-11-21 Nick Clifton <nickc@redhat.com>
155
156 PR binutils/17531
157 * readelf.c (process_version_sections): Prevent an infinite loop
158 processing corrupt version need data.
159 (process_corefile_note_segment): Handle corrupt notes.
160
a715796b
TG
1612014-11-21 Terry Guo <terry.guo@arm.com>
162
163 * readelf.c (arm_attr_tag_FP_arch): Extended to support FPv5.
164
3f9034c2 1652014-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
e44c58ce
JBG
166
167 * dwarf.c (process_extended_line_op): Fix signedness warning.
168
0593bd3a
NC
1692014-11-18 Nick Clifton <nickc@redhat.com>
170
171 PR binutuls/17605
172 * bucomm.c (print_arelt_descr): Check for ctime returning NULL.
173
6937bb54
NC
1742014-11-18 Nick Clifton <nickc@redhat.com>
175
176 PR binutils/17512
177 * dwarf.c (get_encoded_value): Warn and return if the encoded
178 value is more than 64-bits long.
179 (SAFE_BYTE_GET): Do not attempt to read more than 64-bits.
180 (process_extended_line_op): Add more range checks.
181 (decode_location_expression): Use the return value from
182 display_block. Add more range checks.
183 (read_debug_line_header): Add range check.
184 (display_debug_lines_raw): Add range checks.
185 (display_debug_frames): Silently skip multiple zero terminators.
186 Add range checks.
187 (process_cu_tu_index): Check for non-existant or empty sections.
188 Use SAFE_BYTE_GET instead of byte_get.
189
0eff7165
NC
1902014-11-18 Nick Clifton <nickc@redhat.com>
191
192 PR binutils/17531
193 * readelf.c (get_unwind_section_word): Skip reloc processing if
194 there are no relocs associated with the section.
195 (decode_tic6x_unwind_bytecode): Warn and return if the stack
196 pointer adjustment falls off the end of the buffer.
197
041830e0
NC
1982014-11-14 Nick Clifton <nickc@redhat.com>
199
200 PR binutils/17512
201 * dwarf.c (get_encoded_value): Add an 'end' parameter. Change the
202 'data' parameter to a double pointer and return the updated value.
203 (decode_location_expression): Update call to get_encoded_value.
204 (frame_need_space): Handle the case where one or both of the
205 mallocs fails.
206 (read_cie): Initialise the cie pointer, even if the read fails.
207 (display_debug_frames): Warn if the calculated block_end is before
208 the start of the block. Break the loop if the CIE could not be
209 read. Update call to get_encoded_value. Warn if the read CFA
210 expressions are too big.
211
3102e897
NC
2122014-11-13 Nick Clifton <nickc@redhat.com>
213
214 PR binutils/17531
215 * readelf.c (process_version_sections): If the read of the version
216 def information fails, make sure that the external verdef data is
217 not used.
218 (get_dynamic_data): Do not attempt to allocate memory for more
219 dynamic data than there is in the file. If the read fails, free
220 the allocated buffer.
221 (process_symbol_table): Do not print dynamic information if we
222 were unable to read the dynamic symbol table.
223 (print_gnu_note): Do not print the note if the descsz is too
224 small.
225
f41e4712
NC
2262014-11-12 Nick Clifton <nickc@redhat.com>
227
228 PR binutils/17512
229 * dwarf.c (read_and_display_attr_value): Check that we do not read
230 past end.
231 (display_debug_pubnames_worker): Add range checks.
232 (process_debug_info): Check for invalid pointer sizes.
233 (display_loc_list): Likewise.
234 (display_loc_list_dwo): Likewise.
235 (display_debug_ranges): Likewise.
236 (display_debug_aranges): Check for invalid address size.
237 (read_cie): Add range checks. Replace call strchr with while loop.
238 * objdump.c (dump_dwarf): Replace abort with a warning message.
239 (print_section_stabs): Improve range checks.
240 * rdcoff.c (coff_get_slot): Use long for indx parameter type.
241 Add check for an excesively large index.
242 * rddbg.c (read_section_stabs_debugging_info): Zero terminate the
243 string table. Avoid walking off the end of the stabs data.
244 * stabs.c (parse_stab_string): Add check for a NULL name.
245
8b73c356
NC
2462014-11-11 Nick Clifton <nickc@redhat.com>
247
248 PR binutils/17531
249 * binutils/readelf.c (dynamic_nent): Change type to size_t.
250 (slurp_rela_relocs): Use size_t type for nrelas.
251 (slurp_rel_relocs): Likewise.
252 (get_program_headers): Improve out of memory error message.
253 (get_32bit_section_headers): Likewise.
254 (get_32bit_section_headers): Likewise.
255 (get_64bit_section_headers): Likewise.
256 (get_32bit_elf_symbols): Likewise.
257 (get_64bit_elf_symbols): Likewise.
258 (process_section_groups): Likewise.
259 (get_32bit_dynamic_section): Likewise.
260 (get_64bit_dynamic_section): Likewise.
261 (process_dynamic_section): Likewise.
262 (process_version_sections): Likewise.
263 (get_symbol_index_type): Likewise.
264 (process_mips_specific): Likewise.
265 (process_corefile_note_segment): Likewise.
266 (process_version_sections): Use size_t type for total.
267 (get_dynamic_data): Change type of number parameter to size_t.
268 Improve out of memory error messages.
269 (process_symbol_table): Change type of nbuckets and nchains to
270 size_t. Skip processing of sections headers if there are none.
271 Improve out of memory error messages.
272
60984d52
NC
2732014-11-11 Nick Clifton <nickc@redhat.com>
274
275 * po/fr.po: Updated French translation.
276
541a3cbd
NC
2772014-11-11 Nick Clifton <nickc@redhat.com>
278
279 PR binutils/17531
280 * readelf.c (display_arm_attribute): Avoid reading off the end of
281 the buffer when processing a Tag_nodefaults.
282
4082ef84
NC
2832014-11-10 Nick Clifton <nickc@redhat.com>
284
285 PR binutils/17531
286 * (ia64_process_unwind): Replace assertion with an error message.
287 Add range checking for group section indicies.
288 (hppa_process_unwind): Replace assertion with an error message.
289 (process_syminfo): Likewise.
290 (decode_arm_unwind_bytecode): Add range checking.
291 (dump_section_as_strings): Add more string range checking.
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
5e186ece
NC
2982014-11-10 Nick Clifton <nickc@redhat.com>
299
300 PR binutils/17552
301 * (copy_archive): Clean up temporary files even if an error
302 occurs.
303
5a2cbcf4
L
3042014-11-07 H.J. Lu <hongjiu.lu@intel.com>
305
306 * readelf.c (process_dynamic_section): Cast time value to unsigned
307 long to print.
308
071436c6
NC
3092014-11-07 Nick Clifton <nickc@redhat.com>
310
311 PR binutils/17531
312 * readelf.c (get_data): Avoid allocating memory when we know that
313 the read will fail.
314 (find_section_by_type): New function.
315 (get_unwind_section_word): Check for invalid symbol indicies.
316 Check for invalid reloc types.
317 (get_32bit_dynamic_section): Add range checks.
318 (get_64bit_dynamic_section): Add range checks.
319 (process_dynamic_section): Check for a corrupt time value.
320 (process_symbol_table): Add range checks.
321 (dump_section_as_strings): Add string length range checks.
322 (display_tag_value): Likewise.
323 (display_arm_attribute): Likewise.
324 (display_gnu_attribute): Likewise.
325 (display_tic6x_attribute): Likewise.
326 (display_msp430x_attribute): Likewise.
327 (process_mips_specific): Add range check.
328
dd9b91de
NC
3292014-11-06 Nick Clifton <nickc@redhat.com>
330
331 PR binutils/17552, binutils/17533
332 * bucomm.c (is_valid_archive_path): New function. Returns false
333 for absolute pathnames and pathnames that include /../.
334 * bucomm.h (is_valid_archive_path): Add prototype.
335 * ar.c (extract_file): Use new function to check for valid
336 pathnames when extracting files from an archive.
337 * objcopy.c (copy_archive): Likewise.
338 * doc/binutils.texi: Update documentation to mention the
339 limitation on pathname of archive members.
340
74e1a04b
NC
3412014-11-05 Nick Clifton <nickc@redhat.com>
342
dd9b91de 343 PR binutils/17531
74e1a04b
NC
344 * readelf.c (printable_section_name): New function.
345 (printable_section_name_from_index): New function.
346 (dump_relocations): Use new function.
347 (process_program_headers, get_32bit_elf_symbols,
348 (get_64bit_elf_symbols, process_section_headers,
349 (process_section_groups, process_relocs, ia64_process_unwind,
350 (hppa_process_unwind, get_unwind_section_word, decode_arm_unwind,
351 (arm_process_unwind, process_version_sections,
352 (process_symbol_table, apply_relocations, get_section_contents,
353 (dump_section_as_strings, dump_section_as_bytes,
354 (display_debug_section, process_attributes, process_mips_specific,
355 (process_mips_specific process_gnu_liblist): Likewise.
356 (get_unwind_section_word): Check for a missing symbol table.
357 Replace aborts with error messages.
358 (arm_process_unwind): Check for a missing string table.
359 (process_attributes): Check for an attribute length that is too
360 small.
361 (process_mips_specific): Check for a corrupt GOT symbol offset.
362
3632014-11-05 Nick Clifton <nickc@redhat.com>
364
dd9b91de 365 PR binutils/17533
74e1a04b
NC
366 * bucomm.c (is_valid_archive_path): New function.
367 * bucomm.h (is_valid_archive_path): Prototype it.
368 * ar.c (extract_file): Call is_valid_archive_path to verify a
369 member filename before extracting it.
370 * objcopy.c (copy_archive): Likewise.
371
7fc5ac57
JBG
3722014-11-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
373
374 * readelf.c (process_mips_specific): Fix format string warning.
375
df97ab2a
MF
3762014-11-04 Matthew Fortune <matthew.fortune@imgtec.com>
377
378 * readelf.c (process_mips_specific): Rename index to idx.
379
049b0c3a
NC
3802014-11-04 Nick Clifton <nickc@redhat.com>
381
382 PR binutils/17531
383 * readelf.c (get_data): If the reason parameter is null, do not
384 print any error messages.
385 (get_32bit_section_headers): Verify section header entry size
386 before reading in the section headers.
387 (get_64bit_section_headers): Likewise.
388 (process_section_headers): Pass FALSE to get_section_headers.
389 (get_file_header): Pass TRUE to get_section_headers.
390 (process_dynamic_section): Change an assert to an error message.
391 (process_symbol_table): Handle corrupt histograms.
392
e0a31db1
NC
393 (get_32bit_program_headers): Verify program header entry size
394 before reading in the program headers.
395 (get_64bit_program_headers): Likewise.
396 (get_unwind_section_word): Do nothing if no section was provided.
397 Fail if the offset is outside of the section.
398 (print_dynamic_symbol): Catch out of range symbol indicies.
399 (process_mips_specific): Likewise.
400 (process_attributes): Make sure that there is enough space left in
401 the section before attempting to read the length of the next
402 attribute.
403
5a3f568b
NC
4042014-11-03 Nick Clifton <nickc@redhat.com>
405
406 PR binutils/17512
407 * objdump.c (slurp_symtab): Fail gracefully if the table could not
408 be read.
409 (dump_relocs_in_section): Likewise.
410
ba241f2d
NC
4112014-11-03 Nick Clifton <nickc@redhat.com>
412
413 * po/fi.po: Updated Finnish translation.
414 * po/sv.po: Updated Swedish translation.
415
2a03f307
HPN
4162014-11-01 Hans-Peter Nilsson <hp@axis.com>
417
418 * readelf.c (get_32bit_elf_symbols): Cast error
419 parameters of bfd_size_type with the %lx format to
420 unsigned long.
421
2c629856 4222014-10-31 Andrew Pinski <apinski@cavium.com>
7fc5ac57 423 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
2c629856
N
424
425 * readelf.c (print_mips_isa_ext): Print the value of Octeon3.
426
da37262b
IB
4272014-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
428
429 * cxxfilt.c (main): Add case for dlang_demangling style.
430
f54498b4
NC
4312014-10-31 Nick Clifton <nickc@redhat.com>
432
433 PR binutils/17512
434 * readelf.c (process_program_headers): Avoid memory exhaustion due
435 to corrupt values in a dynamis segment header.
436 (get_32bit_elf_symbols): Do not attempt to read an over-large
437 section.
438 (get_64bit_elf_symbols): Likewise.
439
fe060053
NC
4402014-10-31 Nick Clifton <nickc@redhat.com>
441
442 * strings.c: Add new command line option --data to only scan the
443 initialized, loadable data secions of binaries. Choose the
444 default behaviour of --all or --data based upon a configure
445 option.
446 * doc/binutils.texi (strings): Update documentation. Include
447 description of why the --data option might be unsafe.
448 * configure.ac: Add new option --disable-default-strings-all which
449 restores the old behaviour of strings using --data by default. If
450 the option is not used make strings use --all by default.
451 * NEWS: Mention the new behaviour of strings.
452 * configure: Regenerate.
453 * config.in: Regenerate.
454
76ca31c0
NC
4552014-10-30 Nick Clifton <nickc@redhat.com>
456
457 * readelf.c (CHECK_ENTSIZE_VALUES): Rewrite error message so that
458 there is a single string for translation.
459 (dynamic_section_mips_val): Likewise.
460
64b588b5
NC
4612014-10-29 Nick Clifton <nickc@redhat.com>
462
463 * po/bg.po: Updated Bulgarian translation.
464 * po/sr.po: New Serbian translation.
465 * po/sv.po: Updated Swedish translation.
466
00ac7aa0
MF
4672014-10-22 Matthew Fortune <matthew.fortune@imgtec.com>
468
469 * readelf.c (print_mips_ases): Print unknown ASEs.
470 (print_mips_isa_ext): Print the value of an unknown extension.
471
91dc4e0a
TG
4722014-10-15 Tristan Gingold <gingold@adacore.com>
473
474 * configure: Regenerate.
475
c50415e2
TG
4762014-10-14 Tristan Gingold <gingold@adacore.com>
477
478 * NEWS: Add marker for 2.25.
479
65879393
AM
4802014-10-14 Alan Modra <amodra@gmail.com>
481
482 PR 17453
483 * dwarf.c (read_leb128): Avoid signed overflow.
484 (read_debug_line_header): Likewise.
485
9495b2e6
AM
4862014-10-14 Alan Modra <amodra@gmail.com>
487
488 PR 17453
489 * readelf.c (process_program_headers): Correct fscanf format used
490 for interpreter.
491
3d68f91c
JM
4922014-10-09 Jose E. Marchesi <jose.marchesi@oracle.com>
493
494 * readelf.c (display_sparc_hwcaps2): New function.
495 (display_sparc_gnu_attribute): Call `display_sparc_hwcaps2' when
496 handling `Tag_GNU_Sparc_HWCAPS2' attributes.
497
49727e46
AM
4982014-09-22 Alan Modra <amodra@gmail.com>
499
500 PR 16563
501 * dwarf.c (GET): Remove semicolon.
502 (read_cie): New function, extracted from..
503 (display_debug_frames): ..here. Correctly handle signed offset
504 from FDE to CIE in .eh_frame. Decode forward referenced CIEs too.
505
70e99720
TG
5062014-09-16 Nick Clifton <nickc@redhat.com>
507
508 * readelf.c (display_arm_attribute): Use unsigned int type for
509 tag, val and type variables.
510
40c7a7cb
KLC
5112014-09-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
512
513 * readelf.c (decode_NDS32_machine_flags): Display ABI2 FP+.
514
7361da2c
AB
5152014-09-15 Andrew Bennett <andrew.bennett@imgtec.com>
516 Matthew Fortune <matthew.fortune@imgtec.com>
517
518 * readelf.c (get_machine_flags): Add support for mips32r6 and
519 mips64r6.
520
74fffc39
JT
5212014-09-01 Jon TURNEY <jon.turney@dronecode.org.uk>
522
523 * objcopy.c (is_nondebug_keep_contents_section): Change
524 '.build-id' to '.buildid'.
525
4ee22035
RH
5262014-08-22 Richard Henderson <rth@redhat.com>
527
528 * dwarf.h (init_dwarf_regnames_aarch64): Declare.
529 * dwarf.c (dwarf_regnames_aarch64): New.
530 (init_dwarf_regnames_aarch64): New.
531 (init_dwarf_regnames): Call it.
532 * objdump.c (dump_dwarf): Likewise.
533
2974be62
AM
5342014-08-19 Alan Modra <amodra@gmail.com>
535
536 * configure: Regenerate.
537
b879806f
AM
5382014-08-14 Alan Modra <amodra@gmail.com>
539
540 * configure.ac: Move ACX_LARGEFILE after LT_INIT.
541 * config.in: Regenerate.
542 * configure: Regenerate.
543
351cdf24
MF
5442014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
545
546 * readelf.c (get_mips_segment_type): Display name for PT_MIPS_ABIFLAGS.
547 (get_mips_section_type_name): Display name for SHT_MIPS_ABIFLAGS.
548 (display_mips_gnu_attribute): Abstracted fp abi printing to...
549 (print_mips_fp_abi_value): New static function. Handle new FP ABIs.
550 (print_mips_ases, print_mips_isa_ext): New static functions.
551 (get_mips_reg_size): Likewise.
552 (process_mips_specific): Display abiflags data.
553
b794fc1d
AM
5542014-07-28 Alan Modra <amodra@gmail.com>
555
556 PR 13227
557 * nm.c (filter_symbols): Warn on __gnu_lto_slim.
558
3510a7b8
NC
5592014-07-07 Nick Clifton <nickc@redhat.com>
560
561 * readelf.c (get_symbol_type): Revert accidental change to
562 detection of thumb function symbols.
563
35eafcc7
AM
5642014-07-04 Alan Modra <amodra@gmail.com>
565
566 * configure.ac: Rename from configure.in.
567 * Makefile.in: Regenerate.
568 * config.in: Regenerate.
569 * doc/Makefile.in: Regenerate.
570
2e98a7bd
AM
5712014-07-04 Alan Modra <amodra@gmail.com>
572
573 * configure.in: Include bfd/version.m4.
574 (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
575 (BFD_VERSION): Delete.
576 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
577 * configure: Regenerate.
578 * Makefile.in: Regenerate.
579 * doc/Makefile.in: Regenerate.
580
8d112f9e
TG
5812014-07-03 Tristan Gingold <gingold@adacore.com>
582
583 * doc/binutils.texi: Clarify addr2line output.
584
b6a1c03a
AM
5852014-07-01 Alan Modra <amodra@gmail.com>
586
587 * objdump.c (dump_bfd_header): Don't print HAS_LOAD_PAGE.
588
334ac421
EA
5892014-06-26 Erik Akermann <kurterikackermann@gmail.com>
590
591 * strings.c: Add -w/--include-all-whitespace option to include any
592 whitespace character in the displayed strings.
593 * NEWS: Mention the new feature.
594 * doc/binutils.texi (strings): Document the new command line
595 option.
596
df565f32
NC
5972014-06-26 Nick Clifton <nickc@redhat.com>
598
599 * readelf.c (process_note_sections): If there are no note sections
600 try processing note segments instead.
601
548a2357
NC
6022014-06-17 Anton Lavrentiwev <lavr@ncbi.nim.nih.gov>
603
604 PR binutils/16923
605 * rcparse.y (fixedverinfo): Prevent large version numbers from
606 corrupting other values.
607
d71ad7fc
RC
6082014-06-09 Romain Chastenet <romain.chastenet@free.fr>
609
610 PR binutils/16252
611 * dwarf.c (display_debug_frames): Remember the state of the
612 cfa_offset, cfa_reg, ra and cfa_exp field
613
270c9937
JB
6142014-06-05 Joel Brobecker <brobecker@adacore.com>
615
616 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
617 bfd's development.sh.
618 * Makefile.in, configure: Regenerate.
619
6e6e7cfc
JT
6202014-05-16 Jon Turney <jon.turney@dronecode.org.uk>
621
622 * objcopy.c (is_nondebug_keep_contents_section): New function.
623 (setup_section): Use it.
624
856ea05c
KP
6252014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
626
627 * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
628
6d00b590
AM
6292014-05-02 Alan Modra <amodra@gmail.com>
630
631 * emul_aix.c: Update bfd target vector naming.
632 * testsuite/binutils-all/objcopy.exp: Likewise.
633
b2bcb4bd
CS
6342014-04-24 Christian Svensson <blue@cmd.nu>
635
636 * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
637
7d64c587
AB
6382014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
639
640 * doc/binutils.texi: Document the disassemble MIPS XPA instructions
641 command line option.
642
73589c9d
CS
6432014-04-22 Christian Svensson <blue@cmd.nu>
644
645 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
646
c9ffd2ea
TG
6472014-04-18 Tristan Gingold <gingold@adacore.com>
648
649 * od-macho.c (dump_section_map): Adjust as load commands
650 are now chained.
651 (dump_load_command, dump_section_content): Likewise.
652
e89d3dee
TG
6532014-04-16 Tristan Gingold <gingold@adacore.com>
654
655 * od-macho.c (OPT_DYLD_INFO): New macro.
656 (options): Add entry for dyld_info.
657 (mach_o_help): Likewise.
658 (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
659 (dump_dyld_info_export_1, dump_dyld_info_export): New functions.
660 (bfd_mach_o_dyld_rebase_type_name): New array.
661 (export_info_data): New struct.
662 (dump_dyld_info): Add verbose argument. Dump rebase, bind and
663 exports data.
664 (dump_load_command): Adjust dump_dyld_info call.
665 (mach_o_dump): Handle dyld_info.
666
47f8a107
TG
6672014-04-16 Tristan Gingold <gingold@adacore.com>
668
669 * od-macho.c (dump_header): Display sizeofcmds in decimal too.
670 (dump_segment): Reformat output.
671 (dump_dyld_info): Also display end offsets.
672 (dump_load_command): Add IDX argument, display commands size
673 and offset, reformat display.
674 (dump_load_commands): Adjust for added argument.
675
5063a421
AM
6762014-04-07 Alan Modra <amodra@gmail.com>
677
678 PR binutils/16811
679 * objcopy.c (copy_object): Error if no sections.
680
92b1b678
MT
6812014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
682
683 PR binutils/14698
684 ar.c: Set plugin_target early if plugins are supported.
685 nm.c: Likewise.
686
965b60c9
TG
6872014-04-03 Tristan Gingold <gingold@adacore.com>
688
689 * od-macho.c (printf_uint64): New function.
690 (dump_load_command, dump_obj_compact_unwind): Use it.
691 (dump_exe_compact_unwind): Display personality functions.
692
7a79c514
TG
6932014-04-02 Tristan Gingold <gingold@adacore.com>
694
695 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
696 (options): Add entry for twolevel_hints.
697 (dump_data_in_code): Fix error message.
698 (dump_twolevel_hints): New function.
699 (dump_load_command): Handle prebound dylib, prebind cksum
700 and twolevel hints.
701 (mach_o_dump): Handle twolevel hints.
702
c275b681
TG
7032014-04-01 Tristan Gingold <gingold@adacore.com>
704
705 * od-macho.c (OPT_DATA_IN_CODE): New macro.
706 (options): Add entry for data in code.
707 (mach_o_help): Ditto.
708 (data_in_code_kind_name): New array.
709 (dump_data_in_code): New function.
710 (dump_load_command): Handle data in code.
711 (mach_o_dump): Ditto.
712 (dump_header): Display a terminal newline.
713
10be66a4
TG
7142014-03-27 Tristan Gingold <gingold@adacore.com>
715
716 * od-macho.c (dump_load_command): Display value for
717 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
718 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
719
3cc27770
TG
7202014-03-27 Tristan Gingold <gingold@adacore.com>
721
722 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
723 (options): Add entry for function_starts.
724 (mach_o_help): Ditto.
725 (disp_segment_prot): New function.
726 (dump_section_map): Call disp_segment_prot.
727 (dump_function_starts): New function.
728 (dump_obj_compact_unwind): Fix ouput indentation.
729 (dump_exe_compact_unwind): Fix ouput indentation.
730 (mach_o_dump): Handle function_starts.
731
d8028530
TG
7322014-03-26 Tristan Gingold <gingold@adacore.com>
733
734 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
735
595330b7
TG
7362014-03-24 Tristan Gingold <gingold@adacore.com>
737
738 * objdump.c (load_specific_debug_section): Set address of section.
739
aa9fa1e2
TG
7402014-03-24 Tristan Gingold <gingold@adacore.com>
741
742 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
743 (dump_exe_compact_unwind): Change the condition. Improve
744 indentation.
745
bcf83b2a
NC
7462014-03-20 Nick Clifton <nickc@redhat.com>
747
748 * readelf.c (process_version_sections): Fix off-by-one error in
749 previous delta.
750
c24cf8b6
NC
7512014-03-19 Nick Clifton <nickc@redhat.com>
752
753 PR binutils/16723
754 * readelf.c (process_version_sections): Prevent an infinite loop
755 when the vn_next field is zero but there are still entries to be
756 processed.
757
167e1c1f
TG
7582014-03-17 Tristan Gingold <gingold@adacore.com>
759
760 * od-macho.c (dump_section_header): Renames of dump_section.
761 (dump_segment): Adjust after renaming.
762 (OPT_COMPACT_UNWIND): Define.
763 (options): Add compact unwind.
764 (mach_o_help): Document compact_unwind.
765 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
766 (dump_unwind_encoding_x86, dump_unwind_encoding)
767 (dump_obj_compact_unwind, dump_exe_compact_unwind)
768 (dump_section_content): New functions.
769 (mach_o_dump): Handle compact unwind.
770
fbe383b9
TG
7712014-03-17 Tristan Gingold <gingold@adacore.com>
772
773 * od-macho.c (dump_load_command): Handle lazy load dylib.
774
182a105a
AG
7752014-03-14 Anthony Green <green@moxielogic.com>
776
777 * objcopy.c (copy_object): Check fwrite return code.
778
5a026fc9
NC
7792014-03-14 Meador Inge <meadori@codesourcery.com>
780
9495b2e6
AM
781 * dwarf.c (strnlen): Move prototype ...
782 * sysdep.h (strnlen): ... to here.
5a026fc9 783
8a1373cc
NC
7842014-03-12 Nick Clifton <nickc@redhat.com>
785
786 PR binutils/16652
787 * doc/binutils.texi (ar cmdline): Move --plugin command line
788 option to after the command option.
789
c63043aa
DG
7902014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
791
792 PR binutils/16567
793 * deflex.l: Add noinput and nounput options.
794
fa47fa92
AM
7952014-03-12 Alan Modra <amodra@gmail.com>
796
797 * Makefile.in: Regenerate.
798 * doc/Makefile.in: Regenerate.
799
e9847026
NC
8002014-03-06 Nick Clifton <nickc@redhat.com>
801
802 PR binutils/16664
803 * readelf.c (process_attributes): Add checks for corrupt
804 attribute section names.
805
4b95cf5c
AM
8062014-03-05 Alan Modra <amodra@gmail.com>
807
808 Update copyright years.
809
2c80b753
AM
8102014-03-03 Alan Modra <amodra@gmail.com>
811
812 * README: Add "Copyright Notices" paragraph.
813
503a6091
CC
8142014-02-11 Cary Coutant <ccoutant@google.com>
815
816 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
817 for zero-length attribute value.
818
c1c69e83
AM
8192014-02-10 Alan Modra <amodra@gmail.com>
820
821 * po/binutils.pot: Regenerate.
822
d32e5c54
AP
8232014-02-06 Andrew Pinski <apinski@cavium.com>
824
825 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
826
926c5385
CC
8272014-02-06 Cary Coutant <ccoutant@google.com>
828
829 PR binutils/16444
830 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
831
221fd5d5
L
8322014-01-08 H.J. Lu <hongjiu.lu@intel.com>
833
834 * version.c (print_version): Update copyright year to 2014.
835
1651e569
TT
8362014-01-07 Tom Tromey <tromey@redhat.com>
837
838 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
839 stdarg macros.
840 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
841 macros.
842 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
843 stdarg macros.
844
b51f1626
TT
8452014-01-07 Tom Tromey <tromey@redhat.com>
846
847 * coffgrok.h (coff_ofile): Don't use PARAMS.
848 * nlmheader.y (strerror): Don't use PARAMS.
849
5fb776a6 850For older changes see ChangeLog-2013
252b5132 851\f
5fb776a6 852Copyright (C) 2014 Free Software Foundation, Inc.
752937aa
NC
853
854Copying and distribution of this file, with or without modification,
855are permitted in any medium without royalty provided the copyright
856notice and this notice are preserved.
857
252b5132
RH
858Local Variables:
859mode: change-log
860left-margin: 8
861fill-column: 74
862version-control: never
863End: