* elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Fix PT_DYNAMIC
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 26178750ec48eee0553fe8c9cbe6dbcc5f011784..1e1110d5623930bef5c8928b1f3c08e7e73ba349 100644 (file)
@@ -1,3 +1,129 @@
+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.
+        * doc/binutils.texi: Document that multiple -M switches are
+        accepted and that a single -M switch can contain comma
+        separated options.
+
+2003-07-17  Nick Clifton  <nickc@redhat.com>
+
+       * objdump.c (main): Issue a warning message if multiple -M
+       switches are used.
+       
+       * doc/binutils.texi (objdump): Update documentation about -M
+       option.
+       
+2003-07-17  Nick Clifton  <nickc@redhat.com>
+
+       * po/es.po: New Spanish translation.
+
+2003-07-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/binutils.pot: Regenerate.
+
+2003-07-05  Christopher Faylor  <cgf@redhat.com>
+
+       * dlltool.c (prefix_encode): Use a fixed length for alpha.
+
 2003-07-04  Christopher Faylor  <cgf@redhat.com>
 
        * dlltool.c (prefix_encode): New function.  Encode temp file prefix
This page took 0.030884 seconds and 4 git commands to generate.