binutils/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index bfc141380a0068212a3c297fa01cbd24930c8e60..4dbb485035ae4c1e91dcbf36981f390b9a4e466b 100644 (file)
@@ -1,3 +1,150 @@
+2004-12-15 Jan Beulich  <jbeulich@novell.com>
+
+       * doc/binutils.texi: Document --strip-unneeded-symbol and
+       --strip-unneeded-symbols.
+       * objcopy.c (strip_unneeded_list): New.
+       (enum command_line_switch): Add OPTION_STRIP_UNNEEDED_SYMBOL
+       and OPTION_STRIP_UNNEEDED_SYMBOLS.
+       (copy_options): Add  --strip-unneeded-symbol and
+       --strip-unneeded-symbols.
+       (copy_usage): Likewise.
+       (filter_symbols): Suppress copying of symbol if in strip_unneeded_list
+       and the symbol is not needed.
+       (copy_main): Handle OPTION_STRIP_UNNEEDED_SYMBOL and
+       OPTION_STRIP_UNNEEDED_SYMBOLS.
+
+2004-12-09  Ian Lance Taylor  <ian@wasabisystems.com>
+
+       * readelf.c (get_machine_flags): Handle E_MIPS_MACH_9000.
+
+2004-12-08  Ben Elliston  <bje@au.ibm.com>
+
+       * arlex.l: Fix formatting.
+
+2004-12-08  Ben Elliston  <bje@au.ibm.com>
+
+       * doc/Makefile.am (config.texi): Emit a @set UPDATED command to
+       config.texi whose value is the current month and year.
+       * doc/Makefile.in: Rebuild.
+       * doc/binutils.texi: Set the document subtitle to be the value of
+       the Texinfo UPDATED variable (obtained from config.texi).
+
+2004-12-07  Ben Elliston  <bje@au.ibm.com>
+
+       PR binutils/249
+       * doc/binutils.texi (def file format): New node.
+       (dlltool): Use the tool name as the @chapter name, like all the
+       other binutils.  Use @file{.def} throughout for consistency.
+
+2004-12-06  Ben Elliston  <bje@au.ibm.com>
+
+       * dlltool.c: Comment fix.
+
+2004-12-06  Ben Elliston  <bje@au.ibm.com>
+
+       * doc/binutils.texi: Update copyright years.
+
+2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
+
+       * MAINTAINERS: Remove mention of config.if.
+
+2004-11-30  Tero Niemela  <tero_niemela@yahoo.com>
+
+       * Makefile.am: Change LOCALEDIR to $(datadir)/share.
+       * Makefile.in: Regenerate.
+
+2004-11-10  Ian Lance Taylor  <ian@wasabisystems.com>
+
+       PR binutils/536
+       * stabs.c (stab_demangle_template): Call stab_demangle_count
+       rather than stab_demangle_get_count to get the length of a pointer
+       target.
+
+2004-11-10  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * defparse.y: Remove unnecessary commas from token list.
+
+2004-11-08  Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
+
+       * doc/binutils.texi (nm): Update description of weak symbols.
+
+2004-11-03  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (do_debug_ranges): New variable.
+       (usage): Document new switch: -wR or --debug-dump=Ranges.
+       (parse_args): Handle new switch.  Replace switch statement for the
+       long options with a more compact table structure.
+       (process_section_headers): Allow the dumping of .debug_ranges
+       sections if so requested.
+       (debug_displays): Likewise.
+       (load_debug_range): New function: Grabs the contents of a
+       .debug_ranges section.
+       (free_debug_range): New function: Releases the grabbed
+       .debug_ranges section.
+       (decode_64bit_range): New function: Displays a 64-bit range in a
+       .debug_ranges section.
+       (decode_range): New function: Displays a 32-bit range in a
+       .debug_ranges section.
+       (read_and_display_attr_value): Record the value of DW_AT_low_pc
+       attributes.  Use decode_ranges() to display a DW_AT_ranges
+       attribute.
+       (display_debug_info): Use load_debug_range() and
+       free_debug_range().
+       (display_64bit_debug_ranges): New function.  Displays the contents
+       of a 64-bit format .debug_ranges section.
+       (display_debug_ranges): New function: Displays the contents of a
+       32-bit .debug_ranges section.
+       
+       (main): Move cmdline_dump_sects and num_cmdline_dump_sects into the
+       global scope.
+       (process_object): Initialise the dump_sects array from the
+       cmdline_dump_sects array before processing each object file.
+
+       (streq, strneq): New macros.  Use them to replace occurrences of
+       strcmp() and strncmp().
+
+       (debug_information): New structure array to replace
+       debug_line_pointer_sizes array.
+       (num_debug_info_entries): New variable to replace
+       num_debug_line_pointers.
+       (get_pointer_size_of_comp_unit): New function: Returns the pointer
+       size of a given compilation unit.
+       (get_debug_info): New function to replace
+       get_debug_line_pointer_sizes.
+       (display_debug_lines): Use the new functions.
+       (display_debug_loc): Likewise.
+       
+       (disassemble_section): Change return type to int.
+       (display_debug_lines): Move local variables to their
+       innermost scope.
+       (display_debug_section): Likewise.  Also record the return value
+       of functions called and pass this back to the parent.  Also only
+       warn about undumped sections when the user explicitly requested
+       their dumping.
+
+       (debug_apply_rela_addends): Allow relocations against STT_OBJECT
+       types as well.
+       
+       * NEWS: Mention the support for decoding .debug_ranges sections.
+       * doc/binutils.texi: Document the new command line switch to
+       readelf.
+
+2004-11-03  Randolph Chung  <tausq@debian.org>
+
+       * readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
+       unw_aux_info and unw_table_entry.
+       (find_symbol_for_address): Pass symtab and strtab info explicitly.
+       (dump_ia64_unwind): Rename unw_{aux_info,table_entry} with ia64_
+       prefix.
+       (slurp_ia64_unwind_table): Likewise.
+       (ia64_process_unwind): Rename from old process_unwind.
+       (hppa_unw_aux_info): New.
+       (dump_hppa_unwind): New.
+       (slurp_hppa_unwind_table): New.
+       (hppa_process_unwind): New.
+       (process_unwind): Factor out common unwinding checks; dispatch to
+       unwind handler based on machine type.
+
 2004-11-02  Nick Clifton  <nickc@redhat.com>
 
        * readelf.c (display_debug_lines): Fix typo in error message.
This page took 0.026557 seconds and 4 git commands to generate.