summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2006-05-22 22:26:09 +0000
committerSandra Loosemore <sandra@codesourcery.com>2006-05-22 22:26:09 +0000
commitc17f6f92fbf288508932e7674d1ca599bf4f5b5a (patch)
tree6c804d79630de30da17f7870aa7f35a488c8686b
parentb0b1d42f49a5653cb0d53107d7b751abf17e573b (diff)
downloadbinutils-gdb-c17f6f92fbf288508932e7674d1ca599bf4f5b5a.tar.gz
Add semihosting support for BDM mode on ColdFire
-rw-r--r--ChangeLog.csl28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 704f8abcfbc..e5122bfd5cb 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,31 @@
+2006-05-22 Sandra Loosemore <sandra@codesourcery.com>
+
+ * libgloss/m68k/bdm-semihost.h: Add new constants for additional
+ semihosting functions. Add new BDM_TRAP macro to encapsulate
+ inline asm.
+ * libgloss/m68k/bdm-exit.c (_exit): Use new BDM_TRAP macro.
+ * libgloss/m68k/bdm-outbyte.c (outbyte): Ditto.
+ * libgloss/m68k/bdm-isrs.c, libgloss/m68k/bdm-isv.c: Former BDM_TRAP
+ now called BDM_TRAPNUM.
+ * libgloss/m68k/bdm-gdb.h, libgloss/m68k/bdm-gdb.c: New files
+ containing declarations and conversion functions for GDB's fileio
+ protocol.
+ * libgloss/m68k/bdm-close.c: New file to define corresponding function.
+ * libgloss/m68k/bdm-fstat.c: Ditto.
+ * libgloss/m68k/bdm-gettimeofday.c: Ditto.
+ * libgloss/m68k/bdm-isatty.c: Ditto.
+ * libgloss/m68k/bdm-lseek.c: Ditto.
+ * libgloss/m68k/bdm-open.c: Ditto.
+ * libgloss/m68k/bdm-read.c: Ditto.
+ * libgloss/m68k/bdm-rename.c: Ditto.
+ * libgloss/m68k/bdm-stat.c: Ditto.
+ * libgloss/m68k/bdm-system.c: Ditto.
+ * libgloss/m68k/bdm-unlink.c: Ditto.
+ * libgloss/m68k/bdm-write.c Ditto.
+ * libgloss/m68k/Makefile.in: Add dependencies for new files.
+ * newlib/configure.host: Tell it we have _rename and _system when
+ building m68k-unknown-elf.
+
2006-05-04 Paul Brook <paul@codesourcery.com>
* libc/sys/arm/Makefile.am (lib_a_SOURCES): Add aeabi_memclr.c,