Include big endian and little endian formats in OUTPUT_FORMAT directive.
authorNick Clifton <nickc@redhat.com>
Fri, 9 Jul 1999 08:12:48 +0000 (08:12 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 9 Jul 1999 08:12:48 +0000 (08:12 +0000)
ld/ChangeLog
ld/scripttempl/armcoff.sc

index 42f040d43f06416cb5a1116679fa451a061782d9..1c126ccb0de6c8d0d32232c3c53a27c572692533 100644 (file)
@@ -1,3 +1,8 @@
+1999-07-09  Nick Clifton  <nickc@cygnus.com>
+
+       * scripttempl/armcoff.sc (OUTPUT_FORMAT): Include big endian and
+       little endian formats.
+
 1999-07-08  Felix Lee  <flee@cygnus.com>
 
        * scripttempl/mcorepe.sc: fix quoting problem, for bash 2.x
index 8e07169d56044634b90b29fe6bef69c5887e5995..9f9cd7c1d03fc6ecbed973284a6075dd65c9e1ac 100644 (file)
@@ -7,7 +7,7 @@ if test -z "${DATA_ADDR}"; then
   fi
 fi
 cat <<EOF
-OUTPUT_FORMAT("${OUTPUT_FORMAT}")
+OUTPUT_FORMAT("${OUTPUT_FORMAT}", "${BIG_OUTPUT_FORMAT}", "${LITTLE_OUTPUT_FORMAT}")
 ${LIB_SEARCH_DIRS}
 
 ENTRY(${ENTRY})
This page took 0.073032 seconds and 4 git commands to generate.