PR binutils/13121
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
57402f1e
NC
12012-05-01 Nick Clifton <nickc@redhat.com>
2
3 PR binutils/13121
4 * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with
5 AIX system headers.
6
2e30cb57
CC
72012-04-25 Cary Coutant <ccoutant@google.com>
8
9 * doc/binutils.texi: Add -D/--enable-deterministic-archives option
10 to strip and objcopy.
11 * objcopy.c (deterministic): New global variable.
12 (strip_options): Add --enable-deterministic-archives.
13 (copy_options): Likewise.
14 (copy_usage): Likewise.
15 (strip_usage): Likewise.
16 (copy_archive): When stripping all, don't add archive map; set
17 deterministic output when requested.
18 (strip_main): Add -D/--enable-deterministic-archives option.
19 (copy_main): Likewise.
20
c3989150
L
212012-04-12 H.J. Lu <hongjiu.lu@intel.com>
22
23 PR binutils/13947
24 * objcopy.c (copy_object): Call copy_relocations_in_section
25 before copy_section.
26 (skip_section): New.
27 (copy_relocations_in_section): Likewise.
28 (copy_section): Use skip_section. Don't copy relocations here.
29
1233b4a7
NC
302012-04-11 Ryan Mansfield <rmansfield@qnx.com>
31
32 * objdump.c (dump_bfd): If defaulting to dwarf call
33 dwarf_select_sections_all to enable displays.
34
58797674
RM
352012-04-06 Roland McGrath <mcgrathr@google.com>
36
37 * configure.in (AC_CHECK_HEADERS): Add locale.h.
38 * config.in: Regenerate.
39 * configure: Regenerate.
40
44350750
NC
412012-04-05 Nick Clifton <nickc@redhat.com>
42
43 * configure.in (AC_CHECK_FUNCS): Add setlocale.
44 (AM_LC_MESSAGES): Add.
45 * aclocal.m4: Regenerate.
46 * config.in: Regenerate.
47 * configure: Regenerate.
48
b149968f
NC
492012-03-30 Nick Clifton <nickc@redhat.com>
50
51 PR binutils/13925
52 * stabs.c (stab_demangle_v3_arglist): Cope with the demangler
53 returning an empty context for a function with no arguments.
54
658c7344
TT
552012-03-28 Tom Tromey <tromey@redhat.com>
56
57 * dwarf.c (display_gdb_index): Handle index version 6.
58
0a22ae8e
NC
592012-03-07 Nick Clifton <nickc@redhat.com>
60
61 * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
62
ae9ab7c0
NC
632012-02-29 Jeff Law <law@redhat.com>
64
65 * doc/binutils.texi (c++filt): Fix typos.
66
5b3d386e
KT
672012-02-24 Kai Tietz <ktietz@redhat.com>
68
69 PR binutils/13710
70 * defparse.y (keyword_as_name): Disable LIBRARY
71 keyword.
72 * doc/binutils.texi: Document LIBRARY exception.
73
9a30f236
KT
742012-02-21 Kai Tietz<ktietz@redhat.com>
75
76 PR binutils/13682
77 * NEWS: Mention new feature.
78 * dlltool.c (i386_x64_dljtab): New stub-code for x64
79 delayed-load feature.
80 (i386_x64_trampoline): New trampoline-code for x64
81 delayed-load feature.
82 (make_one_lib_file): Add support for x64 delayed-load
83 feature.
84 (make_delay_head): Likewis
85
6c713012
AM
862012-02-20 Namhyung Kim <namhyung.kim@lge.com>
87
88 * objdump.c (slurp_file): Close file if fstat fails.
89
74bc6052
CC
902012-02-14 Cary Coutant <ccoutant@google.com>
91
92 * dwarf.c (dwarf_vmatoa64): New function.
93 (read_and_display_attr_value): Print 8-byte forms as single hex
94 numbers.
95 (process_debug_info): Print type signatures as single hex numbers.
96 * elfcomm.c (byte_get_64): New function.
97 * elfcomm.h (byte_get_64): New function.
98
aa83d1ec
KT
992012-02-11 Kai Tietz <ktietz@redhat.com>
100
101 PR binutils/13657
102 * defparse.y (%union): New type id_const.
103 (opt_name2): New rule.
104 (keyword_as_name): New rule.
105 (opt_name): Adjust rule.
106 (opt_import_name): Likewise.
107 (opt_equal_name): Likewise.
108
7afcdbb2
KT
1092012-02-11 Kai Tietz <ktietz@redhat.com>
110
111 PR binutils/13297
112 * resrc.c (write_rc_dialog_control): Omit text dump for
113 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
114
dbb7c441
AM
1152012-02-09 Alan Modra <amodra@gmail.com>
116
117 * sysdep.h: Include sys/stat.h here.
118 * ar.c: Don't include headers already included by sysdep.h.
119 * bucomm.c: Likewise.
120 * budbg.h: Likewise.
121 * dlltool.h: Likewise.
122 * elfedit.c: Likewise.
123 * nlmconv.c: Likewise.
124 * objcopy.c: Likewise.
125 * objdump.c: Likewise.
126 * objdump.h: Likewise.
127 * readelf.c: Likewise.
128 * rename.c: Likewise.
129 * resrc.c: Likewise.
130 * strings.c: Likewise.
131 * windres.c: Likewise.
132 * od-macho.c: Ensure #include sysdep.h is first.
133 * od-xcoff.c: Likewise.
134 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
135 remove duplicate headers.
136 * dlltool.c: Likewise and ensure #include sysdep.h is first.
137
36e32b27
NC
1382012-02-01 Nick Clifton <nickc@redhat.com>
139
140 PR binutils/13493
141 * ar.c (ranlib_main): Process --plugin option.
142 * doc/binutils.texi: Document --plugin support for ranlib.
143
8b971f9f
NC
1442012-02-01 Nick Clifton <nickc@redhat.com>
145
146 PR binutils/13482
147 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
148 verifying the contents of a note.
149
fa1908fd
NC
1502012-01-26 Nick Clifton <nickc@redhat.com>
151
152 PR binutils/13622
153 * readelf.c (process_section_groups): If there are no section
154 headers do not scan for section groups.
155 (process_note_sections): Likewise for note sections.
156
2128eb39
TG
1572012-01-20 Tristan Gingold <gingold@adacore.com>
158
159 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
160 (options): Add an entry for seg_split_info.
161 (mach_o_help): Document it.
162 (dump_segment_split_info): New function.
163 (dump_load_command): Handle seg_split_info.
164
2fc0fe4f
TG
1652012-01-19 Tristan Gingold <gingold@adacore.com>
166
167 * dwarf.c (process_extended_line_op): Add a cast to silent a
168 warning.
169
143a3db0
TG
1702012-01-19 Tristan Gingold <gingold@adacore.com>
171
172 * dwarf.c (process_extended_line_op): Reindent define_file output.
173 Detect define_file opcode length mismatch.
174 (display_debug_lines_decoded): Add an entry in file_table for each
175 define_file opcode.
176 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
177 Display extended opcode for unhandle opcode.
178
576477a6
AM
1792012-01-17 Alan Modra <amodra@gmail.com>
180
181 * version.c (print_version): Update copyright message year.
182
ddb1377c
AM
1832012-01-16 Alan Modra <amodra@gmail.com>
184
185 PR binutils/13593
186 * nm.c (OPTION_SIZE_SORT): Define.
187 (long_options): Don't set no_sort, sort_numerically or
188 sort_by_size directly.
189 (main): Instead set the flags here, making them mutually exclusive.
190
1598539f
TG
1912012-01-10 Tristan Gingold <gingold@adacore.com>
192
193 * objdump.c (display_object_bfd): Renamed from ...
194 (display_bfd): ... this.
195 (display_any_bfd): New function.
196 (display_file): Split. Handle nested archives.
197
52546677
RM
1982012-01-09 Roland McGrath <mcgrathr@google.com>
199
200 * configure.in: Use AM_ZLIB.
201 * configure: Regenerated.
202
99eac5be
NC
2032012-01-06 Nick Clifton <nickc@redhat.com>
204
205 * po/ru.po: Updated Russian translation.
206
9f4a5bd1
TG
2072012-01-04 Tristan Gingold <gingold@adacore.com>
208
209 * od-macho.c (dump_load_command): Handle fvmlib.
210
fc55a902
TG
2112012-01-04 Tristan Gingold <gingold@adacore.com>
212
213 * od-macho.c: Update copyright year.
214 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
215
23e1d329 216For older changes see ChangeLog-2011
252b5132
RH
217\f
218Local Variables:
219mode: change-log
220left-margin: 8
221fill-column: 74
222version-control: never
223End:
This page took 0.506264 seconds and 4 git commands to generate.