1 2009-05-28 Nick Clifton <nickc@redhat.com>
3 * readelf.c (display_debug_section): Do not display debug sections
4 with the NOBITS section type.
6 2009-05-27 Nathan Sidwell <nathan@codesourcery.com>
8 * sysdump.c (tab): Use puts rather than two printfs.
10 2009-05-26 Nick Clifton <nickc@redhat.com>
12 * po/id.po: Updated Indonesian translation.
13 * po/binutils.pot: Updated template file.
15 2009-05-26 Rafael Avila de Espindola <espindola@google.com>
17 * ar.c: Include plugin.h.
18 (main): Handle the --plugin option.
19 * nm.c: Include plugin.h.
21 (long_options): Add plugin.
22 (main): Handle OPTION_PLUGIN.
23 * NEWS: Mention the new feature.
24 * doc/binutils: Documement the new command line options.
25 * configure.in: Check for --enable-plugins.
26 * configure: Regenerate.
28 2009-05-26 Alan Modra <amodra@bigpond.net.au>
30 * dep-in.sed: Output one filename per line with all lines having
31 continuation backslash. Prefix first line with "A", following
33 * Makefile.am (DEP): Don't use dep.sed here.
34 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
36 * Makefile.in: Regenerate.
38 2009-05-25 Tristan Gingold <gingold@adacore.com>
40 * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
42 * configure.com: Fix it: handle alloca and define TARGET in config.h.
44 2009-05-22 Alan Modra <amodra@bigpond.net.au>
46 * Makefile.am: Run "make dep-am".
47 * Makefile.in: Regenerate.
49 2009-05-12 Alan Modra <amodra@bigpond.net.au>
51 * objcopy.c (set_long_section_mode): Check input_bfd is coff
52 before accessing coff specific fields of bfd.
54 2009-05-09 Dave Korn <dave.korn.cygwin@gmail.com>
56 * MAINTAINERS: Add myself as PE/COFF co-maintainer.
58 2009-05-08 Kai Tietz <kai.tietz@onevision.com>
60 * winduni.c (iconv_onechar): Only define when HAVE_ICONV
61 is defined, but not when __CYGWIN__ or _WIN32 are defined.
62 See wind_iconv_cp for call logic of this local funtion.
64 2009-05-05 Guillaume Duhamel <guillaume.duhamel@gmail.com>
67 * winduni.c: Replace test of HAVE_ICONV_H with a test of
69 (iconv_onechar): Use ICONV_CONST instead of "const".
70 (wind_MultiByteToWideChar): Initialise local strings.
72 2009-04-30 Nick Clifton <nickc@redhat.com>
74 * readelf.c (dump_relocations): Display a relocation against an
75 ifunc symbol as if it were a function invocation.
76 (get_symbol_type): Handle STT_GNU_IFUNC.
78 2009-04-29 Anthony Green <green@moxielogic.com>
80 * NEWS: Tweak verilog support description.
82 2009-04-29 Alan Modra <amodra@bigpond.net.au>
83 Denis Scherbakov <denis_scherbakov@yahoo.com>
85 * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
86 read, and merge with 32-bit case.
88 2009-04-27 Anthony Green <green@moxielogic.com>
90 * NEWS: Mention verilog support added to bfd.
92 2009-04-27 H.J. Lu <hongjiu.lu@intel.com>
94 * objcopy.c (copy_object): Copy pe_opthdr before changing PE
97 2009-04-24 Cary Coutant <ccoutant@google.com>
99 * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
100 Add missing newlines to HP extensions.
102 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
104 * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
105 * doc/binutils.texi: Likewise.
107 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
110 * objcopy.c: Include coff/i386.h and coff/pe.h.
111 (pe_file_alignment): New.
112 (pe_heap_commit): Likewise.
113 (pe_heap_reserve): Likewise.
114 (pe_image_base): Likewise.
115 (pe_section_alignment): Likewise.
116 (pe_stack_commit): Likewise.
117 (pe_stack_reserve): Likewise.
118 (pe_subsystem): Likewise.
119 (pe_major_subsystem_version): Likewise.
120 (pe_minor_subsystem_version): Likewise.
121 (set_pe_subsystem): Likewise.
122 (convert_efi_target): Likewise.
123 (command_line_switch): Add OPTION_FILE_ALIGNMENT,
124 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
125 OPTION_STACK and OPTION_SUBSYSTEM.
126 (copy_options): Likewise.
127 (copy_usage): Add --file-alignment, --heap, --image-base,
128 --section-alignment, --stack and --subsystem.
129 (copy_object): Set up PE parameters.
130 (copy_main): Process Add OPTION_FILE_ALIGNMENT,
131 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
132 OPTION_STACK and OPTION_SUBSYSTEM. Convert EFI target to
135 * NEWS: Mention --file-alignment, --heap, --image-base,
136 --section-alignment, --stack and --subsystem command line
139 * doc/binutils.texi: Document --file-alignment, --heap,
140 --image-base, --section-alignment, --stack and --subsystem
141 command line options for objcopy.
143 2009-04-15 Anthony Green <green@moxielogic.com>
145 * MAINTAINERS: Add myself as Moxie port maintainer.
147 2009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
149 * objcopy.c (enum long_section_name_handling): New enum type.
150 (enum command_line_switch): Add OPTION_LONG_SECTION_NAMES.
151 (copy_options[]): Add entry for --long-section-names option.
152 (copy_usage): Document it.
153 (set_long_section_mode): New subroutine.
154 (copy_file): Call it.
155 (copy_main): Accept OPTION_LONG_SECTION_NAMES and parse arg.
156 * doc/binutils.texi: Update objcopy documentation with details
159 2009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
161 * dlltool.c (set_dll_name_from_def): Accept new second arg that
162 indicates if we are building DLL or EXE, and use it to add a
163 default suffix to the output filename when none is already present.
164 (def_name): Indicate we are building an EXE when calling it.
165 (def_library): Indicate we are building a DLL when calling it.
167 2009-04-01 Jari Aalto <jari.aalto@cante.net>
170 * doc/binutils.texi (strings): Document the -V alias for the
172 * strings.c (usage): Likewise.
174 2009-03-31 Nick Clifton <nickc@redhat.com>
177 * configure.in: Import Solaris specific largefile test from
179 * configure: Regenerate.
181 2009-03-30 Richard Sandiford <rdsandiford@googlemail.com>
183 * MAINTAINERS: Add self.
185 2009-03-27 Nick Clifton <nickc@redhat.com>
187 * dwarf.c (display_debug_ranges): Add the base address to the
188 displayed values for 'Begin' and 'End'.
190 2009-03-25 Ryan Mansfield <rmansfield@qnx.com>
192 * readelf.c (process_file_header): Don't report a corrupt string
193 table index if it is zero.
195 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
197 * dwarf.c (dwarf_regnames): Moved before frame_need_space.
198 (dwarf_regnames_count): Likewise.
199 (frame_need_space): Return int.
200 (display_debug_frames): Check invalid registers.
202 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
204 * readelf.c (debug_apply_relocations): Check relocations
205 against STT_SECTION symbol.
207 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
209 * readelf.c (debug_apply_relocations): Allow relocations
210 against function symbols.
212 2009-03-18 Alan Modra <amodra@bigpond.net.au>
214 * sysdep.h: Include alloca-conf.h instead of config.h and remove
215 existing #if's handling alloca.
216 * Makefile.am: Run "make dep-am".
217 * Makefile.in: Regenerate.
219 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
221 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
222 * configure.in: Likewise.
223 * configure: Regenerate.
225 2009-03-13 H.J. Lu <hongjiu.lu@intel.com>
228 * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
230 2009-03-11 Chris Demetriou <cgd@google.com>
232 * ar.c (deterministic): New global variable.
233 (main): Recognize new 'D' option, which enables 'deterministic mode'.
234 (usage): Document new 'D' option.
235 (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
236 flags if deterministic mode was requested.
237 * doc/binutils.texi (ar): Document deterministic mode ('D' option).
239 2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
242 * objcopy.c (filter_symbols): Properly handle common symbols
245 2009-03-06 Nick Clifton <nickc@redhat.com>
247 * po/es.po: Updated Spanish translation.
249 2009-03-05 Nick Clifton <nickc@redhat.com>
251 * objdump.c (disassemble_section): If the computed next offset is
252 not beyond the current offset then just continue to the end.
254 2009-03-04 Tristan Gingold <gingold@adacore.com>
256 * MAINTAINERS: Add myself as VMS maintainer.
258 2009-03-03 Nick Clifton <nickc@redhat.com>
260 * readelf.c: Update formatting.
262 2009-03-03 Alan Modra <amodra@bigpond.net.au>
264 * Makefile.am: Run "make dep-am".
265 * Makefile.in: Regenerate.
267 2009-03-03 Alan Modra <amodra@bigpond.net.au>
269 * objdump.c (disassemble_section): Mask address before sign extending.
271 2009-03-02 Sebastian Biallas <sb@biallas.net>
273 * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
274 (parse_ieee_bb): Set the filename if it has not already been
277 2009-03-02 Cary Coutant <ccoutant@google.com>
279 * readelf.c (adjust_relative_path): New function.
280 (struct archive_info): New type.
281 (setup_archive): New function.
282 (release_archive): New function.
283 (setup_nested_archive): New function.
284 (get_archive_member_name): New function.
285 (get_archive_member_name_at): New function.
286 (make_qualified_name): New function.
287 (process_archive): Factor out code for reading archive index and
288 long filename table to setup_archive. Add support for thin archives.
290 2009-03-02 Nick Clifton <nickc@redhat.com>
292 * po/sk.po: Updated Slovak translation.
294 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
296 * configure: Regenerate.
298 2009-02-23 Cary Coutant <ccoutant@google.com>
300 * objdump.c (load_specific_debug_section): New function, from
302 (load_debug_section): Use load_specific_debug_section.
303 (dump_dwarf_section): Likewise.
305 2009-02-23 Cary Coutant <ccoutant@google.com>
307 * readelf.c (parse_args): Select all sections explicitly for -w.
309 2009-02-09 Kai Tietz <kai.tietz@onevision.com>
311 * windres.c (set_endianess): Copy name without leading '-'.
313 2009-02-09 Tristan Gingold <gingold@adacore.com>
315 * NEWS: Mention feature match between objdump and readelf for dumping
318 * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
321 * objdump.c (usage): Update documentation for -W/--dwarf.
322 (enum option_values): Add OPTION_DWARF.
323 (long_options): --dwarf can accept arguments.
324 (dump_dwarf_section): Also check enabled field.
325 (main): Option -W can accept arguments, code moved to
326 dwarf.c and call dwarf_select_sections_all instead.
327 * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
328 (parse_args): Move code to...
329 * dwarf.c (dwarf_select_sections_by_letters,
330 dwarf_select_sections_by_names): : ...here (new functions).
331 (do_debug_lines_decoded): Remove and replaced by ...
332 (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
333 (display_debug_lines): Adjust for previous change.
334 (dwarf_select_sections_all): New function.
335 (debug_displays): Add initializer for enabled field.
336 * dwarf.h (do_debug_lines_decoded): Remove.
337 Add prototypes for the new functions.
338 (struct dwarf_section_display): Add enabled field.
340 2009-02-06 Nick Clifton <nickc@redhat.com>
342 * po/vi.po: Updated Vietnamese translation.
344 2009-02-03 Sandip Matte <sandip@rmicorp.com>
346 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
348 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
350 * NEWS: Move --as-needed change to ...
353 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
355 * configure.in: AC_SUBST pdfdir.
356 * Makefile.am: Add install-pdf, install-pdf-am,
357 and install-pdf-recursive targets.
358 * doc/Makefile.am: Define pdf__strip_dir. Add
359 install-pdf and install-pdf-am targets.
360 * po/Make-in: Add install-pdf target.
361 * configure: Regenerate.
362 * Makefile.in: Regenerate.
363 * doc/Makefile.in: Regenerate.
365 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
368 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
370 * doc/binutils.texi: Document --prefix=PREFIX and
371 --prefix-strip=LEVEL.
373 * objdump.c: Include "filenames.h".
375 (prefix_strip): Likewise.
376 (prefix_length): Likewise.
377 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
378 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
379 (long_options): Likewise.
380 (show_line): Handle prefix and prefix_strip.
381 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
383 * readelf.c (PATH_MAX): Moved to ...
386 2009-01-31 Alan Modra <amodra@bigpond.net.au>
388 * NEWS: Mention --as-needed change.
390 2009-01-29 Alan Modra <amodra@bigpond.net.au>
393 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
394 (bfd_get_archive_filename): Constify param.
395 * bucomm.h (bfd_get_archive_filename): Update prototype.
396 * objcopy.c (RETURN_NONFATAL): Delete.
397 (copy_unknown_object): Don't call bfd_get_archive_filename for
398 bfd_nonfatal_message filename, instead just pass bfd.
399 (copy_object): Likewise.
400 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
401 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
402 (setup_bfd_headers): Fix error message.
404 2009-01-27 Nick Clifton <nickc@redhat.com>
407 * objdump.c (disassemble_section): When the target uses signed
408 addresses make sure that we compute signed values.
410 2009-01-27 Nick Clifton <nickc@redhat.com>
412 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
415 2009-01-26 Nick Clifton <nickc@redhat.com>
418 * dlltool.c (xlate): When strip text after the @ sign, look for
419 the last one not the first one.
421 2009-01-16 Alan Modra <amodra@bigpond.net.au>
423 * configure.in (commonbfdlib): Delete.
424 * configure: Regenerate.
426 2008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
428 Cleanup code related to --identify option.
430 * binutils/dlltool.c (file scope): Removed globals identify_ms,
431 identify_member_contains_symname_result,
432 identify_dll_name_list_head, and identify_dll_name_list_tail.
433 Renamed existing typedef dll_name_list_type to
434 dll_name_list_node_type.
435 Added new typedefs dll_name_list_type, symname_search_data_type,
436 and identify_data_type.
437 (identify_append_dll_name_to_list): Renamed to...
438 (dll_name_list_append): ...here. Changed signature to accept list
439 argument rather than use global.
440 (identify_count_dll_name_list): Renamed to...
441 (dll_name_list_count): ...here. Changed signature to accept list
442 argument rather than use global.
443 (identify_print_dll_name_list): Renamed to...
444 (dll_name_list_print): ...here. Changed signature to accept list
445 argument rather than use global.
446 (identify_free_dll_name_list): Renamed to...
447 (dll_name_list_free_contents): ...here.
448 (dll_name_list_free): New function.
449 (dll_name_list_create): New function.
450 (identify_process_section_p): Changed signature to accept
451 ms_style_implib argument rather than use global.
452 (identify_member_contains_symname): Expect incoming void * data to
453 be symname_search_data_type.
454 (identify_dll_for_implib): Use new functions dll_name_list_create
455 and dll_name_list_free. Use new types symname_search_data_type
456 and identify_data_type to communicate with search routines.
457 (identify_search_section): Expect incoming void * data to be
458 identify_data_type. Use its contents rather than global
461 2009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
463 Add --identify-strict option. Handle ms-style implibs:
465 * dlltool.c (file scope): Added new globals identify_ms and
466 identify_strict. New typedef dll_name_list_type, and globals
467 identify_dll_name_list_head and identify_dll_name_list_tail. Added
468 new global identify_member_contains_symname_result.
469 (identify_append_dll_name_to_list): New function.
470 (identify_count_dll_name_list): New function.
471 (identify_print_dll_name_list): New function.
472 (identify_free_dll_name_list): New function.
473 (identify_search_archive): Changed signature to take function
474 pointer to operation to apply to each member, and data to pass on
476 (identify_search_member): Changed signature to accept user data
478 (identify_member_contains_symname): New function.
479 (identify_dll_for_implib): Rewrite. Now determines whether implib
480 is ms- or binutils- style, before searching sections for
481 dllname. Allows multiple dllnames.
482 (identify_process_section_p): Search alternate section for dllname
483 when implib is ms-style.
484 (identify_search_section): Add additional conditions to excludes
485 candidate sections from consideration.
486 (usage): Added --identify-strict.
487 (long_options): Added --identify-strict.
488 (main): Handle --identify-strict option.
489 * doc/binutils.texi: Document --identify-strict option.
490 * NEWS: Document --identify and --identify-strict options.
492 2009-01-13 Alan Modra <amodra@bigpond.net.au>
495 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
497 2009-01-13 Alan Modra <amodra@bigpond.net.au>
499 * objdump.c (disassemble_section): Don't assume non-instruction
500 data if object symbol at given address is in different section.
502 2009-01-12 Kai Tietz <kai.tietz@onevision.com>
504 * dlltool.c (create_for_pep): New.
505 (flush_page): Use create_for_pep instead of using
506 macro DLLTOOL_MX86_64 clause.
507 (generate_idata_ofile): Likewise.
508 (make_one_lib_file): Likewise.
509 (make_head): Likewise.
510 (make_tail): Likewise.
511 (main): Initialize create_for_pep.
513 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
515 * dlltool.c (use_nul_prefixed_import_tables): New.
516 (make_head): Make prefix leading zero prefix element for
517 idata$4 and idata$5 dependent to new flag.
518 (usage): Add new option --use-nul-prefixed-import-tables.
519 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
520 (long_options): Add --use-nul-prefixed-import-tables.
522 * doc/binutils.texi: Add new option documentation for
523 --use-nul-prefixed-import-tables.
524 * NEWS: Add new option.
526 2009-01-06 Kai Tietz <kai.tietz@onevision.com>
528 * windres.c (set_endianess): Get architecture name
529 for internal target names like "pe-arm-wince-little".
530 (find_arch_match): New helper.
531 * ChangeLog: Reset it.
532 * ChangeLog-2008: Moved old ChangeLog.
534 For older changes see ChangeLog-2008
540 version-control: never