diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-02-20 18:57:02 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:32 +0200 |
commit | 9335c8094c3797c93876b6a9f9a3d0e3842ad651 (patch) | |
tree | 7ed439b430e8efcf8163b3da7060b1ad8001a2e8 /ChangeLog | |
parent | ecc4d9195afd20758ce10d8fd7bce7b7e28e0a26 (diff) |
2006-02-20 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/hd.h: Remove file.
* i386/i386at/nhd.c: Likewise.
* i386/i386at/nhdreg.h: Likewise.
* i386/i386at/autoconf.c: Don't include <hd.h> anymore and adopt all
users of NHD as if it were always defined to `0'.
* i386/i386at/conf.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4,6 +4,13 @@ `DEVELOPMENT' for details. Partly based on suggestions by Gianluca Guida <glguida@gmail.com>. + * i386/bogus/hd.h: Remove file. + * i386/i386at/nhd.c: Likewise. + * i386/i386at/nhdreg.h: Likewise. + * i386/i386at/autoconf.c: Don't include <hd.h> anymore and adopt all + users of NHD as if it were always defined to `0'. + * i386/i386at/conf.c: Likewise. + * DEVELOPMENT: New file. 2006-02-05 Thomas Schwinge <tschwinge@gnu.org> |