summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-03-04 17:29:14 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:35 +0200
commit5726d4c23bc67529facef293c981d3a23af10b01 (patch)
tree00dd48051364e94809541f82ec02de854ed8918d /ChangeLog
parent5336c3ebb0f9e0c367f3a2339345efe1a71b3c2b (diff)
2006-03-04 Thomas Schwinge <tschwinge@gnu.org>
Remove unused and unsupported code. Consult the file `DEVELOPMENT' for details. Partly based on suggestions by Gianluca Guida <glguida@gmail.com>. * i386/bogus/de6c.h: Remove file. * i386/i386at/if_de6c.c: Likewise. * i386/i386at/if_de6c.h: Likewise. * i386/i386at/if_de6s.S: Likewise. * i386/i386at/conf.c: Don't include <de6c.h> anymore and adopt all users of NDE6C as if it were always defined to `0'. * i386/i386at/lpr.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68505ac..233302f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2006-03-04 Thomas Schwinge <tschwinge@gnu.org>
+
+ Remove unused and unsupported code. Consult the file
+ `DEVELOPMENT' for details. Partly based on suggestions by
+ Gianluca Guida <glguida@gmail.com>.
+
+ * i386/bogus/de6c.h: Remove file.
+ * i386/i386at/if_de6c.c: Likewise.
+ * i386/i386at/if_de6c.h: Likewise.
+ * i386/i386at/if_de6s.S: Likewise.
+ * i386/i386at/conf.c: Don't include <de6c.h> anymore and adopt all
+ users of NDE6C as if it were always defined to `0'.
+ * i386/i386at/lpr.c: Likewise.
+
2006-02-20 Thomas Schwinge <tschwinge@gnu.org>
Remove unused and unsupported code. Consult the file