summaryrefslogtreecommitdiff
path: root/bfd/osf-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/osf-core.c')
-rw-r--r--bfd/osf-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/osf-core.c b/bfd/osf-core.c
index edf54706e5..862342ec97 100644
--- a/bfd/osf-core.c
+++ b/bfd/osf-core.c
@@ -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),