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 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index becc8a0e3..af903d2d3 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,17 @@
+2002-07-23 Stephane Carrez <stcarrez@nerim.fr>
+
+ * README: Mention 68HC11/68HC12 support.
+ * configure.in: Recognize m6811-elf and m6812-elf.
+ * configure: Regenerated.
+ * m68hc11/Makefile.in: New file.
+ * m68hc11/configure.in: New file.
+ * m68hc11/configure: New file.
+ * m68hc11/crt0.S: New file.
+ * m68hc11/sci-inout.S: New file for 68hc11/68hc12 sio.
+ * m68hc11/sim-valid-m68hc11.ld: New file.
+ * m68hc11/sim-valid-m68hc12.ld: New file.
+ * m68hc11/syscalls.c: New file.
+
2002-07-22 Aldy Hernandez <aldyh@redhat.com>
* rs6000/simulator.S (gettimeofday): New.