Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-04-21 22:13:32 +0400
committerDJ Delorie <dj@redhat.com>2009-04-21 22:13:32 +0400
commit6e9c1e8dd52d8b43e57b8b664e4cd087b0566cd2 (patch)
tree66583c063e67a17c899ddecc7dd6c2b24163b1f7 /libgloss/mep/gmap_default.ld
parent90791a187977e7c0c6e935a97a7675ab0e67492a (diff)
* mep/Makefile.in (SCRIPTS): Update to new config.
* mep/default.ld: New. * mep/gmap_default.ld: Change default endian to little. * mep/sim-crt0.S: Maintain 8-byte stack alignment. * mep/sim-crtn.S: Likewise.
Diffstat (limited to 'libgloss/mep/gmap_default.ld')
-rw-r--r--libgloss/mep/gmap_default.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/mep/gmap_default.ld b/libgloss/mep/gmap_default.ld
index c625c7ef1..9cbecb526 100644
--- a/libgloss/mep/gmap_default.ld
+++ b/libgloss/mep/gmap_default.ld
@@ -24,8 +24,8 @@ begin-header
end-header
*******************************************************************************/
-OUTPUT_FORMAT("elf32-mep", "elf32-mep",
- "elf32-mep")
+OUTPUT_FORMAT("elf32-mep-little", "elf32-mep",
+ "elf32-mep-little")
OUTPUT_ARCH(mep)
ENTRY(_reset)