2012-05-08 Ben Cheng <bccheng@google.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
e5b62927
AM
12012-05-08 Alan Modra <amodra@gmail.com>
2
3 * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
4 LC and LANG environment vars.
5 * Makefile.in: Regenerate.
6
a19c41a7
TT
72012-05-07 Tom Tromey <tromey@redhat.com>
8
9 * dwarf.c (get_TAG_name): Use get_DW_TAG_name.
10 (get_FORM_name): Use get_DW_FORM_name.
11 (get_AT_name): Use get_DW_AT_name.
12
cce3d66c
AM
132012-05-07 Alan Modra <amodra@gmail.com>
14
15 * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
16 * Makefile.in: Regenerate.
17
45dfa85a
AM
182012-05-05 Alan Modra <amodra@gmail.com>
19
20 * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr.
21
f6c1a2d5
NC
222012-05-03 Sean Keys <skeys@ipdatasys.com>
23
24 * readelf.c: Add support for XGATE.
25
1c062060
NC
262012-05-02 Nick Clifton <nickc@redhat.com>
27
28 * po/vi.po: Updated Vietnamese translation.
29 * po/it.po: New Italian translation.
30 * configure.in (ALL_LINGUAS): Add it.
31 * configure: Regenerate.
32
57402f1e
NC
332012-05-01 Nick Clifton <nickc@redhat.com>
34
35 PR binutils/13121
36 * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with
37 AIX system headers.
38
2e30cb57
CC
392012-04-25 Cary Coutant <ccoutant@google.com>
40
41 * doc/binutils.texi: Add -D/--enable-deterministic-archives option
42 to strip and objcopy.
43 * objcopy.c (deterministic): New global variable.
44 (strip_options): Add --enable-deterministic-archives.
45 (copy_options): Likewise.
46 (copy_usage): Likewise.
47 (strip_usage): Likewise.
48 (copy_archive): When stripping all, don't add archive map; set
49 deterministic output when requested.
50 (strip_main): Add -D/--enable-deterministic-archives option.
51 (copy_main): Likewise.
52
c3989150
L
532012-04-12 H.J. Lu <hongjiu.lu@intel.com>
54
55 PR binutils/13947
56 * objcopy.c (copy_object): Call copy_relocations_in_section
57 before copy_section.
58 (skip_section): New.
59 (copy_relocations_in_section): Likewise.
60 (copy_section): Use skip_section. Don't copy relocations here.
61
1233b4a7
NC
622012-04-11 Ryan Mansfield <rmansfield@qnx.com>
63
64 * objdump.c (dump_bfd): If defaulting to dwarf call
65 dwarf_select_sections_all to enable displays.
66
58797674
RM
672012-04-06 Roland McGrath <mcgrathr@google.com>
68
69 * configure.in (AC_CHECK_HEADERS): Add locale.h.
70 * config.in: Regenerate.
71 * configure: Regenerate.
72
44350750
NC
732012-04-05 Nick Clifton <nickc@redhat.com>
74
75 * configure.in (AC_CHECK_FUNCS): Add setlocale.
76 (AM_LC_MESSAGES): Add.
77 * aclocal.m4: Regenerate.
78 * config.in: Regenerate.
79 * configure: Regenerate.
80
b149968f
NC
812012-03-30 Nick Clifton <nickc@redhat.com>
82
83 PR binutils/13925
84 * stabs.c (stab_demangle_v3_arglist): Cope with the demangler
85 returning an empty context for a function with no arguments.
86
658c7344
TT
872012-03-28 Tom Tromey <tromey@redhat.com>
88
89 * dwarf.c (display_gdb_index): Handle index version 6.
90
0a22ae8e
NC
912012-03-07 Nick Clifton <nickc@redhat.com>
92
93 * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
94
ae9ab7c0
NC
952012-02-29 Jeff Law <law@redhat.com>
96
97 * doc/binutils.texi (c++filt): Fix typos.
98
5b3d386e
KT
992012-02-24 Kai Tietz <ktietz@redhat.com>
100
101 PR binutils/13710
102 * defparse.y (keyword_as_name): Disable LIBRARY
103 keyword.
104 * doc/binutils.texi: Document LIBRARY exception.
105
9a30f236
KT
1062012-02-21 Kai Tietz<ktietz@redhat.com>
107
108 PR binutils/13682
109 * NEWS: Mention new feature.
110 * dlltool.c (i386_x64_dljtab): New stub-code for x64
111 delayed-load feature.
112 (i386_x64_trampoline): New trampoline-code for x64
113 delayed-load feature.
114 (make_one_lib_file): Add support for x64 delayed-load
115 feature.
116 (make_delay_head): Likewis
117
6c713012
AM
1182012-02-20 Namhyung Kim <namhyung.kim@lge.com>
119
120 * objdump.c (slurp_file): Close file if fstat fails.
121
74bc6052
CC
1222012-02-14 Cary Coutant <ccoutant@google.com>
123
124 * dwarf.c (dwarf_vmatoa64): New function.
125 (read_and_display_attr_value): Print 8-byte forms as single hex
126 numbers.
127 (process_debug_info): Print type signatures as single hex numbers.
128 * elfcomm.c (byte_get_64): New function.
129 * elfcomm.h (byte_get_64): New function.
130
aa83d1ec
KT
1312012-02-11 Kai Tietz <ktietz@redhat.com>
132
133 PR binutils/13657
134 * defparse.y (%union): New type id_const.
135 (opt_name2): New rule.
136 (keyword_as_name): New rule.
137 (opt_name): Adjust rule.
138 (opt_import_name): Likewise.
139 (opt_equal_name): Likewise.
140
7afcdbb2
KT
1412012-02-11 Kai Tietz <ktietz@redhat.com>
142
143 PR binutils/13297
144 * resrc.c (write_rc_dialog_control): Omit text dump for
145 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
146
dbb7c441
AM
1472012-02-09 Alan Modra <amodra@gmail.com>
148
149 * sysdep.h: Include sys/stat.h here.
150 * ar.c: Don't include headers already included by sysdep.h.
151 * bucomm.c: Likewise.
152 * budbg.h: Likewise.
153 * dlltool.h: Likewise.
154 * elfedit.c: Likewise.
155 * nlmconv.c: Likewise.
156 * objcopy.c: Likewise.
157 * objdump.c: Likewise.
158 * objdump.h: Likewise.
159 * readelf.c: Likewise.
160 * rename.c: Likewise.
161 * resrc.c: Likewise.
162 * strings.c: Likewise.
163 * windres.c: Likewise.
164 * od-macho.c: Ensure #include sysdep.h is first.
165 * od-xcoff.c: Likewise.
166 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
167 remove duplicate headers.
168 * dlltool.c: Likewise and ensure #include sysdep.h is first.
169
36e32b27
NC
1702012-02-01 Nick Clifton <nickc@redhat.com>
171
172 PR binutils/13493
173 * ar.c (ranlib_main): Process --plugin option.
174 * doc/binutils.texi: Document --plugin support for ranlib.
175
8b971f9f
NC
1762012-02-01 Nick Clifton <nickc@redhat.com>
177
178 PR binutils/13482
179 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
180 verifying the contents of a note.
181
fa1908fd
NC
1822012-01-26 Nick Clifton <nickc@redhat.com>
183
184 PR binutils/13622
185 * readelf.c (process_section_groups): If there are no section
186 headers do not scan for section groups.
187 (process_note_sections): Likewise for note sections.
188
2128eb39
TG
1892012-01-20 Tristan Gingold <gingold@adacore.com>
190
191 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
192 (options): Add an entry for seg_split_info.
193 (mach_o_help): Document it.
194 (dump_segment_split_info): New function.
195 (dump_load_command): Handle seg_split_info.
196
2fc0fe4f
TG
1972012-01-19 Tristan Gingold <gingold@adacore.com>
198
199 * dwarf.c (process_extended_line_op): Add a cast to silent a
200 warning.
201
143a3db0
TG
2022012-01-19 Tristan Gingold <gingold@adacore.com>
203
204 * dwarf.c (process_extended_line_op): Reindent define_file output.
205 Detect define_file opcode length mismatch.
206 (display_debug_lines_decoded): Add an entry in file_table for each
207 define_file opcode.
208 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
209 Display extended opcode for unhandle opcode.
210
576477a6
AM
2112012-01-17 Alan Modra <amodra@gmail.com>
212
213 * version.c (print_version): Update copyright message year.
214
ddb1377c
AM
2152012-01-16 Alan Modra <amodra@gmail.com>
216
217 PR binutils/13593
218 * nm.c (OPTION_SIZE_SORT): Define.
219 (long_options): Don't set no_sort, sort_numerically or
220 sort_by_size directly.
221 (main): Instead set the flags here, making them mutually exclusive.
222
1598539f
TG
2232012-01-10 Tristan Gingold <gingold@adacore.com>
224
225 * objdump.c (display_object_bfd): Renamed from ...
226 (display_bfd): ... this.
227 (display_any_bfd): New function.
228 (display_file): Split. Handle nested archives.
229
52546677
RM
2302012-01-09 Roland McGrath <mcgrathr@google.com>
231
232 * configure.in: Use AM_ZLIB.
233 * configure: Regenerated.
234
99eac5be
NC
2352012-01-06 Nick Clifton <nickc@redhat.com>
236
237 * po/ru.po: Updated Russian translation.
238
9f4a5bd1
TG
2392012-01-04 Tristan Gingold <gingold@adacore.com>
240
241 * od-macho.c (dump_load_command): Handle fvmlib.
242
fc55a902
TG
2432012-01-04 Tristan Gingold <gingold@adacore.com>
244
245 * od-macho.c: Update copyright year.
246 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
247
23e1d329 248For older changes see ChangeLog-2011
252b5132
RH
249\f
250Local Variables:
251mode: change-log
252left-margin: 8
253fill-column: 74
254version-control: never
255End:
This page took 0.647049 seconds and 4 git commands to generate.