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:
Diffstat (limited to 'libgloss/mips/cfe.ld')
-rw-r--r--libgloss/mips/cfe.ld5
1 files changed, 3 insertions, 2 deletions
diff --git a/libgloss/mips/cfe.ld b/libgloss/mips/cfe.ld
index 4abbf4468..d9fa414c0 100644
--- a/libgloss/mips/cfe.ld
+++ b/libgloss/mips/cfe.ld
@@ -1,8 +1,8 @@
/* The following TEXT start address leaves space for the monitor
workspace. */
-ENTRY(_prestart)
-STARTUP(crt0.o)
+ENTRY(_start)
+STARTUP(crt0_cfe.o)
OUTPUT_FORMAT("elf32-bigmips", "elf32-bigmips", "elf32-littlemips")
GROUP(-lc -lcfe -lgcc)
SEARCH_DIR(.)
@@ -127,6 +127,7 @@ SECTIONS
*(COMMON)
}
+ . = ALIGN(32);
PROVIDE (end = .);
_end = .;