]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
* dwarf.c (dwarf_vmatoa64): New function.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2012-02-14 Cary Coutant <ccoutant@google.com>
2
3 * dwarf.c (dwarf_vmatoa64): New function.
4 (read_and_display_attr_value): Print 8-byte forms as single hex
5 numbers.
6 (process_debug_info): Print type signatures as single hex numbers.
7 * elfcomm.c (byte_get_64): New function.
8 * elfcomm.h (byte_get_64): New function.
9
10 2012-02-11 Kai Tietz <ktietz@redhat.com>
11
12 PR binutils/13657
13 * defparse.y (%union): New type id_const.
14 (opt_name2): New rule.
15 (keyword_as_name): New rule.
16 (opt_name): Adjust rule.
17 (opt_import_name): Likewise.
18 (opt_equal_name): Likewise.
19
20 2012-02-11 Kai Tietz <ktietz@redhat.com>
21
22 PR binutils/13297
23 * resrc.c (write_rc_dialog_control): Omit text dump for
24 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
25
26 2012-02-09 Alan Modra <amodra@gmail.com>
27
28 * sysdep.h: Include sys/stat.h here.
29 * ar.c: Don't include headers already included by sysdep.h.
30 * bucomm.c: Likewise.
31 * budbg.h: Likewise.
32 * dlltool.h: Likewise.
33 * elfedit.c: Likewise.
34 * nlmconv.c: Likewise.
35 * objcopy.c: Likewise.
36 * objdump.c: Likewise.
37 * objdump.h: Likewise.
38 * readelf.c: Likewise.
39 * rename.c: Likewise.
40 * resrc.c: Likewise.
41 * strings.c: Likewise.
42 * windres.c: Likewise.
43 * od-macho.c: Ensure #include sysdep.h is first.
44 * od-xcoff.c: Likewise.
45 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
46 remove duplicate headers.
47 * dlltool.c: Likewise and ensure #include sysdep.h is first.
48
49 2012-02-01 Nick Clifton <nickc@redhat.com>
50
51 PR binutils/13493
52 * ar.c (ranlib_main): Process --plugin option.
53 * doc/binutils.texi: Document --plugin support for ranlib.
54
55 2012-02-01 Nick Clifton <nickc@redhat.com>
56
57 PR binutils/13482
58 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
59 verifying the contents of a note.
60
61 2012-01-26 Nick Clifton <nickc@redhat.com>
62
63 PR binutils/13622
64 * readelf.c (process_section_groups): If there are no section
65 headers do not scan for section groups.
66 (process_note_sections): Likewise for note sections.
67
68 2012-01-20 Tristan Gingold <gingold@adacore.com>
69
70 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
71 (options): Add an entry for seg_split_info.
72 (mach_o_help): Document it.
73 (dump_segment_split_info): New function.
74 (dump_load_command): Handle seg_split_info.
75
76 2012-01-19 Tristan Gingold <gingold@adacore.com>
77
78 * dwarf.c (process_extended_line_op): Add a cast to silent a
79 warning.
80
81 2012-01-19 Tristan Gingold <gingold@adacore.com>
82
83 * dwarf.c (process_extended_line_op): Reindent define_file output.
84 Detect define_file opcode length mismatch.
85 (display_debug_lines_decoded): Add an entry in file_table for each
86 define_file opcode.
87 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
88 Display extended opcode for unhandle opcode.
89
90 2012-01-17 Alan Modra <amodra@gmail.com>
91
92 * version.c (print_version): Update copyright message year.
93
94 2012-01-16 Alan Modra <amodra@gmail.com>
95
96 PR binutils/13593
97 * nm.c (OPTION_SIZE_SORT): Define.
98 (long_options): Don't set no_sort, sort_numerically or
99 sort_by_size directly.
100 (main): Instead set the flags here, making them mutually exclusive.
101
102 2012-01-10 Tristan Gingold <gingold@adacore.com>
103
104 * objdump.c (display_object_bfd): Renamed from ...
105 (display_bfd): ... this.
106 (display_any_bfd): New function.
107 (display_file): Split. Handle nested archives.
108
109 2012-01-09 Roland McGrath <mcgrathr@google.com>
110
111 * configure.in: Use AM_ZLIB.
112 * configure: Regenerated.
113
114 2012-01-06 Nick Clifton <nickc@redhat.com>
115
116 * po/ru.po: Updated Russian translation.
117
118 2012-01-04 Tristan Gingold <gingold@adacore.com>
119
120 * od-macho.c (dump_load_command): Handle fvmlib.
121
122 2012-01-04 Tristan Gingold <gingold@adacore.com>
123
124 * od-macho.c: Update copyright year.
125 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
126
127 For older changes see ChangeLog-2011
128 \f
129 Local Variables:
130 mode: change-log
131 left-margin: 8
132 fill-column: 74
133 version-control: never
134 End: