* readelf.c (get_machine_flags) <EM_MIPS, EM_MIPS_RS3_LE>: Move
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2012-11-13 Maciej W. Rozycki <macro@codesourcery.com>
2
3 * readelf.c (get_machine_flags) <EM_MIPS, EM_MIPS_RS3_LE>: Move
4 code to handle EF_SH_PIC and EF_SH_FDPIC...
5 <EM_SH>: ... here.
6
7 2012-11-09 Nick Clifton <nickc@redhat.com>
8
9 * readelf.c (get_machine_flags): Add support for E_FLAG_RX_ABI.
10 (guess_is_rela): Add EM_V800.
11 (dump_relocations): Likewise.
12 (get_machine_name): Update EM_V800.
13 (get_machine_flags): Add support for RH850 ABI flags.
14 (is_32bit_abs_reloc): Add support for RH850 ABI reloc.
15
16 2012-11-09 H.J. Lu <hongjiu.lu@intel.com>
17
18 * coffgrok.c (coff_grok): Remove trailing redundant `;'.
19 * resrc.c (open_input_stream): Likewise.
20
21 2012-11-08 Alan Modra <amodra@gmail.com>
22
23 * po/POTFILES.in: Regenerate.
24
25 2012-11-07 H.J. Lu <hongjiu.lu@intel.com>
26
27 * objcopy.c (copy_section): Don't read beyond section end.
28
29 2012-11-06 H.J. Lu <hongjiu.lu@intel.com>
30
31 PR binutils/14567
32 * Makefile.am (BFDTEST2_PROG): New.
33 (bfdtest2_DEPENDENCIES): Likewise.
34 (TEST_PROGS): Add $(BFDTEST2_PROG).
35 * Makefile.in: Regenerated.
36 * bfdtest2.c: New file.
37
38 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
39
40 * MAINTAINERS: Update my email address.
41
42 2012-11-05 Alan Modra <amodra@gmail.com>
43
44 * configure.in: Apply 2012-09-10 change to config.in here. Add
45 __CONFIG_H__ check.
46 * config.in: Regenerate.
47
48 2012-11-01 Tom Tromey <tromey@redhat.com>
49
50 * readelf.c (get_note_type): Handle NT_386_TLS, NT_386_IOPERM.
51
52 2012-10-30 Nick Clifton <nickc@redhat.com>
53
54 PR binutils/14779
55 * configure.in: Add checks for wchar.h and mbstate_t.
56 * config.in: Regenerate.
57 * configure: Regenerate.
58 * readelf.c: Conditionally include wchar.h.
59 (print_symbol): Conditionally use mbstate_t.
60
61 2012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
62
63 * readelf.c (decode_ARM_machine_flags): Recognise and display the
64 new ARM hard-float/soft-float ABI flags for EABI_VER5. Split out
65 the code for EABI_VER4 and EABI_VER5 to allow this.
66
67 2012-10-29 Alan Modra <amodra@gmail.com>
68
69 * dlltool.c (INIT_SEC_DATA): Move.
70 (secdata <DLLTOOL_PPC>): Use here too.
71
72 2012-10-26 Nick Clifton <nickc@redhat.com>
73
74 * po/hr.po: New Croation translation.
75 * configure.in (ALL_LINGUAS): Add hr.
76 * configure: Regenerate.
77
78 2012-10-23 Cary Coutant <ccoutant@google.com>
79
80 * dwarf.c (do_debug_addr, do_debug_cu_index): New global flags.
81 (load_debug_info): Fix typo.
82 (cu_tu_indexes_read, shndx_pool, shndx_pool_size, shndx_pool_used):
83 New global variables.
84 (prealloc_cu_tu_list, add_shndx_to_cu_tu_entry, end_cu_tu_entry)
85 (process_cu_tu_index, load_cu_tu_indexes, find_cu_tu_set)
86 (display_cu_index): New functions.
87 (dwarf_select_sections_by_names): Add "debug_addr", "cu_index".
88 Sort entries alphabetically.
89 (dwarf_select_sections_all): Set do_debug_addr, do_debug_cu_index.
90 (debug_displays): Add .debug_cu_index, .debug_tu_index.
91 Clean up formatting.
92 * dwarf.h (dwarf_section_display_enum): Add dwp_cu_index,
93 dwp_tu_index.
94 (do_debug_addr, do_debug_cu_index): New global flags.
95 (find_cu_tu_set): New function declaration.
96 * objdump.c (usage): Add --dwarf=addr, --dwarf=cu_index.
97 * readelf.c (find_section_in_set): New function.
98 (usage): Add --debug-dump=addr, --debug_dump=cu_index.
99 (process_section_headers): Check do_debug_addr and do_debug_cu_index.
100 (section_subset): New global variable.
101 (load_debug_section): Restrict search to section subset.
102 (display_debug_section): Add section index as paramter. Select subset
103 of sections when dumping a .dwp file. Update caller.
104
105 2012-10-23 Tom Tromey <tromey@redhat.com>
106
107 * readelf.c (get_note_type): Handle NT_SIGINFO, NT_FILE.
108 (print_core_note): New function.
109 (process_note): Call it.
110
111 2012-10-21 H.J. Lu <hongjiu.lu@intel.com>
112
113 * objdump.c (dump_dwarf): Handle bfd_mach_x64_32 and
114 bfd_mach_x64_32_intel_syntax.
115
116 2012-10-21 Alan Modra <amodra@gmail.com>
117
118 * objdump.c (load_specific_debug_section): Use
119 bfd_cache_section_contents.
120
121 2012-10-18 Kai Tietz <ktietz@redhat.com>
122
123 * objdump.c (dump_bfd): Call dump headers after
124 call of slurp_symtab.
125
126 * objcopy.c (is_strip_section_1): Don't strip
127 .reloc section by default.
128
129 2012-10-11 Doug Evans <dje@google.com>
130
131 * dwarf.c (display_gdb_index): Include static/global information
132 of each symbol.
133
134 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
135
136 * configure: Regenerate.
137
138 2012-09-10 Matthias Klose <doko@ubuntu.com>
139
140 * config.in: Disable sanity check for kfreebsd.
141
142 2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
143
144 * configure: Regenerated.
145
146 2012-09-06 Cary Coutant <ccoutant@google.com>
147
148 * dwarf.c (decode_location_expression): Add
149 DW_OP_GNU_const_index.
150
151 2012-09-06 Nick Clifton <nickc@redhat.com>
152
153 * doc/binutils.texi (nm): Alpha-sort the option descriptions.
154 Add description of the --synthetic option.
155
156 2012-09-04 H.J. Lu <hongjiu.lu@intel.com>
157
158 PR binutils/14493
159 * readelf.c (get_symbol_index_type): Check bad section index.
160
161 2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
162
163 * readelf.c (arm_attr_tag_CPU_arch): Update for ARMv8.
164 (arm_attr_tag_FP_arch): Likewise.
165 (arm_attr_tag_Advanced_SIMD_arch): Likewise.
166
167 2012-08-17 Yuri Chornoivan <yurchor@ukr.net>
168
169 * doc/binutils.texi, * objdump.c, * od-xcoff.c: Typo fixes.
170
171 2012-08-16 H.J. Lu <hongjiu.lu@intel.com>
172
173 PR binutils/14481
174 * Makefile.am (BFDTEST1_PROG): New.
175 (TEST_PROGS): Likewise.
176 (bfdtest1_DEPENDENCIES): Likewise.
177 (noinst_PROGRAMS): Add $(TEST_PROGS).
178 * Makefile.in: Regenerated.
179
180 * bfdtest1.c: New file.
181
182 2012-08-13 Ian Bolton <ian.bolton@arm.com>
183 Laurent Desnogues <laurent.desnogues@arm.com>
184 Jim MacArthur <jim.macarthur@arm.com>
185 Marcus Shawcroft <marcus.shawcroft@arm.com>
186 Nigel Stephens <nigel.stephens@arm.com>
187 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
188 Richard Earnshaw <rearnsha@arm.com>
189 Sofiane Naci <sofiane.naci@arm.com>
190 Tejas Belagod <tejas.belagod@arm.com>
191 Yufeng Zhang <yufeng.zhang@arm.com>
192
193 * readelf.c (guess_is_rela): Handle EM_AARCH64.
194 (get_machine_name): Likewise.
195 (get_aarch64_segment_type): New function.
196 (get_segment_type): Handle EM_AARCH64 by calling the new function.
197 (get_aarch64_section_type_name): New function.
198 (get_section_type_name): Handle EM_AARCH64 by calling the new function.
199 (is_32bit_abs_reloc): Handle EM_AARCH64.
200 (is_32bit_pcrel_reloc): Likewise.
201 (is_64bit_abs_reloc): Likewise.
202 (is_64bit_pcrel_reloc): Likewise.
203 (is_none_reloc): Likewise.
204
205 2012-08-09 Nick Clifton <nickc@redhat.com>
206
207 * po/vi.po: Updated Vietnamese translation.
208
209 2012-08-03 Tom Tromey <tromey@redhat.com>
210
211 * dlltool.c (scan_obj_file): Close arfile after calling
212 bfd_openr_next_archived_file.
213
214 2012-08-02 H.J. Lu <hongjiu.lu@intel.com>
215
216 PR binutils/14420
217 * dwarf.c (process_abbrev_section): Add attribute terminator.
218 Warn missing section terminator.
219 (get_FORM_name): Special check for 0 value.
220 (get_AT_name): Likewise.
221 (process_debug_info): Display zero abbrev number. Check
222 attribute terminator.
223
224 2012-07-30 Nick Clifton <nickc@redhat.com>
225
226 * po/binutils.pot: Updated template.
227 * po/bg.po: Updated Bulgarian translation.
228 * po/es.po: Updated Spanish translation.
229 * po/fi.po: Updated Finnish translation.
230 * po/fr.po: Updated French translation.
231 * po/uk.po: Updated Ukranian translation.
232
233 2012-07-28 Kai Tietz <ktietz@redhat.com>
234
235 * rcparse.y (FILEVERSION): Use optcnumexpr instead of cnumexpr.
236 (PRODUCTVERSION): Likewise.
237
238 2012-07-27 Mike Frysinger <vapier@gentoo.org>
239
240 * configure.in (BFD_VERSION): Run bfd/configure --version and
241 parse the output of that.
242 * configure: Regenerate.
243
244 2012-07-27 Tristan Gingold <gingold@adacore.com>
245
246 * NEWS: Add marker for 2.23.
247
248 2012-07-24 Teresa Johnson <tejohnson@google.com>
249
250 * addr2line.c (find_address_in_section): Invoke
251 bfd_find_nearest_line_discriminator to get the discriminator.
252 (find_offset_in_section): Likewise.
253 (translate_addresses): Print discriminator if it is non-zero.
254 * objdump.c (show_line): Invoke
255 bfd_find_nearest_line_discriminator to get the discriminator,
256 and keep track of prev_discriminator. Print discriminator
257 if it is non-zero.
258 (disassemble_data): Initialize prev_discriminator.
259 (dump_reloc_set): Invoke bfd_find_nearest_line_discriminator
260 to get the discriminator, and keep track of last_discriminator.
261 Print discriminator if it is non-zero.
262
263 2012-07-17 Nick Clifton <nickc@redhat.com>
264
265 * elfcomm.c (setup_archive): Extract index table and symbol table
266 scanning code into...
267 (process_archive_index_and_symbols): ... this function and add
268 support for 64-bit index tables.
269 * elfcomm.h (struct archive_info): Change type of index_num and
270 index_array to elf_vma.
271 Add 'uses_64bit_indicies' field.
272 * readelf.c (process_archive): Fix support for 64-bit indicies.
273
274 2012-07-03 Nick Clifton <nickc@redhat.com>
275
276 * readelf.c (process_archive): Display member indicies when
277 dumping index.
278
279 2012-07-02 Tom Tromey <tromey@redhat.com>
280
281 * dwarf.c: Include gdb-index.h.
282 (display_gdb_index): Handle version 7.
283
284 2012-06-29 H.J. Lu <hongjiu.lu@intel.com>
285
286 * nm.c (filter_symbols): Simplify global symbol handling.
287
288 2012-06-29 Francois Gouget <fgouget@codeweavers.com>
289
290 PR binutils/14302
291 * bucomm.c (print_arelt_descr): Correctly report the archive size
292 field (for 'ar tv').
293 * ar.c (print_contents): Use correct types for archive element
294 sizes (for 'ar p').
295 (extract_file): Likewise (for 'ar x').
296
297 2012-06-29 Alan Modra <amodra@gmail.com>
298
299 * readelf.c (is_16bit_abs_reloc): Handle mn10200 reloc.
300
301 2012-06-12 Tom Tromey <tromey@redhat.com>
302
303 * dwarf-mode.el: Add final comment. Bump version.
304 (dwarf-insert-substructure-button): Use string-to-number.
305 (dwarf-browse): Fix autoload cookie.
306
307 2012-06-08 Jakub Jelinek <jakub@redhat.com>
308
309 * dwarf.c (read_and_display_attr_value): Handle
310 DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt.
311 (display_debug_macro): Handle DW_MACRO_GNU_define_indirect_alt,
312 DW_MACRO_GNU_undef_indirect_alt and
313 DW_MACRO_GNU_transparent_include_alt.
314
315 2012-06-01 Alan Modra <amodra@gmail.com>
316
317 * addr2line.c (translate_addresses): Truncate input addresses to
318 arch_size bits. Avoid undefined shift. Print '?' for zero line.
319
320 2012-05-30 Nick Clifton <nickc@redhat.com>
321
322 * readelf.c (process_section_headers): Correct bug in previous
323 delta - display full section type in wide mode.
324
325 2012-05-28 Nick Clifton <nickc@redhat.com>
326
327 * readelf.c (print_symbol): Display multibyte characters in symbol
328 names.
329 (process_section_headers): Use print_symbol.
330
331 2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
332
333 * aclocal.m4: Regenerate.
334 * configure: Regenerate.
335 * config.in: Regenerate.
336 * Makefile.in: Regenerate.
337
338 2012-05-17 Daniel Richard G. <skunk@iskunk.org>
339 Nick Clifton <nickc@redhat.com>
340
341 PR 14072
342 * configure.in: Add check that sysdep.h has been included before
343 any system header files.
344 * configure: Regenerate.
345 * config.in: Regenerate.
346 * unwind-ia64.h: Include config.h.
347
348 2012-05-17 Alan Modra <amodra@gmail.com>
349
350 * dwarf.c (process_debug_info): Display abbrev offset in hex.
351 (display_debug_abbrev): Show offset of abbrev.
352
353 2012-05-17 Alan Modra <amodra@gmail.com>
354
355 * dwarf.c (display_debug_ranges): Don't report more than one use
356 of the same range set as an overlap.
357
358 2012-05-16 Daniel Richard G. <skunk@iskunk.org>
359
360 PR binutils/13558
361 * Makefile.am (CFILES): Add syslex_wrap.c.
362 (sysinfo): Depend upon syslex_wrap.o.
363 (syslex_wrap.o): New rule.
364 (syslex.o): Delete rule.
365 * syslex_wrap.c: New file.
366 * Makefile.in: Regenerate.
367
368 2012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
369
370 * readelf.c (get_machine_name): Update m68hc12 entry.
371
372 2012-05-13 H.J. Lu <hongjiu.lu@intel.com>
373
374 * objdump.c (disassemble_bytes): Print addend as signed.
375 (dump_reloc_set): Likewise.
376
377 2012-05-04 Sterling Augustine <saugustine@google.com>
378 Cary Coutant <ccoutant@google.com>
379
380 * doc/binutils.texi: Add --dwarf-check option.
381 * dwarf.c (dwarf_check): New global flag.
382 (fetch_indexed_string): New function.
383 (fetch_indexed_value): New function.
384 (get_FORM_name): Add DW_FORM_GNU_str_index and DW_FORM_GNU_addr_index.
385 (decode_location_expression): Add DW_OP_GNU_addr_index.
386 (read_and_display_attr_value): Add DW_FORM_GNU_str_index,
387 DW_FORM_GNU_addr_index, DW_AT_GNU_addr_base, and DW_AT_GNU_ranges_base.
388 (get_AT_name): Add new attributes for Fission.
389 (process_debug_info): Load new debug sections for Fission.
390 (load_debug_info): Check for .debug_info.dwo section.
391 (display_loc_list, display_loc_list_dwo): New functions.
392 (display_debug_loc): Move logic to above two functions.
393 (display_debug_info): Choose abbrev section based on info section.
394 (display_debug_types): Likewise.
395 (display_trace_info): Likewise.
396 (comp_addr_base): New function.
397 (display_debug_addr): New function.
398 (display_debug_str_offsets): New function.
399 (display_debug_ranges): Allow missing range lists. Suppress
400 diagnostics if dwarf_check not set.
401 (debug_displays): Add column to select abbrev section.
402 * dwarf.h (enum dwarf_section_display_enum): Add new debug sections
403 for Fission.
404 (struct dwarf_section): Add abbrev_sec field.
405 (struct dwarf_section_display): New type.
406 (debug_info): Add addr_base, ranges_base fields.
407 (dwarf_check): New global variable.
408 * objdump.c (usage): Add --dwarf-check option.
409 (enum option_values): Add OPTION_DWARF_CHECK.
410 (long_options): Add --dwarf-check.
411 (main): Likewise.
412 * readelf.c (OPTION_DWARF_CHECK): New macro.
413 (options): Add --dwarf-check.
414 (parse_args): Likewise.
415 (process_section_headers): Use const_strneq instead of
416 streq.
417
418 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
419
420 PR binutils/14088
421 * readelf.c (dump_relocations): Always display addend as
422 signed hex number.
423
424 2012-05-11 Daniel Richard G. <skunk@iskunk.org>
425
426 PR binutils/14028
427 * configure.in: Invoke ACX_HEADER_STRING.
428 * configure: Regenerate.
429 * config.in: Regenerate.
430 * sysdep.h: If STRINGS_WITH_STRING is defined then include both
431 string.h and strings.h.
432
433 2012-05-10 Jakub Jelinek <jakub@redhat.com>
434
435 * dwarf.c (read_and_display_attr_value): Don't look up tag from
436 abbrev for DW_FORM_ref_addr.
437
438 2012-05-08 Sean Keys <skeys@ipdatasys.com>
439
440 * binutils/MAINTAINERS: Added my entry to the maintainers secion.
441
442 2012-05-08 Cary Coutant <ccoutant@google.com>
443
444 * doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options.
445 (strip): Add --strip-dwo option.
446 * objcopy.c (enum strip_action): Add STRIP_DWO, STRIP_NONDWO.
447 (enum command_line_switch): Add OPTION_EXTRACT_DWO, OPTION_STRIP_DWO.
448 (strip_options): Add --strip-dwo option.
449 (copy_options): Add --extract-dwo, --strip-dwo options.
450 (copy_usage): Likewise.
451 (strip_usage): Add --strip-dwo option.
452 (is_dwo_section): New function.
453 (is_strip_section_1): Check for DWO sections.
454 (copy_object): Check for --strip-dwo, --extract-dwo options.
455 (copy_relocations_in_section): Discard relocations for DWO sections.
456 Discard entire relocation section when no relocations.
457 (strip_main): Add --strip-dwo option.
458 (copy_main): Add --strip-dwo, --extract-dwo options.
459
460 2012-05-08 Alan Modra <amodra@gmail.com>
461
462 * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
463 LC and LANG environment vars.
464 * Makefile.in: Regenerate.
465
466 2012-05-07 Tom Tromey <tromey@redhat.com>
467
468 * dwarf.c (get_TAG_name): Use get_DW_TAG_name.
469 (get_FORM_name): Use get_DW_FORM_name.
470 (get_AT_name): Use get_DW_AT_name.
471
472 2012-05-07 Alan Modra <amodra@gmail.com>
473
474 * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
475 * Makefile.in: Regenerate.
476
477 2012-05-05 Alan Modra <amodra@gmail.com>
478
479 * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr.
480
481 2012-05-03 Sean Keys <skeys@ipdatasys.com>
482
483 * readelf.c: Add support for XGATE.
484
485 2012-05-02 Nick Clifton <nickc@redhat.com>
486
487 * po/vi.po: Updated Vietnamese translation.
488 * po/it.po: New Italian translation.
489 * configure.in (ALL_LINGUAS): Add it.
490 * configure: Regenerate.
491
492 2012-05-01 Nick Clifton <nickc@redhat.com>
493
494 PR binutils/13121
495 * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with
496 AIX system headers.
497
498 2012-04-25 Cary Coutant <ccoutant@google.com>
499
500 * doc/binutils.texi: Add -D/--enable-deterministic-archives option
501 to strip and objcopy.
502 * objcopy.c (deterministic): New global variable.
503 (strip_options): Add --enable-deterministic-archives.
504 (copy_options): Likewise.
505 (copy_usage): Likewise.
506 (strip_usage): Likewise.
507 (copy_archive): When stripping all, don't add archive map; set
508 deterministic output when requested.
509 (strip_main): Add -D/--enable-deterministic-archives option.
510 (copy_main): Likewise.
511
512 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
513
514 PR binutils/13947
515 * objcopy.c (copy_object): Call copy_relocations_in_section
516 before copy_section.
517 (skip_section): New.
518 (copy_relocations_in_section): Likewise.
519 (copy_section): Use skip_section. Don't copy relocations here.
520
521 2012-04-11 Ryan Mansfield <rmansfield@qnx.com>
522
523 * objdump.c (dump_bfd): If defaulting to dwarf call
524 dwarf_select_sections_all to enable displays.
525
526 2012-04-06 Roland McGrath <mcgrathr@google.com>
527
528 * configure.in (AC_CHECK_HEADERS): Add locale.h.
529 * config.in: Regenerate.
530 * configure: Regenerate.
531
532 2012-04-05 Nick Clifton <nickc@redhat.com>
533
534 * configure.in (AC_CHECK_FUNCS): Add setlocale.
535 (AM_LC_MESSAGES): Add.
536 * aclocal.m4: Regenerate.
537 * config.in: Regenerate.
538 * configure: Regenerate.
539
540 2012-03-30 Nick Clifton <nickc@redhat.com>
541
542 PR binutils/13925
543 * stabs.c (stab_demangle_v3_arglist): Cope with the demangler
544 returning an empty context for a function with no arguments.
545
546 2012-03-28 Tom Tromey <tromey@redhat.com>
547
548 * dwarf.c (display_gdb_index): Handle index version 6.
549
550 2012-03-07 Nick Clifton <nickc@redhat.com>
551
552 * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
553
554 2012-02-29 Jeff Law <law@redhat.com>
555
556 * doc/binutils.texi (c++filt): Fix typos.
557
558 2012-02-24 Kai Tietz <ktietz@redhat.com>
559
560 PR binutils/13710
561 * defparse.y (keyword_as_name): Disable LIBRARY
562 keyword.
563 * doc/binutils.texi: Document LIBRARY exception.
564
565 2012-02-21 Kai Tietz<ktietz@redhat.com>
566
567 PR binutils/13682
568 * NEWS: Mention new feature.
569 * dlltool.c (i386_x64_dljtab): New stub-code for x64
570 delayed-load feature.
571 (i386_x64_trampoline): New trampoline-code for x64
572 delayed-load feature.
573 (make_one_lib_file): Add support for x64 delayed-load
574 feature.
575 (make_delay_head): Likewis
576
577 2012-02-20 Namhyung Kim <namhyung.kim@lge.com>
578
579 * objdump.c (slurp_file): Close file if fstat fails.
580
581 2012-02-14 Cary Coutant <ccoutant@google.com>
582
583 * dwarf.c (dwarf_vmatoa64): New function.
584 (read_and_display_attr_value): Print 8-byte forms as single hex
585 numbers.
586 (process_debug_info): Print type signatures as single hex numbers.
587 * elfcomm.c (byte_get_64): New function.
588 * elfcomm.h (byte_get_64): New function.
589
590 2012-02-11 Kai Tietz <ktietz@redhat.com>
591
592 PR binutils/13657
593 * defparse.y (%union): New type id_const.
594 (opt_name2): New rule.
595 (keyword_as_name): New rule.
596 (opt_name): Adjust rule.
597 (opt_import_name): Likewise.
598 (opt_equal_name): Likewise.
599
600 2012-02-11 Kai Tietz <ktietz@redhat.com>
601
602 PR binutils/13297
603 * resrc.c (write_rc_dialog_control): Omit text dump for
604 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
605
606 2012-02-09 Alan Modra <amodra@gmail.com>
607
608 * sysdep.h: Include sys/stat.h here.
609 * ar.c: Don't include headers already included by sysdep.h.
610 * bucomm.c: Likewise.
611 * budbg.h: Likewise.
612 * dlltool.h: Likewise.
613 * elfedit.c: Likewise.
614 * nlmconv.c: Likewise.
615 * objcopy.c: Likewise.
616 * objdump.c: Likewise.
617 * objdump.h: Likewise.
618 * readelf.c: Likewise.
619 * rename.c: Likewise.
620 * resrc.c: Likewise.
621 * strings.c: Likewise.
622 * windres.c: Likewise.
623 * od-macho.c: Ensure #include sysdep.h is first.
624 * od-xcoff.c: Likewise.
625 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
626 remove duplicate headers.
627 * dlltool.c: Likewise and ensure #include sysdep.h is first.
628
629 2012-02-01 Nick Clifton <nickc@redhat.com>
630
631 PR binutils/13493
632 * ar.c (ranlib_main): Process --plugin option.
633 * doc/binutils.texi: Document --plugin support for ranlib.
634
635 2012-02-01 Nick Clifton <nickc@redhat.com>
636
637 PR binutils/13482
638 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
639 verifying the contents of a note.
640
641 2012-01-26 Nick Clifton <nickc@redhat.com>
642
643 PR binutils/13622
644 * readelf.c (process_section_groups): If there are no section
645 headers do not scan for section groups.
646 (process_note_sections): Likewise for note sections.
647
648 2012-01-20 Tristan Gingold <gingold@adacore.com>
649
650 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
651 (options): Add an entry for seg_split_info.
652 (mach_o_help): Document it.
653 (dump_segment_split_info): New function.
654 (dump_load_command): Handle seg_split_info.
655
656 2012-01-19 Tristan Gingold <gingold@adacore.com>
657
658 * dwarf.c (process_extended_line_op): Add a cast to silent a
659 warning.
660
661 2012-01-19 Tristan Gingold <gingold@adacore.com>
662
663 * dwarf.c (process_extended_line_op): Reindent define_file output.
664 Detect define_file opcode length mismatch.
665 (display_debug_lines_decoded): Add an entry in file_table for each
666 define_file opcode.
667 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
668 Display extended opcode for unhandle opcode.
669
670 2012-01-17 Alan Modra <amodra@gmail.com>
671
672 * version.c (print_version): Update copyright message year.
673
674 2012-01-16 Alan Modra <amodra@gmail.com>
675
676 PR binutils/13593
677 * nm.c (OPTION_SIZE_SORT): Define.
678 (long_options): Don't set no_sort, sort_numerically or
679 sort_by_size directly.
680 (main): Instead set the flags here, making them mutually exclusive.
681
682 2012-01-10 Tristan Gingold <gingold@adacore.com>
683
684 * objdump.c (display_object_bfd): Renamed from ...
685 (display_bfd): ... this.
686 (display_any_bfd): New function.
687 (display_file): Split. Handle nested archives.
688
689 2012-01-09 Roland McGrath <mcgrathr@google.com>
690
691 * configure.in: Use AM_ZLIB.
692 * configure: Regenerated.
693
694 2012-01-06 Nick Clifton <nickc@redhat.com>
695
696 * po/ru.po: Updated Russian translation.
697
698 2012-01-04 Tristan Gingold <gingold@adacore.com>
699
700 * od-macho.c (dump_load_command): Handle fvmlib.
701
702 2012-01-04 Tristan Gingold <gingold@adacore.com>
703
704 * od-macho.c: Update copyright year.
705 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
706
707 For older changes see ChangeLog-2011
708 \f
709 Local Variables:
710 mode: change-log
711 left-margin: 8
712 fill-column: 74
713 version-control: never
714 End:
This page took 0.042731 seconds and 5 git commands to generate.