summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-12-22 07:47:30 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-12-22 07:47:30 +0000
commit2d93a83f9e22980c6e21c797b3f2ec4754f572dc (patch)
treeac2d21df112dbcc4acd5b7c5bcb8ddeddd60c8da
parent032183e211d882745d168c5efc51fa7ac045c830 (diff)
downloadgdb-2d93a83f9e22980c6e21c797b3f2ec4754f572dc.tar.gz
libgloss/
* m68k/Makefile.in (CF_ISRS): Remove now shared routines. * m68k/cf-crt0.S (__reset): Define here. (__start): Adjust semihosting. * m68k/cf-hosted.S (__hosted): Adjust semihosting. * 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.
-rw-r--r--ChangeLog.csl13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 3e76630f428..4acb68b0e60 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,6 +1,17 @@
-2006-12-15 Daniel Jacobowitz <dan@codesourcery.com>
+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.
+ (__start): Adjust semihosting.
+ * m68k/cf-hosted.S (__hosted): Adjust semihosting.
+ * 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.
+
+2006-12-15 Daniel Jacobowitz <dan@codesourcery.com>
+
* m68k/Makefile.in (FIDO_OBJS): Build fido-priv.o.
* m68k/fido-crt0.S (_vector_table): Reference
_PrivilegeViolationHandler.