]> 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 50cc69b0f2ef5501182927896800cfcad13f58be..3a85a433224c6c79f7b85dffe5b45178676a0dfb 100644 (file)
@@ -1,3 +1,103 @@
+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.