]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/ChangeLog
* readelf.c (ia64_unw_aux_info, ia64_unw_table_entry): Rename from
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
index 71936e21b385f4336c0bc5b858fc27dc75a06854..3a85a433224c6c79f7b85dffe5b45178676a0dfb 100644 (file)
@@ -1,3 +1,165 @@
+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.
+
+2004-10-26  Mark Mitchell  <mark@codesourcery.com>
+
+       * readelf.c (get_note_type): Handle notes not in core files.
+       (process_note_sections): New function.
+       (process_corefile_contents): Rename to ...
+       (process_notes): ... this.
+       (process_object): Call process_notes, not
+       process_corefile_contents.
+       * doc/binutils.texi: Update readelf -n documentation.
+
+2004-10-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * ar.c (extract_file): Set atime to mtime for ar xo.
+
+2004-10-25  Ian Lance Taylor  <ian@wasabisystems.com>
+
+       * stabs.c (stab_demangle_v3_arglist): New static function, broken
+       out of stab_demangle_v3_argtypes.
+       (stab_demangle_v3_argtypes): Call it.
+       (stab_demangle_v3_arg): Handle DEMANGLE_COMPONENT_FUNCTION_TYPE.
+       If we find an unrecognized component, print out its number.
+
+2004-10-25  David Mosberger  <davidm@hpl.hp.com>
+
+       * readelf.c (slurp_ia64_unwind_table): Support relocations against
+       non-section symbols by adding in the symbol value.
+
+2004-10-25  Nick Clifton  <nickc@redhat.com>
+
+       PR 465
+       * readelf.c (dynamic_strings_length): New global variable.
+       (VALID_DYNAMIC_NAME, GET_DYNAMIC_NAME): New macros for accessing
+       strings in the dynamic string table.
+       (process_section_headers): Initialise dynamic_strings_length.
+       (process_dynamic_section): Likewise.
+       (process_object): Reset dynamic_string_length when the buffer is freed.
+       (dynamic_sections_mips_val): Use the new macros.
+       (process_dynamic_section): Likewise.
+       (process_version_sections): Likewise.
+       (process_symbol_table): Likewise.
+       (process_syminfo): Likewise.
+       (process_mips_specific): Likewise.
+       (dump_relocations): Add a new parameter 'strtablen' and use this
+       to verify that string offset in a given reloc is valid.  Print a
+       suitable error message otherwise.
+       (process_relocs): Pass the new argument to dump_relocations.
+
+2004-10-23  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
+
+       * dlltool.c: Include <assert.h>.
+       (PREFIX_ALIAS_BASE): Define.
+       (struct export): Add member import_name;
+       (def_exports): Set import_name.
+       (make_one_lib_file): Remove prefix alias code, use import_name
+       in .idata$6.
+       (gen_lib_file): Create and delete aliases.
+
+2004-10-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (process_section_groups): Free symtab after use.
+
+2004-10-18  Tommy Pettersson <ptp@lysator.liu.se>
+           Nick Clifton  <nickc@redhat.com>
+
+       * strings.c (usage): Place radix values for -t option into the
+       correct order.
+
+       * objcopy.c (add_redefine_syms_file): Change error messages to use
+       <filename>:<linenumber>: format for easier parsing by automatic
+       tools.
+
+       * srconv.c (show_usage): Fix spelling typo.
+
+       * windres.c (format_from_filename): Suggest the use of -J instead
+       of -I if the file type cannot be determined.
+
+2004-10-18  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
+
+       * strings.c: Include <sys/stat.h>.
+
+2004-10-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * budemang.c (demangle): Fix thinko.
+
+       * budemang.c (demangle): Handle "@plt" suffix.
+
+2004-10-14  Nick Clifton  <nickc@redhat.com>
+
+       * nm.c (usage): Fix description of --special-syms switch.
+
+2004-10-13  Jakub Jelinek  <jakub@redhat.com>
+
+       * strings.c (statbuf): New typedef.
+       (file_stat): Define.
+       (strings_object_file): Avoid using get_file_size, instead do the
+       checks here, using file_stat.
+       * configure.in (HAVE_STAT64): New test.
+       * configure: Rebuilt.
+       * config.in: Rebuilt.
+
+2004-10-12  Paul Brook  <paul@codesourcery.com>
+
+       * readelf.c (decode_ARM_machine_flags): Support EABI version 4.
+
+2004-10-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * objdump.c (dump_symbols): Fix thinko last change.  Improve error
+       messages.
+
+2004-10-08  Nick Clifton  <nickc@redhat.com>
+
+       * nm.c: Add a new switch --special-syms which, if enabled, will
+       include the ARM Mapping symbols in nm's output.
+       (usage): Mention the switch.
+       (filter_symbols): Handle the switch.
+       * objdump.c: Add a similar switch.
+       (usage): Mention the switch.
+       (dump_symbols): Handle the switch.
+       * doc/binutils.texi: Document the new switches.
+       * NEWS: Mention the new switches.
+
+2004-10-08  Daniel Jacobowitz  <dan@debian.org>
+
+       * readelf.c (get_x86_64_section_type_name): New function.
+       (get_section_type_name): Use it.
+
+2004-10-08  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
+
+       * dlltool.c (make_one_lib_file): Revert 2004-09-02 and 2004-09-04
+       patches.
+       * doc/binutils.texi (dlltool): Revert 2004-09-06 patch.
+
+2004-10-07  Alexandre Oliva  <aoliva@redhat.com>
+
+       * readelf.c (get_machine_flags): Don't fall through into m68k cpu
+       types.
+
+2004-10-01  Paul Brook  <paul@codesourcery.com>
+
+       * readelf.c (get_arm_section_type_name): New function.
+       (get_section_type_name): Use it.
+
 2004-09-28  Nick Clifton  <nickc@redhat.com>
 
        * nm.c: Reorder functions to eliminate most of the static function