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