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:
authorNathan Sidwell <nathan@codesourcery.com>2006-09-18 15:30:53 +0400
committerNathan Sidwell <nathan@codesourcery.com>2006-09-18 15:30:53 +0400
commit34784e1c43736a2e46eb64ec3fd698d61ad487b4 (patch)
tree48322c3e6efaf827e3ed0a38172735cf24044490 /ChangeLog.csl
parentcf7c22b5d8b97b12e0b2322ad979fbdf7e7425a7 (diff)
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.
Diffstat (limited to 'ChangeLog.csl')
-rw-r--r--ChangeLog.csl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index f8072bfb7..da32283d2 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.