diff options
author | Nick Clifton <nickc@redhat.com> | 1999-07-09 08:12:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-07-09 08:12:48 +0000 |
commit | 6da0974a117b550d2b929ec8474726f906f324f9 (patch) | |
tree | 7ca7817708899b89a94a07fd3d2eb3570098c6af /ld/scripttempl/armcoff.sc | |
parent | 7a2746396aba30764c02a0bd35f40fed80a54666 (diff) | |
download | gdb-6da0974a117b550d2b929ec8474726f906f324f9.zip gdb-6da0974a117b550d2b929ec8474726f906f324f9.tar.gz gdb-6da0974a117b550d2b929ec8474726f906f324f9.tar.bz2 |
Include big endian and little endian formats in OUTPUT_FORMAT directive.
Diffstat (limited to 'ld/scripttempl/armcoff.sc')
-rw-r--r-- | ld/scripttempl/armcoff.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/armcoff.sc b/ld/scripttempl/armcoff.sc index 8e07169..9f9cd7c 100644 --- a/ld/scripttempl/armcoff.sc +++ b/ld/scripttempl/armcoff.sc @@ -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}) |