*** empty log message ***
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
55f25fc3
L
12009-03-19 H.J. Lu <hongjiu.lu@intel.com>
2
3 * readelf.c (debug_apply_relocations): Check relocations
4 against STT_SECTION symbol.
5
13e4f8ad
L
62009-03-18 H.J. Lu <hongjiu.lu@intel.com>
7
8 * readelf.c (debug_apply_relocations): Allow relocations
9 against function symbols.
10
8d25cc3d
AM
112009-03-18 Alan Modra <amodra@bigpond.net.au>
12
13 * sysdep.h: Include alloca-conf.h instead of config.h and remove
14 existing #if's handling alloca.
15 * Makefile.am: Run "make dep-am".
16 * Makefile.in: Regenerate.
17
e5231592
RS
182009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
19
20 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
21 * configure.in: Likewise.
22 * configure: Regenerate.
23
3516e984
L
242009-03-13 H.J. Lu <hongjiu.lu@intel.com>
25
26 PR binutils/9945
27 * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
28
36e4dce6
CD
292009-03-11 Chris Demetriou <cgd@google.com>
30
31 * ar.c (deterministic): New global variable.
32 (main): Recognize new 'D' option, which enables 'deterministic mode'.
33 (usage): Document new 'D' option.
34 (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
35 flags if deterministic mode was requested.
36 * doc/binutils.texi (ar): Document deterministic mode ('D' option).
37
0691f7af
L
382009-03-09 H.J. Lu <hongjiu.lu@intel.com>
39
40 PR binutils/9933
41 * objcopy.c (filter_symbols): Properly handle common symbols
42 in relocatable file.
43
d11fd249
NC
442009-03-06 Nick Clifton <nickc@redhat.com>
45
46 * po/es.po: Updated Spanish translation.
47
84d7b001
NC
482009-03-05 Nick Clifton <nickc@redhat.com>
49
50 * objdump.c (disassemble_section): If the computed next offset is
51 not beyond the current offset then just continue to the end.
52
e7f990e2
TG
532009-03-04 Tristan Gingold <gingold@adacore.com>
54
55 * MAINTAINERS: Add myself as VMS maintainer.
56
54b70fa3
NC
572009-03-03 Nick Clifton <nickc@redhat.com>
58
59 * readelf.c: Update formatting.
60
a1f7ca36
AM
612009-03-03 Alan Modra <amodra@bigpond.net.au>
62
63 * Makefile.am: Run "make dep-am".
64 * Makefile.in: Regenerate.
65
095ad3b8
AM
662009-03-03 Alan Modra <amodra@bigpond.net.au>
67
68 * objdump.c (disassemble_section): Mask address before sign extending.
69
220df88b
NC
702009-03-02 Sebastian Biallas <sb@biallas.net>
71
72 * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
73 (parse_ieee_bb): Set the filename if it has not already been
74 discovered.
75
2cf0635d 762009-03-02 Cary Coutant <ccoutant@google.com>
095ad3b8 77
2cf0635d
NC
78 * readelf.c (adjust_relative_path): New function.
79 (struct archive_info): New type.
80 (setup_archive): New function.
81 (release_archive): New function.
82 (setup_nested_archive): New function.
83 (get_archive_member_name): New function.
84 (get_archive_member_name_at): New function.
85 (make_qualified_name): New function.
86 (process_archive): Factor out code for reading archive index and
87 long filename table to setup_archive. Add support for thin archives.
88
c7c1befa
NC
892009-03-02 Nick Clifton <nickc@redhat.com>
90
91 * po/sk.po: Updated Slovak translation.
92
58e24671
RW
932009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
94
95 * configure: Regenerate.
96
7bcbeb0f
CC
972009-02-23 Cary Coutant <ccoutant@google.com>
98
99 * objdump.c (load_specific_debug_section): New function, from
100 load_debug_section.
101 (load_debug_section): Use load_specific_debug_section.
102 (dump_dwarf_section): Likewise.
103
613ff48b
CC
1042009-02-23 Cary Coutant <ccoutant@google.com>
105
106 * readelf.c (parse_args): Select all sections explicitly for -w.
107
48b2f7b2
KT
1082009-02-09 Kai Tietz <kai.tietz@onevision.com>
109
110 * windres.c (set_endianess): Copy name without leading '-'.
111
4cb93e3b
TG
1122009-02-09 Tristan Gingold <gingold@adacore.com>
113
114 * NEWS: Mention feature match between objdump and readelf for dumping
115 dwarf info.
116
117 * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
118 objdump.
119
120 * objdump.c (usage): Update documentation for -W/--dwarf.
121 (enum option_values): Add OPTION_DWARF.
122 (long_options): --dwarf can accept arguments.
123 (dump_dwarf_section): Also check enabled field.
124 (main): Option -W can accept arguments, code moved to
125 dwarf.c and call dwarf_select_sections_all instead.
126 * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
127 (parse_args): Move code to...
128 * dwarf.c (dwarf_select_sections_by_letters,
129 dwarf_select_sections_by_names): : ...here (new functions).
130 (do_debug_lines_decoded): Remove and replaced by ...
131 (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
132 (display_debug_lines): Adjust for previous change.
133 (dwarf_select_sections_all): New function.
134 (debug_displays): Add initializer for enabled field.
135 * dwarf.h (do_debug_lines_decoded): Remove.
136 Add prototypes for the new functions.
137 (struct dwarf_section_display): Add enabled field.
095ad3b8 138
dfb37fbf
NC
1392009-02-06 Nick Clifton <nickc@redhat.com>
140
141 * po/vi.po: Updated Vietnamese translation.
142
52b6b6b9
JM
1432009-02-03 Sandip Matte <sandip@rmicorp.com>
144
145 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
146
28024d9d
L
1472009-02-03 H.J. Lu <hongjiu.lu@intel.com>
148
149 * NEWS: Move --as-needed change to ...
150 * ../ld/NEWS: Here.
151
31dd3154
JM
1522009-02-03 Carlos O'Donell <carlos@codesourcery.com>
153
154 * configure.in: AC_SUBST pdfdir.
155 * Makefile.am: Add install-pdf, install-pdf-am,
156 and install-pdf-recursive targets.
157 * doc/Makefile.am: Define pdf__strip_dir. Add
158 install-pdf and install-pdf-am targets.
159 * po/Make-in: Add install-pdf target.
160 * configure: Regenerate.
161 * Makefile.in: Regenerate.
162 * doc/Makefile.in: Regenerate.
163
0dafdf3f
L
1642009-02-03 H.J. Lu <hongjiu.lu@intel.com>
165
166 PR binutils/9784
167 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
168
169 * doc/binutils.texi: Document --prefix=PREFIX and
170 --prefix-strip=LEVEL.
171
172 * objdump.c: Include "filenames.h".
173 (prefix): New.
174 (prefix_strip): Likewise.
175 (prefix_length): Likewise.
176 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
177 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
178 (long_options): Likewise.
179 (show_line): Handle prefix and prefix_strip.
180 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
181
182 * readelf.c (PATH_MAX): Moved to ...
183 * sysdep.h: Here.
184
010e5ae2
AM
1852009-01-31 Alan Modra <amodra@bigpond.net.au>
186
187 * NEWS: Mention --as-needed change.
188
8d8e0703
AM
1892009-01-29 Alan Modra <amodra@bigpond.net.au>
190
191 PR 9798
192 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
193 (bfd_get_archive_filename): Constify param.
194 * bucomm.h (bfd_get_archive_filename): Update prototype.
195 * objcopy.c (RETURN_NONFATAL): Delete.
196 (copy_unknown_object): Don't call bfd_get_archive_filename for
197 bfd_nonfatal_message filename, instead just pass bfd.
198 (copy_object): Likewise.
199 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
200 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
201 (setup_bfd_headers): Fix error message.
202
1b0adfe0
NC
2032009-01-27 Nick Clifton <nickc@redhat.com>
204
205 PR 9774
206 * objdump.c (disassemble_section): When the target uses signed
207 addresses make sure that we compute signed values.
208
9f04c329
NC
2092009-01-27 Nick Clifton <nickc@redhat.com>
210
211 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
212 maintainers.
213
2c2ce03f
NC
2142009-01-26 Nick Clifton <nickc@redhat.com>
215
216 PR 9766
217 * dlltool.c (xlate): When strip text after the @ sign, look for
218 the last one not the first one.
219
29670fb9
AM
2202009-01-16 Alan Modra <amodra@bigpond.net.au>
221
222 * configure.in (commonbfdlib): Delete.
223 * configure: Regenerate.
224
25893672
NC
2252008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
226
227 Cleanup code related to --identify option.
228
229 * binutils/dlltool.c (file scope): Removed globals identify_ms,
230 identify_member_contains_symname_result,
231 identify_dll_name_list_head, and identify_dll_name_list_tail.
232 Renamed existing typedef dll_name_list_type to
233 dll_name_list_node_type.
234 Added new typedefs dll_name_list_type, symname_search_data_type,
235 and identify_data_type.
236 (identify_append_dll_name_to_list): Renamed to...
237 (dll_name_list_append): ...here. Changed signature to accept list
238 argument rather than use global.
239 (identify_count_dll_name_list): Renamed to...
240 (dll_name_list_count): ...here. Changed signature to accept list
241 argument rather than use global.
242 (identify_print_dll_name_list): Renamed to...
243 (dll_name_list_print): ...here. Changed signature to accept list
244 argument rather than use global.
245 (identify_free_dll_name_list): Renamed to...
246 (dll_name_list_free_contents): ...here.
247 (dll_name_list_free): New function.
248 (dll_name_list_create): New function.
249 (identify_process_section_p): Changed signature to accept
250 ms_style_implib argument rather than use global.
251 (identify_member_contains_symname): Expect incoming void * data to
252 be symname_search_data_type.
253 (identify_dll_for_implib): Use new functions dll_name_list_create
254 and dll_name_list_free. Use new types symname_search_data_type
255 and identify_data_type to communicate with search routines.
256 (identify_search_section): Expect incoming void * data to be
257 identify_data_type. Use its contents rather than global
258 variables.
259
71c57c16
NC
2602009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
261
262 Add --identify-strict option. Handle ms-style implibs:
263
264 * dlltool.c (file scope): Added new globals identify_ms and
265 identify_strict. New typedef dll_name_list_type, and globals
266 identify_dll_name_list_head and identify_dll_name_list_tail. Added
267 new global identify_member_contains_symname_result.
268 (identify_append_dll_name_to_list): New function.
269 (identify_count_dll_name_list): New function.
270 (identify_print_dll_name_list): New function.
271 (identify_free_dll_name_list): New function.
272 (identify_search_archive): Changed signature to take function
273 pointer to operation to apply to each member, and data to pass on
274 to that function.
275 (identify_search_member): Changed signature to accept user data
276 from caller.
277 (identify_member_contains_symname): New function.
278 (identify_dll_for_implib): Rewrite. Now determines whether implib
279 is ms- or binutils- style, before searching sections for
095ad3b8 280 dllname. Allows multiple dllnames.
71c57c16
NC
281 (identify_process_section_p): Search alternate section for dllname
282 when implib is ms-style.
283 (identify_search_section): Add additional conditions to excludes
284 candidate sections from consideration.
285 (usage): Added --identify-strict.
286 (long_options): Added --identify-strict.
287 (main): Handle --identify-strict option.
288 * doc/binutils.texi: Document --identify-strict option.
289 * NEWS: Document --identify and --identify-strict options.
290
840b96a7
AM
2912009-01-13 Alan Modra <amodra@bigpond.net.au>
292
293 PR 7034
294 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
295
22f4bbf5
AM
2962009-01-13 Alan Modra <amodra@bigpond.net.au>
297
298 * objdump.c (disassemble_section): Don't assume non-instruction
299 data if object symbol at given address is in different section.
300
2ea2f3c6
KT
3012009-01-12 Kai Tietz <kai.tietz@onevision.com>
302
303 * dlltool.c (create_for_pep): New.
304 (flush_page): Use create_for_pep instead of using
305 macro DLLTOOL_MX86_64 clause.
306 (generate_idata_ofile): Likewise.
307 (make_one_lib_file): Likewise.
308 (make_head): Likewise.
309 (make_tail): Likewise.
310 (main): Initialize create_for_pep.
311
e77b97d4
KT
3122009-01-08 Kai Tietz <kai.tietz@onevision.com>
313
314 * dlltool.c (use_nul_prefixed_import_tables): New.
315 (make_head): Make prefix leading zero prefix element for
316 idata$4 and idata$5 dependent to new flag.
317 (usage): Add new option --use-nul-prefixed-import-tables.
318 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
319 (long_options): Add --use-nul-prefixed-import-tables.
320 (main): Likewise.
321 * doc/binutils.texi: Add new option documentation for
322 --use-nul-prefixed-import-tables.
323 * NEWS: Add new option.
324
1069ad51 3252009-01-06 Kai Tietz <kai.tietz@onevision.com>
84e94c90 326
1069ad51
KT
327 * windres.c (set_endianess): Get architecture name
328 for internal target names like "pe-arm-wince-little".
329 (find_arch_match): New helper.
330 * ChangeLog: Reset it.
331 * ChangeLog-2008: Moved old ChangeLog.
84e94c90 332
1069ad51 333For older changes see ChangeLog-2008
252b5132
RH
334\f
335Local Variables:
336mode: change-log
337left-margin: 8
338fill-column: 74
339version-control: never
340End:
This page took 0.509699 seconds and 4 git commands to generate.