]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
authorAlan Modra <amodra@gmail.com>
Wed, 20 Feb 2002 13:16:42 +0000 (13:16 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 20 Feb 2002 13:16:42 +0000 (13:16 +0000)
little endian.

bfd/ChangeLog
bfd/osf-core.c

index 126939fb00135dd51faec1ae675ac795dd8d1b01..3858d5ae54032301d94057e5f3009072187c63d8 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-20  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
+
+       * osf-core.c (osf_core_vec):  OSF/1 (Digital Unix) core files are
+       little endian.
+
 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
 
        * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
index edf54706e599cbcbc6403cdfe74ad93f500887fe..862342ec9744d7f15d3379aa155fbcb16f80ef42 100644 (file)
@@ -191,8 +191,8 @@ const bfd_target osf_core_vec =
   {
     "osf-core",
     bfd_target_unknown_flavour,
-    BFD_ENDIAN_BIG,            /* target byte order */
-    BFD_ENDIAN_BIG,            /* target headers byte order */
+    BFD_ENDIAN_LITTLE,         /* target byte order */
+    BFD_ENDIAN_LITTLE,         /* target headers byte order */
     (HAS_RELOC | EXEC_P |      /* object flags */
      HAS_LINENO | HAS_DEBUG |
      HAS_SYMS | HAS_LOCALS | WP_TEXT | D_PAGED),