* sh-tdep.c (sh_push_dummy_call_fpu): Initialize flt_argreg and
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 11a79ce5a2298414efa59d2ec755a0f2dbdbef86..10c2b30e7ada6cd914ecf4e6e6eed5af36f313cc 100644 (file)
@@ -1,3 +1,250 @@
+2003-10-01  Martin Fuchs  <martin-fuchs@gmx.net>
+
+       * resrc.c (define_icon): Fix storage of color attributes 'planes' and
+       'bit count' in icon groups.
+
+2003-09-30  Chris Demetriou  <cgd@broadcom.com>
+
+       * NEWS: Add an indication of the cutoff for 2.14.
+
+2003-09-30  Chris Demetriou  <cgd@broadcom.com>
+
+       * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_64R2.
+
+2003-09-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (dump_relocations): Support SHN_IA_64_ANSI_COMMON.
+       (get_symbol_index_type): Likewise.
+
+2003-09-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * readelf.c (process_version_sections): Indent version names.
+
+2003-09-15  Anthony Green  <green@redhat.com>
+
+       * dlltool.c (prefix_encode): Fix ISO C90 conversion.
+       (dlltmp): Ditto.
+       (dtab): Ditto.
+
+2003-09-14  Andreas Jaeger  <aj@suse.de>
+
+       * addr2line.c: Convert to ISO C90 prototypes, change PTR, remove
+       unneeded (void *) casts.
+       * ar.c: Likewise.
+       * arlex.l: Likewise.
+       * arparse.y: Likewise.
+       * arsup.c: Likewise.
+       * binemul.c: Likewise.
+       * binemul.h: Likewise.
+       * bucomm.c: Likewise.
+       * bucomm.h: Likewise.
+       * budbg.h: Likewise.
+       * budemang.c: Likewise.
+       * budemang.h: Likewise.
+       * coffdump.c: Likewise.
+       * coffgrok.c: Likewise.
+       * cxxfilt.c: Likewise.
+       * debug.c: Likewise.
+       * debug.h: Likewise.
+       * deflex.l: Likewise.
+       * dlltool.c: Likewise.
+       * dlltool.h: Likewise.
+       * dllwrap.c: Likewise.
+       * emul_aix.c: Likewise.
+       * filemode.c: Likewise.
+       * ieee.c: Likewise.
+       * nlmconv.c: Likewise.
+       * nlmconv.h: Likewise.
+       * nlmheader.y: Likewise.
+       * nm.c: Likewise.
+       * prdbg.c: Likewise.
+       * rclex.l: Likewise.
+       * rcparse.y: Likewise.
+       * rdcoff.c: Likewise.
+       * rddbg.c: Likewise.
+       * rename.c: Likewise.
+       * resbin.c: Likewise.
+       * rescoff.c: Likewise.
+       * resrc.c: Likewise.
+       * size.c: Likewise.
+       * srconv.c: Likewise.
+       * stabs.c: Likewise.
+       * strings.c: Likewise.
+       * sysdump.c: Likewise.
+       * sysinfo.y: Likewise.
+       * syslex.l: Likewise.
+       * unwind-ia64.c: Likewise.
+       * unwind-ia64.h: Likewise.
+       * version.c: Likewise.
+       * windres.c: Likewise.
+       * windres.h: Likewise.
+       * winduni.c: Likewise.
+       * wrstabs.c: Likewise.
+
+2003-09-10  James E Wilson  <wilson@specifixinc.com>
+
+       * MAINTAINERS: Update my e-mail address.
+
+2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
+
+       * MAINTAINERS: Update my e-mail address.
+
+2003-09-04  Nick Clifton  <nickc@redhat.com>
+
+       * MAINTAINERS: Make it clear what should be done with patches to
+       the top level configure files (other than config.guess and
+       config.sub).  Add binutils@sources.redhat.com as an address to
+       which patches can be sent.
+
+2003-09-04  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (get_machine_flags): Recognise V850E1 machine type.
+
+2003-09-03  Andrew Cagney  <cagney@redhat.com>
+
+       * objdump.c: Refer to init_disassemble_info in comments.
+       (disassemble_data): Replace INIT_DISASSEMBLE_INFO with
+       init_disassemble_info.
+
+2003-09-03  Nick Clifton  <nickc@redhat.com>
+
+       * objdump.c (struct objdump_disasm_info): Add new fields
+        'dynrelbuf', 'dynrelcount' and 'disassemble_fn'.
+        (process_section_p): New function:  Returns TRUE if a section
+        can be dumped.
+        (disassemble_section): New function: Contains the body of
+       disassemble_data(), but just for one section.
+        (disassemble_data): Use bfd_map_over_sections to walk section
+        chain.
+        (find_stabs_section): New function: Find a stabs containing
+        section and then dump it.
+        (dump_stabs_section): New function: Use bfd_map_over_sections
+        to find the section to dump.
+        (dump_stabs): Use dump_stabs_section.
+        (dump_section): New function: Display the contents of a
+        section.
+        (dump_data): Use bfd_map_over_sections to display section
+        contents.
+        (dump_relocs_in_section): Display the relocs in a given section.
+        (dump_relocs): Use bfd_map_over_sections to display relocs.
+       (adjust_addresses): New function: Adjust the vma and lma of
+        sections.
+        (dump_bfd): Use bfd_map_over_sections.
+        * doc/binutils.texi: Document the "objdump -s" (no longer)
+        dumps empty sections.
+        
+2003-08-24  Jonathan R. Grant  <jg-binutils@jguk.org>
+
+       * objdump.c: Improve comments/documentation.
+       dump_data: Eliminate duplicate function calls to bfd_section_size.
+
+2003-09-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * MAINTAINERS: Move Dave Anglin's entry to where it belongs.
+
+2003-08-21  Nick Clifton  <nickc@redhat.com>
+
+       * po/tr.po: Updated Turkish translation.
+
+2003-08-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * dep-in.sed: Remove libintl.h.
+       * Makefile.am (POTFILES.in): Unset LC_COLLATE.
+       Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2003-08-11  Ian Lance Taylor  <ian@airs.com>
+
+       * readelf.c (process_archive): Fix error handling.  Remove memory
+       leak.
+
+       * readelf.c: Add ability to read archives.
+       (archive_file_offset): New variable.
+       (archive_file_size): New variable.
+       (get_data): Include archive_file_offset in file offset
+       calculation when fseeking.
+       (process_program_headers): Likewise.
+       (process_symbol_table): Likewise.
+       (process_dynamic_segment): Handle computation of end of file
+       position when the file is in an archive.
+       (process_object): New function.  Contains the body of
+       process_file().
+       (process_archive): New function.  Call process_object on each
+       member of an archive.
+       (process_file): Detect archives and handle appropriately.
+       * Makefile.am: Add dependency on aout/ar.h for readelf.c
+       * Makefile.in: Regenerate.
+       * NEWS: Document readelf's new ability.
+       * doc/binutils: Alter text to say that readelf supports archives
+       and 64-bit ELF files.
+       
+2003-08-08  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+
+2003-08-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * objcopy.c: Remove unnecessary prototypes and casts.
+       * objdump.c: Remove unnecessary casts.
+       * readelf.c: Convert to C90.  Remove unnecessary prototypes and casts.
+       (get_osabi_name): Move so we don't need a forward declaration.
+
+2003-08-04  Bradley Harrington  <bharring@us.ibm.com>
+           Alan Modra  <amodra@bigpond.net.au>
+
+       * objdump.c (include_paths, include_path_count): New vars.
+       (usage): Describe --include.
+       (long_options): Add "include".
+       (add_include_path): New function.
+       (struct print_file_list): Make filename const.  Add modname.
+       (try_print_file_open, update_source_path): New functions.
+       (show_line): Use them.
+       (main): Handle 'I' option.  Don't check for NULL xrealloc arg.
+
+2003-07-30  Alan Modra  <amodra@bigpond.net.au>
+
+       * objdump.c: Remove unnecessary prototypes.
+       (disassemble_bytes): Add rel_offset parameter.  Simplify reloc skipping
+       code, and print relocs when dump_dynamic_reloc_info.
+       (disassemble_data): Read and handle dynamic relocs.  Correct reloc
+       skip code.  Formatting.
+       (dump_bfd): Don't dump dynamic relocs when disassembling.
+
+2003-07-29  Ben Elliston  <bje@wasabisystems.com>
+
+       * MAINTAINERS: Remove self as M88k maintainer.  Future M88k
+       maintenance defaults to the blanket write privilege maintainers.
+
+2003-07-29  Michael Meissner  <gnu@the-meissners.org>
+
+       * MAINTAINERS: Updated my email address.
+
+2003-07-29  Nick Clifton  <nickc@redhat.com>
+
+       * objdump.c: Update to ISO C.
+
+2003-07-24  Nick Clifton  <nickc@redhat.com>
+
+       * objdump.c (disassemble_data): Do not ignore sections without the
+       LOAD flag when disassemble_all is true.  Only print a message
+       about disassembling a section if it contains some data.
+
+       * po/fr.po: Updated French translation.
+
+2003-07-23  Nick Clifton  <nickc@redhat.com>
+
+       * objcopy.c: Switch to ISO C.  Remove debugging code accidentally
+       left in.  Some formatting tidy ups.
+
+2003-07-22  Salvador Eduardo Tropea <set@computer.org>
+
+       * objdump.c: New command line option --debugging-tags.
+       * doc/binutils.texi: Document new command line option.
+       * prdbg.c: Code to print the debug info as tags compatible 
+       with ctags.
+       * budbg.h: Adjust prototype.
+       * NEWS: Mention new switch
+        
 2003-07-18  Nick Clifton  <nickc@redhat.com>
 
        * objdump.c (main) :Accept multiple -M switch.
This page took 0.026528 seconds and 4 git commands to generate.