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