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 'ChangeLog.csl')
-rw-r--r--ChangeLog.csl15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 6fe9d6c2d..f8072bfb7 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,18 @@
+2006-09-18 Nathan Sidwell <nathan@codesourcery.com>
+
+ libgloss/
+ * m68k/Makefile.in (bdm-semihost.o): Build from bdm-semihost.S.
+ * m68k/bdm-semihost.c: Remove.
+ * m68k/bdm-semihost.S: New.
+ * m68k/bdm-crt0.S: Don't install semihosting trap handler.
+ * m68k/bdm-close.c, bdm-exit.c, bdm-fstat.c, bdm-gettimeofday.c,
+ bdm-isatty.c, bdm-lseek.c, bdm-open.c, bdm-read.c, bdm-rename.c,
+ bdm-stat.c, bdm-system.c, bdm-unlink.c, bdm-write.c): Update.
+ * m68k/bdm-isrs.c: Update comment.
+ * m68k/bdm-semihost.h (BDM_TRAPNUM, BDM_FUNC_REG, BDM_ARG_REG,
+ BDM_TRAP): Remove.
+ (__bdm_semihost): Declare.
+
2006-09-15 Nathan Sidwell <nathan@codesourcery.com>
libgloss/