Add ability for objcopy to insert new symbols into a binary.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
2b35fb28
RH
12015-10-21 Ronald Hoogenbllon <rhoogenboom@irdeto.com>
2
3 PR binutils/19104
4 * objcopy.c (command_line_switch): Add OPTION_ADD_SYMBOL.
5 (copy_options): Add add-symbol.
6 (copy_usage): Likewise.
7 (parse_symflags): New function.
8 (need_sym_before): New function.
9 (create_new_symbol): New function.
10 (filter_symbols): Add code to insert new symbols.
11 (copy_main): Process OPTION_ADD_SYMBOL.
12 * doc/binutils.texi: Document new feature.
13 * NEWS: Add note about the new feature.
14
595712bb
PP
152015-10-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16
17 PR binutils/19147
18 * readelf.c (print_core_note): Fix off-by-one bug.
19
e43fb831
AM
202015-10-15 Alan Modra <amodra@gmail.com>
21
22 * objcopy.c (copy_object): Don't omit bfd_copy_private_bfd_data
23 call when extract_symbol.
24
431ff075
AB
252015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
26
27 * od-elf32_avr.c (elf32_avr_dump_avr_prop): Fix printing of align
28 specific data, fix formatting for align and org data.
29
886a2506
NC
302015-09-01 Claudiu Zissulescu <claziss@synopsys.com>
31 Cupertino Miranda <cmiranda@synopsys.com>
32
33 * readelf.c (get_machine_name): Remove A5 reference. Add ARCompact
34 and ARCv2.
35 (get_machine_flags): Handle EM_ARCV2 and EM_ARCOMPACT.
36 (guess_is_rela): Likewise.
37 (dump_relocations): Likewise.
38 (is_32bit_abs_reloc): Likewise.
39 (is_16bit_abs_reloc): Likewise.
40 (is_none_reloc): Likewise.
41 * NEWS: Mention the new feature.
42
cbd44e24
L
432015-09-29 Andrew Stubbs <ams@codesourcery.com>
44 H.J. Lu <hongjiu.lu@intel.com>
45
46 PR binutils/19020
47 * objcopy.c (copy_object): Don't adjust the output section size
48 when copying from input sections.
49 (copy_section): Use input section size for the copy. Get the
50 updated section size from bfd_convert_section_contents.
51
c68c1637
L
522015-09-29 H.J. Lu <hongjiu.lu@intel.com>
53
54 PR binutils/19005
55 * objcopy.c (copy_object): Adjust the output section size to
56 skip gap fills between sections when copying from input sections
57 to output sections.
58
b08b78e7
NC
592015-09-28 Nick Clifton <nickc@redhat.com>
60
61 * po/fr.po: Updated French translation.
62
9a09557a 632015-09-25 James Bowman <james.bowman@ftdichip.com>
64
65 * ft32-dis.c (print_insn_ft32): Fix incorrect data field mask.
66
6a40cf0c
NC
672015-09-23 Nick Clifton <nickc@redhat.com>
68
69 PR binutils/15835
70 * readelf.c (struct elf_section_list): New structure.
71 (symtab_shndx_hdr): Replace with symtab_shndx_list.
72 (get_32bit_elf_symbols): Scan for a symbol index table matching
73 the symbol table in use.
74 (get_64bit_elf_symbols): Likewise.
75 (process_section_headers): Handle multiple symbol index sections.
76
5c383f02
RO
772015-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
78
79 * readelf.c (process_dynamic_section): Handle DF_1_STUB, DF_1_PIE.
80
55edd97b
EA
812015-09-10 Erik Ackermann <kurterikackermann@gmail.com>
82
83 * strings.c: Add -s/--output-separator option to specify custom
84 separator string.
85 * NEWS: Mention the new feature.
86 * doc/binutils.text (strings): Document the new command line
87 option.
88
d8f187c1
NC
892015-09-09 Nick Clifton <nickc@redhat.com>
90
91 * doc/binutils.texi (ar): Remove bogus sentance concerning thin
92 archives and invalid paths.
93
1a915552
NC
942015-09-03 Nick Clifton <nickc@redhat.com>
95
96 PR binutils/18879
97 * readelf.c (get_unwind_section_word): Check for negative offsets
98 and very small sections.
99 (dump_arm_unwind): Warn if the table offset is too large.
100
32a40e8e
L
1012015-08-28 H.J. Lu <hongjiu.lu@intel.com>
102
103 * Makefile.am (TOOL_PROGS): Add readelf.
104 * Makefile.in: Regenerated.
105
cfe101c6
YS
1062015-08-24 Yaakov Selkowitz <yselkowi@redhat.com>
107
108 * configure: Regenerate.
109
2309f875
AM
1102015-08-17 Alan Modra <amodra@gmail.com>
111
112 * configure: Regenerate.
113
0b45135e
AB
1142015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
115
116 * objcopy.c (is_specified_symbol_predicate): Don't stop at first
117 match. Non-match rules set found to FALSE.
118
016a3251
DD
1192015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
120
121 * configure: Regenerate.
122
63b9bbb7
NC
1232015-08-05 Nick Clifton <nickc@redhat.com>
124
125 * doc/binutils.texi: Document that the --only-keep-debug option
126 to strip and objcopy preserves the section headers of stripped
127 sections.
128
7e27a9d5
YK
1292015-08-04 Yuriy M. Kaminskiy" <yumkam@gmail.com>
130 Tyler Hicks <tyhicks@canonical.com>
131
132 PR binutils/18750
133 * readelf.c (process_mips_specific): Fix incorrect escape
134 sequence handling.
135
1362015-08-04 Nick Clifton <nickc@redhat.com>
137
138 * ar.c (extract_file): Free cbuf if the path is invalid.
139
37a42ee9
L
1402015-07-27 H.J. Lu <hongjiu.lu@intel.com>
141
142 * configure: Regenerated.
143
7cb9e39b
L
1442015-07-24 H.J. Lu <hongjiu.lu@intel.com>
145
146 * stabs.c (parse_stab_range_type): Use 0xffffffffffffffffLL.
147
7360e63f
AM
1482015-07-22 Alan Modra <amodra@gmail.com>
149
150 * readelf.c (dump_relocations): Show MIN_INT addends as negative.
151
f2d7e0f4
AM
1522015-07-20 Alan Modra <amodra@gmail.com>
153
154 * doc/Makefile.in: Regenerate.
155
53c3012c
AM
1562015-07-16 Alan Modra <amodra@gmail.com>
157
158 PR binutils/18672
159 * readelf.c (get_32bit_dynamic_section): Correct buffer limit test.
160 (get_64bit_dynamic_section): Likewise.
161
19a7fe52
L
1622015-07-14 H.J. Lu <hongjiu.lu@intel.com>
163
164 * objcopy.c (copy_file): Set BFD_COMPRESS_GABI if not
165 zlib-gnu.
166 * doc/binutils.texi: Change --compress-debug-sections and
167 --compress-debug-sections=zlib to zlib-gabi.
168
88988473
L
1692015-07-10 H.J. Lu <hongjiu.lu@intel.com>
170
171 PR binutils/18656
172 * objcopy.c (setup_section): Call bfd_convert_section_size
173 to get the output section size.
174 (copy_section): Get the section size from the output section
175 and call bfd_get_full_section_contents to convert section
176 contents for output.
177
813dabb9
L
1782015-07-10 H.J. Lu <hongjiu.lu@intel.com>
179
180 * readelf.c (dump_section_as_strings): Warn unsupported compress
181 type and corrupted compressed section.
182 (dump_section_as_bytes): Likewise.
183 (load_specific_debug_section): Likewise.
184
3350cc01
CM
1852015-07-09 Catherine Moore <clm@codesourcery.com>
186
72f4393d
L
187 * readelf.c (print_mips_fp_abi_value): Handle
188 Val_GNU_MIPS_ABI_FP_NAN2008.
3350cc01 189
a5499fa4
MF
1902015-06-26 Matthew Fortune <matthew.fortune@imgtec.com>
191
192 * readelf.c (get_mips_dynamic_type): Handle DT_MIPS_RLD_MAP_REL.
193
bdc4de1b
NC
1942015-06-22 Nick Clifton <nickc@redhat.com>
195
196 * objdump.c (disassemble_bytes): Set the stop_vma field in the
197 disassemble_info structure when disassembling code sections with
198 -d.
199 * doc/binutils.texi (objdump): Document the discrepancy between -d
200 and -D.
201
8fcc61b4
NC
2022015-06-05 Nick Clifton <nickc@redhat.com>
203
204 * dwarf.c (read_debug_line_header): Use reloc_at to detect
205 incomplete .debug_line headers
206
14ae95f2
RM
2072015-05-29 Roland McGrath <mcgrathr@google.com>
208
209 * readelf.c (print_gnu_note: NT_GNU_ABI_TAG): Recognize
210 GNU_ABI_TAG_SYLLABLE and GNU_ABI_TAG_NACL.
211
030f4c7f
SK
2122015-05-29 Stephen Kitt <steve@sk2.org>
213
214 * dlltool.c (make_one_lib_file): Clear .idata$6 before use.
215 (main): Fail if the output file specified by the -z option cannot
216 be opened.
217
b4477bc8
NC
2182015-05-18 Nick Clifton <nickc@redhat.com>
219
220 PR binutils/18420
221 * ia64-unwind.c (unw_decode): Add end parameter. Pass parameter
222 on to decode functions.
223 (unw_devode_p2_p5): Pass end paraemter to UNW_DEC_SPILL_MASK.
224 (UNW_DEC_SPILL_MASK): Add end parameter. Check that unw_rlen does
225 not take us beyond the end of the buffer.
226 * ia64-unwind.h (unw_decode): Update prototype.
227 * readelf.c (dump_ia64_unwind): Pass end pointer to unw_decode.
228
fd8008d8
L
2292015-05-15 H.J. Lu <hongjiu.lu@intel.com>
230
231 * readelf.c (dump_section_as_strings): Change pointers from
232 char * to unsigned char *.
233
5db04b09
L
2342015-05-15 H.J. Lu <hongjiu.lu@intel.com>
235
236 PR binutis/18386
237 * doc/binutils.texi: Document -Mamd64 and -Mintel64.
238
0e602686
NC
2392015-05-15 Nick Clifton <nickc@redhat.com>
240
241 * readelf.c (options): Add "decompress".
242 (usage): Mention -z/--decompress.
243 (parse_args): Handle -z.
244 (uncompress_section_contents): Move to earlier in the file.
245 (dump_section_as_strings): If requested, decompress the section
246 before dumping.
247 (dump_section_as_bytes): Likewise.
248 * doc/binutils.texi: Document the new option.
249
4bc0608a
PB
2502015-05-14 Peter Bergner <bergner@vnet.ibm.com>
251
252 * MAINTAINERS: Add myself as PPC maintainer.
253
dab394de
L
2542015-05-14 H.J. Lu <hongjiu.lu@intel.com>
255
256 * readelf.c (uncompress_section_contents): Add a parameter for
257 uncompressed size. Don't check the zlib header.
258 (load_specific_debug_section): Updated.
259
d1c4b12b
NC
2602015-05-15 Nick Clifton <nickc@redhat.com>
261
262 PR binutils/18374
263 * dwarf.h (struct dwarf_section): Add reloc_info and num_relocs
264 fields.
265 (struct dwarf_section_display): Change bitfield to boolean.
266 (reloc_at): Add prototype.
267 * dwarf.c (display_loc_list): Ignore list terminators if there are
268 relocs against them.
269 (display_debug_loc): Issue a warning if there are relocs against
270 the .debug_loc section.
271 (display_displays): Initialise reloc_info and num_relocs fields.
272 * objdump.c (load_specific_debug_section): Initialise reloc_info
273 and num_relocs fields.
274 (reloc_at): New function.
275 * readelf.c (is_32bit_abs_reloc): Add IA64's R_IA64_DIS32LSB
276 reloc.
277 (reloc_at): New function.
278 (apply_relocations): Add relocs_return and num_relocs_return
279 parameters. Fill them in with the loaded relocs if non-NULL.
280 (dump_section_as_bytes): Update call to apply_relocations.
281 (load_specific_debug_section): Initialise reloc_info and
282 num_relocs fields.
283
aa9f7286
L
2842015-05-13 H.J. Lu <hongjiu.lu@intel.com>
285
286 * elfedit.c (elf_class): Return ELF_CLASS_BOTH by default.
287
6604eb5f
AK
2882015-05-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
289
290 * MAINTAINERS: Add myself as s390 and s390x maintainer.
291
5b155b95
SK
2922015-05-12 Stephen Kitt <steve@sk2.org>
293
294 * dlltool.c (main): Accept -t as an abbreviation for
295 --temp-prefix.
296
3d875af5
L
2972015-05-11 H.J. Lu <hongjiu.lu@intel.com>
298
299 * dwarf.c (dwarf_regnames_iamcu): New.
300 (init_dwarf_regnames_iamcu): Likewise.
301 (init_dwarf_regnames): Call init_dwarf_regnames_iamcu for EM_IAMCU.
302 * dwarf.h (init_dwarf_regnames_iamcu): New.
303 * objdump.c (dump_dwarf): Call init_dwarf_regnames_iamcu for
304 bfd_arch_iamcu.
305
6c14750f
L
3062015-05-11 H.J. Lu <hongjiu.lu@intel.com>
307
308 * elfedit.c (enum elfclass): New.
309 (input_elf_class): Change type to enum elfclass.
310 (output_elf_class): New.
311 (elf_class): Change return type to enum elfclass. Support EM_386
312 and EM_IAMCU.
313 (update_elf_header): Check if input and output ELF classes match.
314 (elf_machine): Support EM_386 and EM_IAMCU.
315 (main): Update input_elf_class. Set output_elf_class.
316 * doc/binutils.texi: Update elfedit.
317
22abe556
L
3182015-05-11 H.J. Lu <hongjiu.lu@intel.com>
319
320 * dwarf.c (init_dwarf_regnames): Replace EM_486 with EM_IAMCU.
321 * readelf.c (guess_is_rela): Likewise.
322 (dump_relocations): Likewise.
323 (get_machine_name): Likewise.
324 (get_elf_section_flags): Likewise.
325 (process_section_headers): Likewise.
326 (is_32bit_abs_reloc): Likewise.
327 (is_32bit_pcrel_reloc): Likewise.
328
153a2776
NC
3292015-04-30 Nick Clifton <nickc@redhat.com>
330
331 * readelf.c (get_machine_flags): Add description of MeP flags.
332
643f7afb
AK
3332015-04-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
334
335 * readelf.c (display_s390_gnu_attribute): New function.
336 (process_s390_specific): New function.
337 (process_arch_specific): Call process_s390_specific.
338
de13ef81
NC
3392015-04-24 Nick Clifton <nickc@redhat.com>
340
341 PR 18313
342 * ieee.c (ieee_read_cxx_class): Initialise the varargs variable.
343 * readelf.c (uncompress_section_contents): Zero initialise the
344 zstream structure.
345
f6fe1ccd
L
3462015-04-23 H.J. Lu <hongjiu.lu@intel.com>
347
348 PR binutils/18209
349 * objcopy.c (setup_section): Copy compress status.
350
ea556d25
L
3512015-04-15 H.J. Lu <hongjiu.lu@intel.com>
352
353 * NEWS: Mention
354 --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
355
6ff71e76
NC
3562015-04-14 Nick Clifton <nickc@redhat.com>
357
358 * readelf.c (target_specific_reloc_handling): Add code to handle
359 RL78 complex relocs.
360
0d2a7a93
DE
3612015-04-13 Doug Evans <dje@google.com>
362
363 PR binutils/18218
364 * readelf.c (printable_section_name): Constify sec argument.
365 (apply_relocations): Ditto. New arg "size". All callers updated.
366 (load_specific_debug_section): Constify sec argument.
367 Remove side-effect of modifying sec->sh_size.
368
cd6faa73
L
3692015-04-09 H.J. Lu <hongjiu.lu@intel.com>
370
371 * objcopy.c (do_debug_sections): Use bit patterns.
372 (copy_object): Return FALSE for compress_zlib, compress_gnu_zlib
373 and compress_gabi_zlib on non-ELF input.
374 (copy_file): Don't check non-ELF input here.
375
3525236c
NC
3762015-04-09 Nick Clifton <nickc@redhat.com>
377
378 * readelf.c (get_machine_flags): Report the setting of the string
379 insn using bits.
380
151411f8
L
3812015-04-08 H.J. Lu <hongjiu.lu@intel.com>
382
383 * objcopy.c (do_debug_sections): Add compress_zlib,
384 compress_gnu_zlib and compress_gabi_zlib.
385 (copy_options): Use optional_argument on compress-debug-sections.
386 (copy_usage): Update --compress-debug-sections.
387 (copy_file): Handle compress_zlib, compress_gnu_zlib and
388 compress_gabi_zlib.
389 (copy_main): Handle
390 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
391 * doc/binutils.texi: Document
392 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
393
bfcf0ccd
L
3942015-04-08 H.J. Lu <hongjiu.lu@intel.com>
395
396 * objcopy.c (copy_usage): Replace "--interleave [<number>]" with
397 --interleave[=<number>].
398
77115a4a
L
3992015-04-05 H.J. Lu <hongjiu.lu@intel.com>
400
401 * readelf.c (get_elf_section_flags): Support SHF_COMPRESSED.
402 (get_compression_header): New.
403 (process_section_headers): Dump compression header if needed.
404 (uncompress_section_contents): Don't free compressed_buffer here.
405 (load_specific_debug_section): Free the compressed buffer, update
406 the section buffer and the section size if uncompress is
407 successful.
408
39f3de7c
L
4092015-04-02 H.J. Lu <hongjiu.lu@intel.com>
410
411 * configure: Regenerated.
412
3d5ff620
MF
4132015-04-02 Mike Frysinger <vapier@gentoo.org>
414
415 * MAINTAINERS: Update my e-mail address.
416
afa59b79
L
4172015-04-01 H.J. Lu <hongjiu.lu@intel.com>
418
419 * configure: Regenerated.
420
ed2b5077
L
4212015-03-31 H.J. Lu <hongjiu.lu@intel.com>
422
423 * configure.ac: Revert the AM_ZLIB change.
424 * Makefile.in: Regenerated.
425 * aclocal.m4: Likewise.
426 * configure: Likewise.
427
0ee42ecd
L
4282015-03-31 H.J. Lu <hongjiu.lu@intel.com>
429
430 * Makefile.am (ZLIB): New.
431 (ZLIBINC): Likewise.
432 (AM_CFLAGS): Add $(ZLIBINC).
433 (readelf_LDADD): Add $(ZLIB).
434 * configure.ac (AM_ZLIB): Removed.
435 (zlibdir): New. AC_SUBST.
436 (zlibinc): Likewise.
437 Add --with-system-zlib.
438 * Makefile.in: Regenerated.
439 * config.in: Likewise.
440 * configure: Likewise.
441
1740ba0c
NC
4422015-03-19 Nick Clifton <nickc@redhat.com>
443
444 * readelf.c (get_machine_flags): Decode RL78's G13 and G14 flags.
445
273a4985
JT
4462015-03-18 Jon Turney <jon.turney@dronecode.org.uk>
447 Nick Clifton <nickc@redhat.com>
448
449 PR binutils/18087
450 * doc/binutils.texi: Note that when objcopy compresses debug
451 sections the compression is only performed if it makes the section
452 smaller.
453
5656ba2c
L
4542015-03-10 H.J. Lu <hongjiu.lu@intel.com>
455
456 PR binutils/18101
457 * readelf.c (parse_args): Move nothing to do warning to ...
458 (main): Here.
459
cfad8730
NC
4602015-03-10 Nick Clifton <nickc@redhat.com>
461
b6370efb
NC
462 PR binutils/18101
463 * readelf.c (parse_args): Enhance check for nothing to do by
464 accounting for the --wide option.
465
cfad8730
NC
466 PR binutils/17636
467 * objcopy.c (copy_object): Avoid calling fatal as that does not
468 allow the parent to clean up temporary files.
469
a5721edd
JW
4702015-03-10 Yuri Gribov <y.gribov@samsung.arm>
471
472 PR ld/16572
473 * readelf.c: Remove support for ELF_ARM_HASENTRY.
474
4fd77a3d
NC
4752015-03-05 Nick Clifton <nickc@redhat.com>
476
477 PR binutils/18064
478 * doc/binutils.texi (objcopy): Extend description of
479 --add-gnu-debuglink option to explain that the separate debug info
480 file must exist. Add a description of what to do if the debug
481 info file is built in one place but then installed into a separate
482 location.
483
81fb971a
NC
4842015-03-05 Nick Clifton <nickc@redhat.com>
485
486 PR binutils/17994
487 * dlltool.c (temp_file_to_remove): New local array.
488 (unlink_temp_files): New functions - unlinks any file in the
489 temp_file_to_remove array, unless dotdeltemps is set.
490 (gen_exp_file): Add temp files to array.
491 (make_head): Likewise.
492 (make_delay_head): Likewise.
493 (make_tail): Likewise.
494 (gen_lib_file): Call unlink_temp_files.
495
acf1419f
AB
4962015-02-28 Andrew Burgess <andrew.burgess@embecosm.com>
497
498 * objcopy.c (update_sections): New list.
499 (command_line_switch): Add OPTION_UPDATE_SECTION.
500 (copy_options): Add update-section.
501 (copy_usage): Document new option.
502 (is_update_section): New function.
503 (is_strip_section_1): Add check for attempt to update and remove
504 the same section.
505 (copy_object): Update size and content of requested sections.
506 (skip_section): Don't copy for updated sections.
507 (copy_main): Handle --update-section.
508 * doc/binutils.texi (objcopy): Add description of --update-section
509 option.
510 * NEWS: Mention --update-section option.
511
d93c7787
NC
5122015-02-26 Nick Clifton <nickc@redhat.com>
513
514 PR binutils/17512
515 * coffgrok.c (do_type): Check for an out of range tag index.
516 Check for integer overflow computing array dimension.
517 (do_define): Likewise.
518
06b73f41
AB
5192015-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
520
521 * objcopy.c (init_section_add): Rename optarg to arg in order to
522 avoid shadowing a global variable.
523
e3ee4005
NC
5242015-02-26 Nick Clifton <nickc@redhat.com>
525
526 PR binutils/17512
527 * resrc.c (write_rc_messagetable): Tighten check for invalid
528 message lengths.
529
c8071705
NC
530 * dwarf.c (display_debug_loc): Pacify the undefined behaviour
531 sanitizer by simplifying address difference calculation.
532 (struct Frame_Chunk): Change type of cfa_offset to dwarf_vma in
533 order to avoid arithmetic overflows.
534 (frame_display_row): Cast cfa_offset before printing it.
535 (display_debug_frames): Likewise.
536 Check for an unexpected segment size.
537 Chnage type of 'l' local to dwarf_vma and cast it back to an int
538 when printing.
539 (process_cu_tu_index): Tighten check for an invalid ncols value.
540 * readelf.c (process_corefile_note_segment): Check for
541 inote.descdata extending beyond the end of the section.
542 (process_v850_notes): Likewise.
543
99654aaf
TG
5442015-02-26 Terry Guo <terry.guo@arm.com>
545
546 * readelf.c (arm_attr_tag_ABI_HardFP_use): Update how we
547 display it.
548
7173b38a
AB
5492015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
550
551 * objcopy.c (init_section_add): New function.
552 (section_add_load_file): New function.
553 (copy_main): Make use of new functions.
554
137c83d6
AB
5552015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
556
557 * od-elf32_avr.c: Add elf32-avr.h include.
558 (OPT_AVRPROP): Define.
559 (options[]): Add 'avr-prop' entry.
560 (elf32_avr_help): Add avr-prop help text.
561 (elf32_avr_dump_avr_prop): New function.
562 (elf32_avr_dump): Add check for avr-prop.
563
685080f2
NC
5642015-02-24 Nick Clifton <nickc@redhat.com>
565
566 * readelf.c (get_machine_flags): Remove deprecated V850 machine
567 flags.
568 (get_v850_section_type_name): New function. Handles V850 special
569 sections.
570 (get_section_type_name): Add support for V850.
571 (get_v850_elf_note_type): New function. Returns the name of a
572 V850 note.
573 (print_v850_note): New function. Prints a V850 note.
574 (process_v850_notes): New function. Prints V850 notes.
575 (process_note_sections): Add support for V850.
576
94d15024
MF
5772015-02-24 Mike Frysinger <vapier@gentoo.org>
578
579 PR binutils/17531
580 * readelf.c (process_symbol_table): Declare chained. Increment it
581 in every loop. Abort when chained is larger than nchains. Move
582 error check outside of chain loop.
583
948f632f
DA
5842015-02-24 Dmitry Antipov <dantipov@nvidia.com>
585
586 * readelf.c (find_symbol_for_address): Use a binary search to
587 speed up symbol location. Skip check for function symbol type.
588 (*_unw_aux_info): Add funtab and nfuns fields contains a sorted
589 list of function symbols.
590 (dump_ia64_unwind): Initialise the funtab and nfuns fields and
591 pass them to find_symbol_for_address.
592 (dump_hppa_unwind): Likewise.
593 (arm_print_vma_and_name): Pass funtab to find_symbol_for_address.
594 (dump_arm_unwind): Initialise the funtab and nfuns fields.
595
0821d5b1
NC
5962015-02-24 Nick Clifton <nickc@redhat.com>
597
598 * objdump.c (dump_section): Extend the warning message displayed
599 when a section cannot be loaded.
600
9035ed51
MF
6012015-02-21 Mike Frysinger <vapier@gentoo.org>
602
603 * readelf.c (process_program_headers): Add newline to warning
604 message.
605
4ef9f41a
AA
6062015-02-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
607
608 * readelf.c (get_note_type): Add NT_S390_VXRS_LOW and
609 NT_S390_VXRS_HIGH.
610
951eaaec
NC
6112015-02-13 Nick Clifton <nickc@redhat.com>
612
613 PR binutils/17512
614 * dwarf.c (read_leb128): Fix test for shift becoming too large.
615
616 * coffgrok.c (do_define): Add check for type size overflow.
617 * srconv.c (walk_tree_sfile): Check that enough sections are
618 available before parsing.
619 (prescan): Likewise.
620
ffc0f143
NC
621 PR binutils/17531
622 * dwarf.c (display_debug_aranges): Add check for an excessive
623 ar_length value.
624 (process_cu_tu_index): Check for a row * columns sum being too
625 large.
626
b4eb7656
AM
6272015-02-13 Alan Modra <amodra@gmail.com>
628
629 * dwarf.c: Formatting, whitespace.
630 (process_debug_info): Style fix.
631
0e7f931f
NC
6322015-02-11 Nick Clifton <nickc@redhat.com>
633
634 * rl78-decode.opc: Add 'a' attribute to instructions that support
635 [HL+0] addressing.
636 * rl78-decode.c: Regenerate.
637 * rl78-dis.c (print_insn_rl78): Display the offset in [HL+0]
638 addresses.
639
362beea4
NC
6402015-02-11 Nick Clifton <nickc@redhat.com>
641
642 PR binutils/17531
643 * dwarf.c (display_debug_pubnames_worker): Work around compiler
644 bug checking address ranges.
645 (display_debug_frames): Likewise.
646 (display_gdb_index): Likewise.
647 (process_cu_tu_index): Add range check on the ncols value.
648
77ef8654
NC
6492015-02-10 Nick Clifton <nickc@redhat.com>
650
651 PR binutils/17512
652 * dwarf.c (eh_addr_size): Use an unsigned type.
653 (size_of_encoded_value): Return an unsigned type.
654 (read_leb128): Break if the shift becomes too big.
655 (process_extended_line_op): Do not read the address if the length
656 is too long.
657 (read_cie): Warn and fail if the pointer size or segment size are
658 too big.
659 * dwarf.h (DWARF2_External_LineInfo): Delete unused and incorrect
660 structure definition.
661 (DWARF2_External_PubNames): Likewise.
662 (DWARF2_External_CompUnit): Likewise.
663 (DWARF2_External_ARange): Likewise.
664 (DWARF2_Internal_LineInfo): Use dwarf_vma type for
665 li_prologue_length.
666 (eh_addr_size): Update prototype.
667
03a91817
NC
668 PR binutils/17531
669 * dwarf.c (process_debug_info): Zero the debug information array
670 since correct initialisation cannot be relied upon.
671 (process_cu_tu_index): Improve range checks.
672
834f871c
NC
673 PR binutils/17531
674 * dwarf.c (display_debug_pubnames_worker): Use dwarf_vma type for
675 offset.
676 * readelf.c (dump_relocations): Handle printing offsets which are
677 MIN_INT.
678 (process_corefile_note_segment): Add range check of the namesz
679 field.
680
5a195044
MW
6812015-02-09 Mark Wielaard <mjw@redhat.com>
682
683 * dwarf.c (read_and_display_attr_value): Handle DW_LANG_Fortran03
684 and DW_LANG_Fortran08.
685
5929c344
NC
6862015-02-06 Nick Clifton <nickc@redhat.com>
687
688 PR binutils/17512
689 * dwarf.c (display_debug_frames): Fix range checks to work on
690 32-bit binaries complied on a 64-bit host.
691
8490fb40
NC
692 PR binutils/17531
693 * dwarf.c (xcmalloc): Fail if the arguments are too big.
694 (xcrealloc): Likewise.
695 (xcalloc2): Likewise.
55325047
NC
696 * readelf.c (process_mips_specific): Fail if an option has an
697 invalid size.
8490fb40 698
7cc78d07
AM
6992015-02-05 Alan Modra <amodra@gmail.com>
700
701 PR binutils/17926
702 * dwarf.c (dwarf_select_sections_by_letters): Don't refer to optarg.
703
f3853b34
NC
7042015-02-04 Nick Clifton <nickc@redhat.com>
705
706 PR binutils/17531
707 * dwarf.c (read_and_display_attr_value): Test for a block length
708 being so long that it wraps around to before the start of the block.
709 (process_debug_info): Test for section_begin wrapping around to
710 before the start of the section.
711 (display_gdb_index): Test for num_cus being so large that the end
712 address wraps around to before the start of the section.
713 (process_cu_tu_index): Test for j being so large that the section
714 index pool wraps around to before the start of the section.
715
57028622
NC
7162015-02-03 Nick Clifton <nickc@redhat.com>
717
718 PR binutils/17531
719 * dwarf.c (process_debug_info): Add range check.
720 (display_debug_pubnames_worker): Likewise.
721 (display_gdb_index): Fix range check.
722 (process_cu_tu_index): Add range check.
723 * readelf.c (get_data): Change parameter types from size_t to
724 bfd_size_type. Add checks for loss of accuracy when casting from
725 bfd_size_type to size_t.
726 (get_dynamic_data): Likewise.
727 (process_section_groups): Limit number of error messages.
728
64d29018
NC
7292015-02-03 Nick Clifton <nickc@redhat.com>
730
731 PR binutils/17512
732 * objdump.c (display_any_bfd): Fail if archives nest too deeply.
733
3f8107ab
AM
7342015-01-28 James Bowman <james.bowman@ftdichip.com>
735
736 * readelf.c: Add FT32 support.
737
37e3922e
NC
7382015-01-27 Nick Clifton <nickc@redhat.com>
739
740 PR binutils/17512
741 * dlltool.c (identify_search_archive): If the last archive was the
742 same as the current archive, terminate the loop.
743
877a8638
NC
744 * addr2line.c (slurp_symtab): If the symcount is zero, free the
745 symbol table pointer.
746
0897ec15
NC
747 * rcparse.y: Add checks to avoid integer divide by zero.
748 * rescoff.c (read_coff_rsrc): Add check on the size of the
749 resource section.
750 (read_coff_res_dir): Add check on the nesting level.
751 Check for resource names overrunning the buffer.
752 * resrc.c (write_rc_messagetable): Update formatting.
753 Add check of 'elen' being zero.
754
bb97bdd7
NC
7552015-01-23 Nick Clifton <nickc@redhat.com>
756
757 * nlmconv.c (powerpc_mangle_relocs): Fix build errors introduced
758 by recent delta, when compiling on for a 32-bit host.
759
86eafac0
NC
7602015-01-21 Nick Clifton <nickc@redhat.com>
761
762 PR binutils/17512
763 * addr2line.c (main): Call bfd_set_error_program_name.
764 * ar.c (main): Likewise.
765 * coffdump.c (main): Likewise.
766 * cxxfilt.c (main): Likewise.
767 * dlltool.c (main): Likewise.
768 * nlmconv.c (main): Likewise.
769 * nm.c (main): Likewise.
770 * objdump.c (main): Likewise.
771 * size.c (main): Likewise.
772 * srconv.c (main): Likewise.
773 * strings.c (main): Likewise.
774 * sysdump.c (main): Likewise.
775 * windmc.c (main): Likewise.
776 * windres.c (main): Likewise.
777 * objcopy.c (main): Likewise.
778 (copy_relocations_in_section): Check for relocs without associated
779 symbol pointers.
780
6c1965f9
RR
7812015-01-21 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
782
783 * MAINTAINERS: Add self to ARM maintainers list.
784
5b7d6237
NC
7852015-01-21 Nick Clifton <nickc@redhat.com>
786
787 PR binutils/17512
788 * coffgrok.c (do_type): Check that computed ref exists.
789 (doit): Add range checks when computing section for scope.
790
a0a3b04c
L
7912015-01-12 H.J. Lu <hongjiu.lu@intel.com>
792
793 * dwarf.c (process_debug_info): Properly check abbrev size.
794
72c61a0d
NC
7952015-01-12 Nick Clifton <nickc@redhat.com>
796
797 PR binutils/17531
798 * dwarf.c (process_debug_info): Check for abbrev_base being larger
799 than the section size.
800 (process_cu_tu_index): Use xcalloc2 to allocate the CU and TU
801 arrays.
802 (xcalloc2): New function. Like xcalloc, but checks for overflow.
1306a742
NC
803 (display_debug_addr): Use xcalloc to allocate the debug_addr_info
804 array. Check for an address_base that is too large.
805
72c61a0d
NC
806 * dwarf.h (xcalloc2): Prototype.
807
b38ead21
AM
8082015-01-12 Alan Modra <amodra@gmail.com>
809
810 * prdbg.c (print_debugging_info): Don't use void* for function
811 pointer param.
812 * budbg.h (print_debugging_info): Update prototype.
813
3565cf8f
NC
8142015-01-08 Nick Clifton <nickc@redhat.com>
815
816 PR binutils/17512
063bb025
NC
817 * ojcopy.c (copy_object): Free the symbol table if no symbols
818 could be loaded.
819 (copy_file): Use bfd_close_all_done to close files that could not
820 be copied.
821
848cde35
NC
822 * sysdump.c (getINT): Fail if reading off the end of the buffer.
823 Replace call to abort with a call to fatal.
824 (getCHARS): Prevetn reading off the end of the buffer.
825
3565cf8f
NC
826 * nlmconv.c (i386_mangle_relocs): Skip relocs without an
827 associated symbol.
828 (powerpc_mangle_relocs): Skip unrecognised relocs. Check address
829 range before applying a reloc.
830
c88f5b8e
NC
8312015-01-07 Nick Clifton <nickc@redhat.com>
832
833 PR binutils/17512
d7b24d29
NC
834 * dlltool.c (scan_obj_file): Break loop if the last archive
835 displayed matches the current archive.
836
c88f5b8e
NC
837 * objdump.c (display_any_bfd): Add a depth limit to nested archive
838 display in order to avoid infinite loops.
839 * srconv.c: Replace calls to abort with calls to fatal with an
840 error message.
841
85880250
NC
8422015-01-06 Nick Clifton <nickc@redhat.com>
843
844 PR binutils/17512
845 * coffdump.c (dump_coff_section): Check for a symbol being
846 available before printing its name.
847 (main): Check the return value from coff_grok.
848 * coffgrok.c: Reformat and tidy.
849 Add range checks to most functions.
850 (coff_grok): Return NULL if the input bfd is not in a COFF
851 format.
852 * coffgrok.h: Reformat and tidy.
853 (struct coff_section): Change the nrelocs field to unsigned.
854 * srconv.c (main): Check the return value from coff_grok.
855
896ca098
NC
8562015-01-05 Nick Clifton <nickc@redhat.com>
857
858 PR binutils/17512
859 * nm.c (print_symbol): Add 'is_synthetic' parameter. Use it to
860 help initialize the info.elfinfo field.
861 (print_size_symbols): Add 'synth_count' parameter. Use it to set
862 the is_synthetic parameter when calling print_symbol.
863 (print_symbols): Likewise.
864 (display_rel_file): Pass synth_count to printing function.
865 (display_archive): Break loop if the last archive displayed
866 matches the current archive.
867 * size.c (display_archive): Likewise.
868
82b1b41b
NC
8692015-01-05 Nick Clifton <nickc@redhat.com>
870
871 PR binutils/17531
872 * dwarf.c (alloc_num_debug_info_entries): New variable.
873 (process_debug_info): Set it. Use it to avoid displaying
874 attributes for which there is no info.
875 (display_debug_abbrev): Check that the debug_info_entry index is
876 valid before using it.
877 (display_loc_list_dwo): Likewise.
878 (process_cu_tu_index): Add range check for an overlarge dw_sect
879 value.
880 (free_debug_memory): Reset alloc_num_debug_info_entries.
881 * readelf.c (slurp_ia64_unwind_table): Warn if the reloc could not
882 be indentified.
883 (dynamic_section_mips_val): Warn if the timestamp is invalid.
884 (print_mips_got_entry): Add a data_end parameter. Warn if a read
885 would go beyond the end of the data, and return an error value.
886 (process_mips_specific): Do not read options from beyond the end
887 of the section.
888 Correct code to display optional data at the end of an option.
889 Warn if there are too many GOT symbols.
890 Update calls to print_mips_got_entry, and handle error returns.
891
c1724c7f
DK
8922015-01-05 Daniel Klauer <daniel.c.klauer@web.de>
893
894 PR binutils/17489
895 * doc/binutils.texi (dlltool): Correct description of --kill-at
896 option.
897
efd321f9
AM
8982015-01-01 Alan Modra <amodra@gmail.com>
899
900 * version.c (print_version): Just print current year.
901
b90efa5b 9022015-01-01 Alan Modra <amodra@gmail.com>
5c294fee 903
b90efa5b 904 Update year range in copyright notice of all files.
5c294fee 905
b90efa5b 906For older changes see ChangeLog-2014
252b5132 907\f
b90efa5b 908Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
909
910Copying and distribution of this file, with or without modification,
911are permitted in any medium without royalty provided the copyright
912notice and this notice are preserved.
913
252b5132
RH
914Local Variables:
915mode: change-log
916left-margin: 8
917fill-column: 74
918version-control: never
919End:
This page took 0.730326 seconds and 4 git commands to generate.