summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2006-09-18 11:30:53 +0000
committerNathan Sidwell <nathan@codesourcery.com>2006-09-18 11:30:53 +0000
commit7ef66d8bae071be6d6cff29a7e2c989919c48f36 (patch)
tree10fee741394918b24630e16496efb17c814f827c
parent83529f807588321f71128a0a164743cfb587f954 (diff)
downloadbinutils-gdb-7ef66d8bae071be6d6cff29a7e2c989919c48f36.tar.gz
libgloss/
* m68k/Makefile.in: Don't force a frame pointer on the ISRs. * m68k/bdm-crt1.c (__start1): Don't set the VBR here. (hardeare_init_hook): Define weakly. Set VBR here, enable caching if supported.
-rw-r--r--ChangeLog.csl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index f8072bfb72b..da32283d2ca 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,6 +1,12 @@
2006-09-18 Nathan Sidwell <nathan@codesourcery.com>
libgloss/
+ * m68k/Makefile.in: Don't force a frame pointer on the ISRs.
+ * m68k/bdm-crt1.c (__start1): Don't set the VBR here.
+ (hardeare_init_hook): Define weakly. Set VBR here, enable caching
+ if supported.
+
+ libgloss/
* m68k/Makefile.in (bdm-semihost.o): Build from bdm-semihost.S.
* m68k/bdm-semihost.c: Remove.
* m68k/bdm-semihost.S: New.