Darwin: add new mach-o header flags.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
b4687fcc
TG
12015-12-03 Tristan Gingold <gingold@adacore.com>
2
3 * od-macho.c (bfd_mach_o_header_flags_name): Add name
4 for flags until BFD_MACH_O_MH_APP_EXTENSION_SAFE.
5
23d61901
AM
62015-12-01 Alan Modra <amodra@gmail.com>
7
8 * configure: Regenerate.
9
42bcef4a
AB
102015-11-30 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * dwarf.c (is_max_address): New function.
13 (display_loc_list): Remove out of date comment, use
14 is_max_address.
15 (display_debug_ranges): Likewise.
16
08e4f608
CC
172015-11-28 Cary Coutant <ccoutant@gmail.com>
18
19 * MAINTAINERS: Update my email address.
20
a4f8732b
RH
212015-11-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
22
23 * objcopy.c (parse_symflags): Use xstrndup in place of strndup.
24 (copy_main): Likewise.
25
f8c2a965
NC
262015-11-20 Nick Clifton <nickc@redhat.com>
27
28 * po/ca.po: New Catalan translation.
29 * configure.ac (ALL_LINGUAS): Add ca.
30 * configure: Regenerate.
31
b53e4c0e
TG
322015-11-18 Tristan Gingold <gingold@adacore.com>
33
34 * od-macho.c (bfd_mach_o_load_command_name): Add new
35 entries.
36 (dump_unwind_encoding_arm64): New function.
37 (dump_unwind_encoding): Handle arm64.
38
d8bd95ef
TG
392015-11-13 Tristan Gingold <gingold@adacore.com>
40
41 * configure: Regenerate.
42
7feec526
TG
432015-11-13 Tristan Gingold <gingold@adacore.com>
44
45 * NEWS: Add marker for 2.26.
46
c4e0beac
DV
472015-11-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
48
49 * dwarf.c (read_leb128): Fix left shift of negative value.
50
ab273396
AM
512015-11-03 Alan Modra <amodra@gmail.com>
52
53 * readelf (process_version_sections): Check DT_VERNEED and
54 DT_VERDEF for all symbols. Report "*both*" should a symbol
55 have both a verneed and verdef.
56 (get_symbol_version_string): Reduce indentation by early
57 exits. Don't use SHT_NOBITS heuristic to detect case where a
58 defined symbol has a verneed entry.
59
26f187cd
NC
602015-10-30 Nick Clifton <nickc@redhat.com>
61
62 * po/zh_CN.po: Updated (simplified) Chinese translation.
63
c6056a74
SF
642015-10-27 Stephen Fisher <sfisher@panix.com>
65
66 * binutils.c (process_netbsd_elf_note): New function.
67 (process_note): Call the new function for NetBSD core notes.
68
64e59d8e
HPN
692015-10-22 Hans-Peter Nilsson <hp@bitrange.com>
70
71 * objcopy.c (setup_section): Don't omit bfd_copy_private_bfd_data
72 call when extract_symbol.
73
397dd9a5 742015-10-21 Ronald Hoogenboom <rhoogenboom@irdeto.com>
2b35fb28
RH
75
76 PR binutils/19104
77 * objcopy.c (command_line_switch): Add OPTION_ADD_SYMBOL.
78 (copy_options): Add add-symbol.
79 (copy_usage): Likewise.
80 (parse_symflags): New function.
81 (need_sym_before): New function.
82 (create_new_symbol): New function.
83 (filter_symbols): Add code to insert new symbols.
84 (copy_main): Process OPTION_ADD_SYMBOL.
85 * doc/binutils.texi: Document new feature.
86 * NEWS: Add note about the new feature.
87
595712bb
PP
882015-10-18 Paul Pluzhnikov <ppluzhnikov@google.com>
89
90 PR binutils/19147
91 * readelf.c (print_core_note): Fix off-by-one bug.
92
e43fb831
AM
932015-10-15 Alan Modra <amodra@gmail.com>
94
95 * objcopy.c (copy_object): Don't omit bfd_copy_private_bfd_data
96 call when extract_symbol.
97
431ff075
AB
982015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
99
100 * od-elf32_avr.c (elf32_avr_dump_avr_prop): Fix printing of align
101 specific data, fix formatting for align and org data.
102
886a2506
NC
1032015-09-01 Claudiu Zissulescu <claziss@synopsys.com>
104 Cupertino Miranda <cmiranda@synopsys.com>
105
106 * readelf.c (get_machine_name): Remove A5 reference. Add ARCompact
107 and ARCv2.
108 (get_machine_flags): Handle EM_ARCV2 and EM_ARCOMPACT.
109 (guess_is_rela): Likewise.
110 (dump_relocations): Likewise.
111 (is_32bit_abs_reloc): Likewise.
112 (is_16bit_abs_reloc): Likewise.
113 (is_none_reloc): Likewise.
114 * NEWS: Mention the new feature.
115
cbd44e24
L
1162015-09-29 Andrew Stubbs <ams@codesourcery.com>
117 H.J. Lu <hongjiu.lu@intel.com>
118
119 PR binutils/19020
120 * objcopy.c (copy_object): Don't adjust the output section size
121 when copying from input sections.
122 (copy_section): Use input section size for the copy. Get the
123 updated section size from bfd_convert_section_contents.
124
c68c1637
L
1252015-09-29 H.J. Lu <hongjiu.lu@intel.com>
126
127 PR binutils/19005
128 * objcopy.c (copy_object): Adjust the output section size to
129 skip gap fills between sections when copying from input sections
130 to output sections.
131
b08b78e7
NC
1322015-09-28 Nick Clifton <nickc@redhat.com>
133
134 * po/fr.po: Updated French translation.
135
9a09557a 1362015-09-25 James Bowman <james.bowman@ftdichip.com>
137
138 * ft32-dis.c (print_insn_ft32): Fix incorrect data field mask.
139
6a40cf0c
NC
1402015-09-23 Nick Clifton <nickc@redhat.com>
141
142 PR binutils/15835
143 * readelf.c (struct elf_section_list): New structure.
144 (symtab_shndx_hdr): Replace with symtab_shndx_list.
145 (get_32bit_elf_symbols): Scan for a symbol index table matching
146 the symbol table in use.
147 (get_64bit_elf_symbols): Likewise.
148 (process_section_headers): Handle multiple symbol index sections.
149
5c383f02
RO
1502015-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
151
152 * readelf.c (process_dynamic_section): Handle DF_1_STUB, DF_1_PIE.
153
55edd97b
EA
1542015-09-10 Erik Ackermann <kurterikackermann@gmail.com>
155
156 * strings.c: Add -s/--output-separator option to specify custom
157 separator string.
158 * NEWS: Mention the new feature.
159 * doc/binutils.text (strings): Document the new command line
160 option.
161
d8f187c1
NC
1622015-09-09 Nick Clifton <nickc@redhat.com>
163
164 * doc/binutils.texi (ar): Remove bogus sentance concerning thin
165 archives and invalid paths.
166
1a915552
NC
1672015-09-03 Nick Clifton <nickc@redhat.com>
168
169 PR binutils/18879
170 * readelf.c (get_unwind_section_word): Check for negative offsets
171 and very small sections.
172 (dump_arm_unwind): Warn if the table offset is too large.
173
32a40e8e
L
1742015-08-28 H.J. Lu <hongjiu.lu@intel.com>
175
176 * Makefile.am (TOOL_PROGS): Add readelf.
177 * Makefile.in: Regenerated.
178
cfe101c6
YS
1792015-08-24 Yaakov Selkowitz <yselkowi@redhat.com>
180
181 * configure: Regenerate.
182
2309f875
AM
1832015-08-17 Alan Modra <amodra@gmail.com>
184
185 * configure: Regenerate.
186
0b45135e
AB
1872015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
188
189 * objcopy.c (is_specified_symbol_predicate): Don't stop at first
190 match. Non-match rules set found to FALSE.
191
016a3251
DD
1922015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
193
194 * configure: Regenerate.
195
63b9bbb7
NC
1962015-08-05 Nick Clifton <nickc@redhat.com>
197
198 * doc/binutils.texi: Document that the --only-keep-debug option
199 to strip and objcopy preserves the section headers of stripped
200 sections.
201
7e27a9d5
YK
2022015-08-04 Yuriy M. Kaminskiy" <yumkam@gmail.com>
203 Tyler Hicks <tyhicks@canonical.com>
204
205 PR binutils/18750
206 * readelf.c (process_mips_specific): Fix incorrect escape
207 sequence handling.
208
2092015-08-04 Nick Clifton <nickc@redhat.com>
210
211 * ar.c (extract_file): Free cbuf if the path is invalid.
212
37a42ee9
L
2132015-07-27 H.J. Lu <hongjiu.lu@intel.com>
214
215 * configure: Regenerated.
216
7cb9e39b
L
2172015-07-24 H.J. Lu <hongjiu.lu@intel.com>
218
219 * stabs.c (parse_stab_range_type): Use 0xffffffffffffffffLL.
220
7360e63f
AM
2212015-07-22 Alan Modra <amodra@gmail.com>
222
223 * readelf.c (dump_relocations): Show MIN_INT addends as negative.
224
f2d7e0f4
AM
2252015-07-20 Alan Modra <amodra@gmail.com>
226
227 * doc/Makefile.in: Regenerate.
228
53c3012c
AM
2292015-07-16 Alan Modra <amodra@gmail.com>
230
231 PR binutils/18672
232 * readelf.c (get_32bit_dynamic_section): Correct buffer limit test.
233 (get_64bit_dynamic_section): Likewise.
234
19a7fe52
L
2352015-07-14 H.J. Lu <hongjiu.lu@intel.com>
236
237 * objcopy.c (copy_file): Set BFD_COMPRESS_GABI if not
238 zlib-gnu.
239 * doc/binutils.texi: Change --compress-debug-sections and
240 --compress-debug-sections=zlib to zlib-gabi.
241
88988473
L
2422015-07-10 H.J. Lu <hongjiu.lu@intel.com>
243
244 PR binutils/18656
245 * objcopy.c (setup_section): Call bfd_convert_section_size
246 to get the output section size.
247 (copy_section): Get the section size from the output section
248 and call bfd_get_full_section_contents to convert section
249 contents for output.
250
813dabb9
L
2512015-07-10 H.J. Lu <hongjiu.lu@intel.com>
252
253 * readelf.c (dump_section_as_strings): Warn unsupported compress
254 type and corrupted compressed section.
255 (dump_section_as_bytes): Likewise.
256 (load_specific_debug_section): Likewise.
257
3350cc01
CM
2582015-07-09 Catherine Moore <clm@codesourcery.com>
259
72f4393d
L
260 * readelf.c (print_mips_fp_abi_value): Handle
261 Val_GNU_MIPS_ABI_FP_NAN2008.
3350cc01 262
a5499fa4
MF
2632015-06-26 Matthew Fortune <matthew.fortune@imgtec.com>
264
265 * readelf.c (get_mips_dynamic_type): Handle DT_MIPS_RLD_MAP_REL.
266
bdc4de1b
NC
2672015-06-22 Nick Clifton <nickc@redhat.com>
268
269 * objdump.c (disassemble_bytes): Set the stop_vma field in the
270 disassemble_info structure when disassembling code sections with
271 -d.
272 * doc/binutils.texi (objdump): Document the discrepancy between -d
273 and -D.
274
8fcc61b4
NC
2752015-06-05 Nick Clifton <nickc@redhat.com>
276
277 * dwarf.c (read_debug_line_header): Use reloc_at to detect
278 incomplete .debug_line headers
279
14ae95f2
RM
2802015-05-29 Roland McGrath <mcgrathr@google.com>
281
282 * readelf.c (print_gnu_note: NT_GNU_ABI_TAG): Recognize
283 GNU_ABI_TAG_SYLLABLE and GNU_ABI_TAG_NACL.
284
030f4c7f
SK
2852015-05-29 Stephen Kitt <steve@sk2.org>
286
287 * dlltool.c (make_one_lib_file): Clear .idata$6 before use.
288 (main): Fail if the output file specified by the -z option cannot
289 be opened.
290
b4477bc8
NC
2912015-05-18 Nick Clifton <nickc@redhat.com>
292
293 PR binutils/18420
294 * ia64-unwind.c (unw_decode): Add end parameter. Pass parameter
295 on to decode functions.
296 (unw_devode_p2_p5): Pass end paraemter to UNW_DEC_SPILL_MASK.
297 (UNW_DEC_SPILL_MASK): Add end parameter. Check that unw_rlen does
298 not take us beyond the end of the buffer.
299 * ia64-unwind.h (unw_decode): Update prototype.
300 * readelf.c (dump_ia64_unwind): Pass end pointer to unw_decode.
301
fd8008d8
L
3022015-05-15 H.J. Lu <hongjiu.lu@intel.com>
303
304 * readelf.c (dump_section_as_strings): Change pointers from
305 char * to unsigned char *.
306
5db04b09
L
3072015-05-15 H.J. Lu <hongjiu.lu@intel.com>
308
309 PR binutis/18386
310 * doc/binutils.texi: Document -Mamd64 and -Mintel64.
311
0e602686
NC
3122015-05-15 Nick Clifton <nickc@redhat.com>
313
314 * readelf.c (options): Add "decompress".
315 (usage): Mention -z/--decompress.
316 (parse_args): Handle -z.
317 (uncompress_section_contents): Move to earlier in the file.
318 (dump_section_as_strings): If requested, decompress the section
319 before dumping.
320 (dump_section_as_bytes): Likewise.
321 * doc/binutils.texi: Document the new option.
322
4bc0608a
PB
3232015-05-14 Peter Bergner <bergner@vnet.ibm.com>
324
325 * MAINTAINERS: Add myself as PPC maintainer.
326
dab394de
L
3272015-05-14 H.J. Lu <hongjiu.lu@intel.com>
328
329 * readelf.c (uncompress_section_contents): Add a parameter for
330 uncompressed size. Don't check the zlib header.
331 (load_specific_debug_section): Updated.
332
d1c4b12b
NC
3332015-05-15 Nick Clifton <nickc@redhat.com>
334
335 PR binutils/18374
336 * dwarf.h (struct dwarf_section): Add reloc_info and num_relocs
337 fields.
338 (struct dwarf_section_display): Change bitfield to boolean.
339 (reloc_at): Add prototype.
340 * dwarf.c (display_loc_list): Ignore list terminators if there are
341 relocs against them.
342 (display_debug_loc): Issue a warning if there are relocs against
343 the .debug_loc section.
344 (display_displays): Initialise reloc_info and num_relocs fields.
345 * objdump.c (load_specific_debug_section): Initialise reloc_info
346 and num_relocs fields.
347 (reloc_at): New function.
348 * readelf.c (is_32bit_abs_reloc): Add IA64's R_IA64_DIS32LSB
349 reloc.
350 (reloc_at): New function.
351 (apply_relocations): Add relocs_return and num_relocs_return
352 parameters. Fill them in with the loaded relocs if non-NULL.
353 (dump_section_as_bytes): Update call to apply_relocations.
354 (load_specific_debug_section): Initialise reloc_info and
355 num_relocs fields.
356
aa9f7286
L
3572015-05-13 H.J. Lu <hongjiu.lu@intel.com>
358
359 * elfedit.c (elf_class): Return ELF_CLASS_BOTH by default.
360
6604eb5f
AK
3612015-05-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
362
363 * MAINTAINERS: Add myself as s390 and s390x maintainer.
364
5b155b95
SK
3652015-05-12 Stephen Kitt <steve@sk2.org>
366
367 * dlltool.c (main): Accept -t as an abbreviation for
368 --temp-prefix.
369
3d875af5
L
3702015-05-11 H.J. Lu <hongjiu.lu@intel.com>
371
372 * dwarf.c (dwarf_regnames_iamcu): New.
373 (init_dwarf_regnames_iamcu): Likewise.
374 (init_dwarf_regnames): Call init_dwarf_regnames_iamcu for EM_IAMCU.
375 * dwarf.h (init_dwarf_regnames_iamcu): New.
376 * objdump.c (dump_dwarf): Call init_dwarf_regnames_iamcu for
377 bfd_arch_iamcu.
378
6c14750f
L
3792015-05-11 H.J. Lu <hongjiu.lu@intel.com>
380
381 * elfedit.c (enum elfclass): New.
382 (input_elf_class): Change type to enum elfclass.
383 (output_elf_class): New.
384 (elf_class): Change return type to enum elfclass. Support EM_386
385 and EM_IAMCU.
386 (update_elf_header): Check if input and output ELF classes match.
387 (elf_machine): Support EM_386 and EM_IAMCU.
388 (main): Update input_elf_class. Set output_elf_class.
389 * doc/binutils.texi: Update elfedit.
390
22abe556
L
3912015-05-11 H.J. Lu <hongjiu.lu@intel.com>
392
393 * dwarf.c (init_dwarf_regnames): Replace EM_486 with EM_IAMCU.
394 * readelf.c (guess_is_rela): Likewise.
395 (dump_relocations): Likewise.
396 (get_machine_name): Likewise.
397 (get_elf_section_flags): Likewise.
398 (process_section_headers): Likewise.
399 (is_32bit_abs_reloc): Likewise.
400 (is_32bit_pcrel_reloc): Likewise.
401
153a2776
NC
4022015-04-30 Nick Clifton <nickc@redhat.com>
403
404 * readelf.c (get_machine_flags): Add description of MeP flags.
405
643f7afb
AK
4062015-04-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
407
408 * readelf.c (display_s390_gnu_attribute): New function.
409 (process_s390_specific): New function.
410 (process_arch_specific): Call process_s390_specific.
411
de13ef81
NC
4122015-04-24 Nick Clifton <nickc@redhat.com>
413
414 PR 18313
415 * ieee.c (ieee_read_cxx_class): Initialise the varargs variable.
416 * readelf.c (uncompress_section_contents): Zero initialise the
417 zstream structure.
418
f6fe1ccd
L
4192015-04-23 H.J. Lu <hongjiu.lu@intel.com>
420
421 PR binutils/18209
422 * objcopy.c (setup_section): Copy compress status.
423
ea556d25
L
4242015-04-15 H.J. Lu <hongjiu.lu@intel.com>
425
426 * NEWS: Mention
427 --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
428
6ff71e76
NC
4292015-04-14 Nick Clifton <nickc@redhat.com>
430
431 * readelf.c (target_specific_reloc_handling): Add code to handle
432 RL78 complex relocs.
433
0d2a7a93
DE
4342015-04-13 Doug Evans <dje@google.com>
435
436 PR binutils/18218
437 * readelf.c (printable_section_name): Constify sec argument.
438 (apply_relocations): Ditto. New arg "size". All callers updated.
439 (load_specific_debug_section): Constify sec argument.
440 Remove side-effect of modifying sec->sh_size.
441
cd6faa73
L
4422015-04-09 H.J. Lu <hongjiu.lu@intel.com>
443
444 * objcopy.c (do_debug_sections): Use bit patterns.
445 (copy_object): Return FALSE for compress_zlib, compress_gnu_zlib
446 and compress_gabi_zlib on non-ELF input.
447 (copy_file): Don't check non-ELF input here.
448
3525236c
NC
4492015-04-09 Nick Clifton <nickc@redhat.com>
450
451 * readelf.c (get_machine_flags): Report the setting of the string
452 insn using bits.
453
151411f8
L
4542015-04-08 H.J. Lu <hongjiu.lu@intel.com>
455
456 * objcopy.c (do_debug_sections): Add compress_zlib,
457 compress_gnu_zlib and compress_gabi_zlib.
458 (copy_options): Use optional_argument on compress-debug-sections.
459 (copy_usage): Update --compress-debug-sections.
460 (copy_file): Handle compress_zlib, compress_gnu_zlib and
461 compress_gabi_zlib.
462 (copy_main): Handle
463 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
464 * doc/binutils.texi: Document
465 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
466
bfcf0ccd
L
4672015-04-08 H.J. Lu <hongjiu.lu@intel.com>
468
469 * objcopy.c (copy_usage): Replace "--interleave [<number>]" with
470 --interleave[=<number>].
471
77115a4a
L
4722015-04-05 H.J. Lu <hongjiu.lu@intel.com>
473
474 * readelf.c (get_elf_section_flags): Support SHF_COMPRESSED.
475 (get_compression_header): New.
476 (process_section_headers): Dump compression header if needed.
477 (uncompress_section_contents): Don't free compressed_buffer here.
478 (load_specific_debug_section): Free the compressed buffer, update
479 the section buffer and the section size if uncompress is
480 successful.
481
39f3de7c
L
4822015-04-02 H.J. Lu <hongjiu.lu@intel.com>
483
484 * configure: Regenerated.
485
3d5ff620
MF
4862015-04-02 Mike Frysinger <vapier@gentoo.org>
487
488 * MAINTAINERS: Update my e-mail address.
489
afa59b79
L
4902015-04-01 H.J. Lu <hongjiu.lu@intel.com>
491
492 * configure: Regenerated.
493
ed2b5077
L
4942015-03-31 H.J. Lu <hongjiu.lu@intel.com>
495
496 * configure.ac: Revert the AM_ZLIB change.
497 * Makefile.in: Regenerated.
498 * aclocal.m4: Likewise.
499 * configure: Likewise.
500
0ee42ecd
L
5012015-03-31 H.J. Lu <hongjiu.lu@intel.com>
502
503 * Makefile.am (ZLIB): New.
504 (ZLIBINC): Likewise.
505 (AM_CFLAGS): Add $(ZLIBINC).
506 (readelf_LDADD): Add $(ZLIB).
507 * configure.ac (AM_ZLIB): Removed.
508 (zlibdir): New. AC_SUBST.
509 (zlibinc): Likewise.
510 Add --with-system-zlib.
511 * Makefile.in: Regenerated.
512 * config.in: Likewise.
513 * configure: Likewise.
514
1740ba0c
NC
5152015-03-19 Nick Clifton <nickc@redhat.com>
516
517 * readelf.c (get_machine_flags): Decode RL78's G13 and G14 flags.
518
273a4985
JT
5192015-03-18 Jon Turney <jon.turney@dronecode.org.uk>
520 Nick Clifton <nickc@redhat.com>
521
522 PR binutils/18087
523 * doc/binutils.texi: Note that when objcopy compresses debug
524 sections the compression is only performed if it makes the section
525 smaller.
526
5656ba2c
L
5272015-03-10 H.J. Lu <hongjiu.lu@intel.com>
528
529 PR binutils/18101
530 * readelf.c (parse_args): Move nothing to do warning to ...
531 (main): Here.
532
cfad8730
NC
5332015-03-10 Nick Clifton <nickc@redhat.com>
534
b6370efb
NC
535 PR binutils/18101
536 * readelf.c (parse_args): Enhance check for nothing to do by
537 accounting for the --wide option.
538
cfad8730
NC
539 PR binutils/17636
540 * objcopy.c (copy_object): Avoid calling fatal as that does not
541 allow the parent to clean up temporary files.
542
a5721edd
JW
5432015-03-10 Yuri Gribov <y.gribov@samsung.arm>
544
545 PR ld/16572
546 * readelf.c: Remove support for ELF_ARM_HASENTRY.
547
4fd77a3d
NC
5482015-03-05 Nick Clifton <nickc@redhat.com>
549
550 PR binutils/18064
551 * doc/binutils.texi (objcopy): Extend description of
552 --add-gnu-debuglink option to explain that the separate debug info
553 file must exist. Add a description of what to do if the debug
554 info file is built in one place but then installed into a separate
555 location.
556
81fb971a
NC
5572015-03-05 Nick Clifton <nickc@redhat.com>
558
559 PR binutils/17994
560 * dlltool.c (temp_file_to_remove): New local array.
561 (unlink_temp_files): New functions - unlinks any file in the
562 temp_file_to_remove array, unless dotdeltemps is set.
563 (gen_exp_file): Add temp files to array.
564 (make_head): Likewise.
565 (make_delay_head): Likewise.
566 (make_tail): Likewise.
567 (gen_lib_file): Call unlink_temp_files.
568
acf1419f
AB
5692015-02-28 Andrew Burgess <andrew.burgess@embecosm.com>
570
571 * objcopy.c (update_sections): New list.
572 (command_line_switch): Add OPTION_UPDATE_SECTION.
573 (copy_options): Add update-section.
574 (copy_usage): Document new option.
575 (is_update_section): New function.
576 (is_strip_section_1): Add check for attempt to update and remove
577 the same section.
578 (copy_object): Update size and content of requested sections.
579 (skip_section): Don't copy for updated sections.
580 (copy_main): Handle --update-section.
581 * doc/binutils.texi (objcopy): Add description of --update-section
582 option.
583 * NEWS: Mention --update-section option.
584
d93c7787
NC
5852015-02-26 Nick Clifton <nickc@redhat.com>
586
587 PR binutils/17512
588 * coffgrok.c (do_type): Check for an out of range tag index.
589 Check for integer overflow computing array dimension.
590 (do_define): Likewise.
591
06b73f41
AB
5922015-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
593
594 * objcopy.c (init_section_add): Rename optarg to arg in order to
595 avoid shadowing a global variable.
596
e3ee4005
NC
5972015-02-26 Nick Clifton <nickc@redhat.com>
598
599 PR binutils/17512
600 * resrc.c (write_rc_messagetable): Tighten check for invalid
601 message lengths.
602
c8071705
NC
603 * dwarf.c (display_debug_loc): Pacify the undefined behaviour
604 sanitizer by simplifying address difference calculation.
605 (struct Frame_Chunk): Change type of cfa_offset to dwarf_vma in
606 order to avoid arithmetic overflows.
607 (frame_display_row): Cast cfa_offset before printing it.
608 (display_debug_frames): Likewise.
609 Check for an unexpected segment size.
610 Chnage type of 'l' local to dwarf_vma and cast it back to an int
611 when printing.
612 (process_cu_tu_index): Tighten check for an invalid ncols value.
613 * readelf.c (process_corefile_note_segment): Check for
614 inote.descdata extending beyond the end of the section.
615 (process_v850_notes): Likewise.
616
99654aaf
TG
6172015-02-26 Terry Guo <terry.guo@arm.com>
618
619 * readelf.c (arm_attr_tag_ABI_HardFP_use): Update how we
620 display it.
621
7173b38a
AB
6222015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
623
624 * objcopy.c (init_section_add): New function.
625 (section_add_load_file): New function.
626 (copy_main): Make use of new functions.
627
137c83d6
AB
6282015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
629
630 * od-elf32_avr.c: Add elf32-avr.h include.
631 (OPT_AVRPROP): Define.
632 (options[]): Add 'avr-prop' entry.
633 (elf32_avr_help): Add avr-prop help text.
634 (elf32_avr_dump_avr_prop): New function.
635 (elf32_avr_dump): Add check for avr-prop.
636
685080f2
NC
6372015-02-24 Nick Clifton <nickc@redhat.com>
638
639 * readelf.c (get_machine_flags): Remove deprecated V850 machine
640 flags.
641 (get_v850_section_type_name): New function. Handles V850 special
642 sections.
643 (get_section_type_name): Add support for V850.
644 (get_v850_elf_note_type): New function. Returns the name of a
645 V850 note.
646 (print_v850_note): New function. Prints a V850 note.
647 (process_v850_notes): New function. Prints V850 notes.
648 (process_note_sections): Add support for V850.
649
94d15024
MF
6502015-02-24 Mike Frysinger <vapier@gentoo.org>
651
652 PR binutils/17531
653 * readelf.c (process_symbol_table): Declare chained. Increment it
654 in every loop. Abort when chained is larger than nchains. Move
655 error check outside of chain loop.
656
948f632f
DA
6572015-02-24 Dmitry Antipov <dantipov@nvidia.com>
658
659 * readelf.c (find_symbol_for_address): Use a binary search to
660 speed up symbol location. Skip check for function symbol type.
661 (*_unw_aux_info): Add funtab and nfuns fields contains a sorted
662 list of function symbols.
663 (dump_ia64_unwind): Initialise the funtab and nfuns fields and
664 pass them to find_symbol_for_address.
665 (dump_hppa_unwind): Likewise.
666 (arm_print_vma_and_name): Pass funtab to find_symbol_for_address.
667 (dump_arm_unwind): Initialise the funtab and nfuns fields.
668
0821d5b1
NC
6692015-02-24 Nick Clifton <nickc@redhat.com>
670
671 * objdump.c (dump_section): Extend the warning message displayed
672 when a section cannot be loaded.
673
9035ed51
MF
6742015-02-21 Mike Frysinger <vapier@gentoo.org>
675
676 * readelf.c (process_program_headers): Add newline to warning
677 message.
678
4ef9f41a
AA
6792015-02-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
680
681 * readelf.c (get_note_type): Add NT_S390_VXRS_LOW and
682 NT_S390_VXRS_HIGH.
683
951eaaec
NC
6842015-02-13 Nick Clifton <nickc@redhat.com>
685
686 PR binutils/17512
687 * dwarf.c (read_leb128): Fix test for shift becoming too large.
688
689 * coffgrok.c (do_define): Add check for type size overflow.
690 * srconv.c (walk_tree_sfile): Check that enough sections are
691 available before parsing.
692 (prescan): Likewise.
693
ffc0f143
NC
694 PR binutils/17531
695 * dwarf.c (display_debug_aranges): Add check for an excessive
696 ar_length value.
697 (process_cu_tu_index): Check for a row * columns sum being too
698 large.
699
b4eb7656
AM
7002015-02-13 Alan Modra <amodra@gmail.com>
701
702 * dwarf.c: Formatting, whitespace.
703 (process_debug_info): Style fix.
704
0e7f931f
NC
7052015-02-11 Nick Clifton <nickc@redhat.com>
706
707 * rl78-decode.opc: Add 'a' attribute to instructions that support
708 [HL+0] addressing.
709 * rl78-decode.c: Regenerate.
710 * rl78-dis.c (print_insn_rl78): Display the offset in [HL+0]
711 addresses.
712
362beea4
NC
7132015-02-11 Nick Clifton <nickc@redhat.com>
714
715 PR binutils/17531
716 * dwarf.c (display_debug_pubnames_worker): Work around compiler
717 bug checking address ranges.
718 (display_debug_frames): Likewise.
719 (display_gdb_index): Likewise.
720 (process_cu_tu_index): Add range check on the ncols value.
721
77ef8654
NC
7222015-02-10 Nick Clifton <nickc@redhat.com>
723
724 PR binutils/17512
725 * dwarf.c (eh_addr_size): Use an unsigned type.
726 (size_of_encoded_value): Return an unsigned type.
727 (read_leb128): Break if the shift becomes too big.
728 (process_extended_line_op): Do not read the address if the length
729 is too long.
730 (read_cie): Warn and fail if the pointer size or segment size are
731 too big.
732 * dwarf.h (DWARF2_External_LineInfo): Delete unused and incorrect
733 structure definition.
734 (DWARF2_External_PubNames): Likewise.
735 (DWARF2_External_CompUnit): Likewise.
736 (DWARF2_External_ARange): Likewise.
737 (DWARF2_Internal_LineInfo): Use dwarf_vma type for
738 li_prologue_length.
739 (eh_addr_size): Update prototype.
740
03a91817
NC
741 PR binutils/17531
742 * dwarf.c (process_debug_info): Zero the debug information array
743 since correct initialisation cannot be relied upon.
744 (process_cu_tu_index): Improve range checks.
745
834f871c
NC
746 PR binutils/17531
747 * dwarf.c (display_debug_pubnames_worker): Use dwarf_vma type for
748 offset.
749 * readelf.c (dump_relocations): Handle printing offsets which are
750 MIN_INT.
751 (process_corefile_note_segment): Add range check of the namesz
752 field.
753
5a195044
MW
7542015-02-09 Mark Wielaard <mjw@redhat.com>
755
756 * dwarf.c (read_and_display_attr_value): Handle DW_LANG_Fortran03
757 and DW_LANG_Fortran08.
758
5929c344
NC
7592015-02-06 Nick Clifton <nickc@redhat.com>
760
761 PR binutils/17512
762 * dwarf.c (display_debug_frames): Fix range checks to work on
763 32-bit binaries complied on a 64-bit host.
764
8490fb40
NC
765 PR binutils/17531
766 * dwarf.c (xcmalloc): Fail if the arguments are too big.
767 (xcrealloc): Likewise.
768 (xcalloc2): Likewise.
55325047
NC
769 * readelf.c (process_mips_specific): Fail if an option has an
770 invalid size.
8490fb40 771
7cc78d07
AM
7722015-02-05 Alan Modra <amodra@gmail.com>
773
774 PR binutils/17926
775 * dwarf.c (dwarf_select_sections_by_letters): Don't refer to optarg.
776
f3853b34
NC
7772015-02-04 Nick Clifton <nickc@redhat.com>
778
779 PR binutils/17531
780 * dwarf.c (read_and_display_attr_value): Test for a block length
781 being so long that it wraps around to before the start of the block.
782 (process_debug_info): Test for section_begin wrapping around to
783 before the start of the section.
784 (display_gdb_index): Test for num_cus being so large that the end
785 address wraps around to before the start of the section.
786 (process_cu_tu_index): Test for j being so large that the section
787 index pool wraps around to before the start of the section.
788
57028622
NC
7892015-02-03 Nick Clifton <nickc@redhat.com>
790
791 PR binutils/17531
792 * dwarf.c (process_debug_info): Add range check.
793 (display_debug_pubnames_worker): Likewise.
794 (display_gdb_index): Fix range check.
795 (process_cu_tu_index): Add range check.
796 * readelf.c (get_data): Change parameter types from size_t to
797 bfd_size_type. Add checks for loss of accuracy when casting from
798 bfd_size_type to size_t.
799 (get_dynamic_data): Likewise.
800 (process_section_groups): Limit number of error messages.
801
64d29018
NC
8022015-02-03 Nick Clifton <nickc@redhat.com>
803
804 PR binutils/17512
805 * objdump.c (display_any_bfd): Fail if archives nest too deeply.
806
3f8107ab
AM
8072015-01-28 James Bowman <james.bowman@ftdichip.com>
808
809 * readelf.c: Add FT32 support.
810
37e3922e
NC
8112015-01-27 Nick Clifton <nickc@redhat.com>
812
813 PR binutils/17512
814 * dlltool.c (identify_search_archive): If the last archive was the
815 same as the current archive, terminate the loop.
816
877a8638
NC
817 * addr2line.c (slurp_symtab): If the symcount is zero, free the
818 symbol table pointer.
819
0897ec15
NC
820 * rcparse.y: Add checks to avoid integer divide by zero.
821 * rescoff.c (read_coff_rsrc): Add check on the size of the
822 resource section.
823 (read_coff_res_dir): Add check on the nesting level.
824 Check for resource names overrunning the buffer.
825 * resrc.c (write_rc_messagetable): Update formatting.
826 Add check of 'elen' being zero.
827
bb97bdd7
NC
8282015-01-23 Nick Clifton <nickc@redhat.com>
829
830 * nlmconv.c (powerpc_mangle_relocs): Fix build errors introduced
831 by recent delta, when compiling on for a 32-bit host.
832
86eafac0
NC
8332015-01-21 Nick Clifton <nickc@redhat.com>
834
835 PR binutils/17512
836 * addr2line.c (main): Call bfd_set_error_program_name.
837 * ar.c (main): Likewise.
838 * coffdump.c (main): Likewise.
839 * cxxfilt.c (main): Likewise.
840 * dlltool.c (main): Likewise.
841 * nlmconv.c (main): Likewise.
842 * nm.c (main): Likewise.
843 * objdump.c (main): Likewise.
844 * size.c (main): Likewise.
845 * srconv.c (main): Likewise.
846 * strings.c (main): Likewise.
847 * sysdump.c (main): Likewise.
848 * windmc.c (main): Likewise.
849 * windres.c (main): Likewise.
850 * objcopy.c (main): Likewise.
851 (copy_relocations_in_section): Check for relocs without associated
852 symbol pointers.
853
6c1965f9
RR
8542015-01-21 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
855
856 * MAINTAINERS: Add self to ARM maintainers list.
857
5b7d6237
NC
8582015-01-21 Nick Clifton <nickc@redhat.com>
859
860 PR binutils/17512
861 * coffgrok.c (do_type): Check that computed ref exists.
862 (doit): Add range checks when computing section for scope.
863
a0a3b04c
L
8642015-01-12 H.J. Lu <hongjiu.lu@intel.com>
865
866 * dwarf.c (process_debug_info): Properly check abbrev size.
867
72c61a0d
NC
8682015-01-12 Nick Clifton <nickc@redhat.com>
869
870 PR binutils/17531
871 * dwarf.c (process_debug_info): Check for abbrev_base being larger
872 than the section size.
873 (process_cu_tu_index): Use xcalloc2 to allocate the CU and TU
874 arrays.
875 (xcalloc2): New function. Like xcalloc, but checks for overflow.
1306a742
NC
876 (display_debug_addr): Use xcalloc to allocate the debug_addr_info
877 array. Check for an address_base that is too large.
878
72c61a0d
NC
879 * dwarf.h (xcalloc2): Prototype.
880
b38ead21
AM
8812015-01-12 Alan Modra <amodra@gmail.com>
882
883 * prdbg.c (print_debugging_info): Don't use void* for function
884 pointer param.
885 * budbg.h (print_debugging_info): Update prototype.
886
3565cf8f
NC
8872015-01-08 Nick Clifton <nickc@redhat.com>
888
889 PR binutils/17512
063bb025
NC
890 * ojcopy.c (copy_object): Free the symbol table if no symbols
891 could be loaded.
892 (copy_file): Use bfd_close_all_done to close files that could not
893 be copied.
894
848cde35
NC
895 * sysdump.c (getINT): Fail if reading off the end of the buffer.
896 Replace call to abort with a call to fatal.
897 (getCHARS): Prevetn reading off the end of the buffer.
898
3565cf8f
NC
899 * nlmconv.c (i386_mangle_relocs): Skip relocs without an
900 associated symbol.
901 (powerpc_mangle_relocs): Skip unrecognised relocs. Check address
902 range before applying a reloc.
903
c88f5b8e
NC
9042015-01-07 Nick Clifton <nickc@redhat.com>
905
906 PR binutils/17512
d7b24d29
NC
907 * dlltool.c (scan_obj_file): Break loop if the last archive
908 displayed matches the current archive.
909
c88f5b8e
NC
910 * objdump.c (display_any_bfd): Add a depth limit to nested archive
911 display in order to avoid infinite loops.
912 * srconv.c: Replace calls to abort with calls to fatal with an
913 error message.
914
85880250
NC
9152015-01-06 Nick Clifton <nickc@redhat.com>
916
917 PR binutils/17512
918 * coffdump.c (dump_coff_section): Check for a symbol being
919 available before printing its name.
920 (main): Check the return value from coff_grok.
921 * coffgrok.c: Reformat and tidy.
922 Add range checks to most functions.
923 (coff_grok): Return NULL if the input bfd is not in a COFF
924 format.
925 * coffgrok.h: Reformat and tidy.
926 (struct coff_section): Change the nrelocs field to unsigned.
927 * srconv.c (main): Check the return value from coff_grok.
928
896ca098
NC
9292015-01-05 Nick Clifton <nickc@redhat.com>
930
931 PR binutils/17512
932 * nm.c (print_symbol): Add 'is_synthetic' parameter. Use it to
933 help initialize the info.elfinfo field.
934 (print_size_symbols): Add 'synth_count' parameter. Use it to set
935 the is_synthetic parameter when calling print_symbol.
936 (print_symbols): Likewise.
937 (display_rel_file): Pass synth_count to printing function.
938 (display_archive): Break loop if the last archive displayed
939 matches the current archive.
940 * size.c (display_archive): Likewise.
941
82b1b41b
NC
9422015-01-05 Nick Clifton <nickc@redhat.com>
943
944 PR binutils/17531
945 * dwarf.c (alloc_num_debug_info_entries): New variable.
946 (process_debug_info): Set it. Use it to avoid displaying
947 attributes for which there is no info.
948 (display_debug_abbrev): Check that the debug_info_entry index is
949 valid before using it.
950 (display_loc_list_dwo): Likewise.
951 (process_cu_tu_index): Add range check for an overlarge dw_sect
952 value.
953 (free_debug_memory): Reset alloc_num_debug_info_entries.
954 * readelf.c (slurp_ia64_unwind_table): Warn if the reloc could not
955 be indentified.
956 (dynamic_section_mips_val): Warn if the timestamp is invalid.
957 (print_mips_got_entry): Add a data_end parameter. Warn if a read
958 would go beyond the end of the data, and return an error value.
959 (process_mips_specific): Do not read options from beyond the end
960 of the section.
961 Correct code to display optional data at the end of an option.
962 Warn if there are too many GOT symbols.
963 Update calls to print_mips_got_entry, and handle error returns.
964
c1724c7f
DK
9652015-01-05 Daniel Klauer <daniel.c.klauer@web.de>
966
967 PR binutils/17489
968 * doc/binutils.texi (dlltool): Correct description of --kill-at
969 option.
970
efd321f9
AM
9712015-01-01 Alan Modra <amodra@gmail.com>
972
973 * version.c (print_version): Just print current year.
974
b90efa5b 9752015-01-01 Alan Modra <amodra@gmail.com>
5c294fee 976
b90efa5b 977 Update year range in copyright notice of all files.
5c294fee 978
b90efa5b 979For older changes see ChangeLog-2014
252b5132 980\f
b90efa5b 981Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
982
983Copying and distribution of this file, with or without modification,
984are permitted in any medium without royalty provided the copyright
985notice and this notice are preserved.
986
252b5132
RH
987Local Variables:
988mode: change-log
989left-margin: 8
990fill-column: 74
991version-control: never
992End:
This page took 0.711548 seconds and 4 git commands to generate.