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:
authorJeff Johnston <jjohnstn@redhat.com>2007-01-04 21:05:56 +0300
committerJeff Johnston <jjohnstn@redhat.com>2007-01-04 21:05:56 +0300
commit9d507d4d4b1a39677da09aebd8b1e7fb4e348aea (patch)
tree334e5bfdab5d9e1185d26b468b4e763cce1b593f /libgloss/m68k/cf.sc
parent0a9e977f62696470a24ec8aca12b1a4b434fa2a6 (diff)
2007-01-04 Kazu Hirata <kazu@codesourcery.com>
Merge from newlib-csl-20060320-branch: 2006-12-22 Nathan Sidwell <nathan@codesourcery.com> libgloss/ * m68k/Makefile.in (CF_ISRS): Remove now shared routines. * m68k/cf-crt0.S (__reset): Define here. * m68k/cf-isrs.c: Share some ISRS. Add aliases for each IRQ slot. * m68k/cf-isv.S: Move to .interrupt_vector section. Make each slot a unique routine. * m68k/cf.sc: Adjust for .interrupt_vector section. libgloss/ * m68k/Makefile.in (m5273c3): Rename to ... (m5272c3): ... here to fix typo. (m5249c3): New. (CF_BOARDS): Add it.
Diffstat (limited to 'libgloss/m68k/cf.sc')
-rw-r--r--libgloss/m68k/cf.sc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgloss/m68k/cf.sc b/libgloss/m68k/cf.sc
index 097dc1fe0..5a3563af2 100644
--- a/libgloss/m68k/cf.sc
+++ b/libgloss/m68k/cf.sc
@@ -29,7 +29,8 @@ SECTIONS
.text :
{
CREATE_OBJECT_SYMBOLS
- KEEP (*cf-isv.o(.text))
+ *(.interrupt_vector)
+
cf-${IO}-crt0.o(.text)
*(.text .text.*)
*(.gnu.linkonce.t.*)