2001-12-18 Michael Snyder <msnyder@redhat.com>
[binutils-gdb.git] / binutils / ChangeLog
index 3b31f68ffe14863aac90a07a4dec40267b22d7a4..de70a2ad3d914883ddb66903f4a0ffdd8057c378 100644 (file)
@@ -1,3 +1,28 @@
+2001-12-18  Michael Snyder  <msnyder@redhat.com>
+
+       * objcopy.c (copy_file): Accept corefiles (format bfd_core).
+       (copy_object): Don't set the start address or flags of a core file.
+       (copy_section): Don't relocate a core file.  Don't copy contents
+       if the input section has the contents flag set, but the output
+       section does not (which happens with the fake 'note' pseudo-
+       sections that BFD creates for corefiles).
+
+2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
+       * readelf.c (get_machine_flags): Recognize header flags for ABI and
+       ASE extensions. More robust code for ISA checking. Ignore empty fields
+       in header flags for GNU extensions.
+
+2001-12-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * objcopy.c (copy_archive): Set output bfd format outside the loop.
+
+2001-12-18  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * po/ja.po: Import from translation project.
+       * configure.in (ALL_LINGUAS): Add ja.
+       * configure: Regenerate.
+
 2001-12-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
 
        * addr2line.c (main): Protoype.