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