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/m32c/m32c.tmpl')
-rw-r--r--libgloss/m32c/m32c.tmpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/libgloss/m32c/m32c.tmpl b/libgloss/m32c/m32c.tmpl
index b06ce4ff7..8fa34983a 100644
--- a/libgloss/m32c/m32c.tmpl
+++ b/libgloss/m32c/m32c.tmpl
@@ -1,6 +1,6 @@
/*
-Copyright (c) 2005 Red Hat Incorporated.
+Copyright (c) 2005,2008 Red Hat Incorporated.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -35,6 +35,7 @@ OUTPUT_FORMAT("elf32-m32c", "elf32-m32c",
"elf32-m32c")
OUTPUT_ARCH(m32c)
ENTRY(_start)
+INPUT(-lm32cgloss)
/* Do we need any of these for elf?
__DYNAMIC = 0; */
MEMORY {
@@ -132,6 +133,8 @@ SECTIONS
SORT(CONSTRUCTORS)
*(.data1)
*(.got.plt) *(.got)
+ PROVIDE (__var_vect_start = .);
+ *(.var_vects)
. = ALIGN(2);
_edata = .;