summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--a.out.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d50d12074c..6ffef25dd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -82,6 +82,7 @@ Fri Nov 29 23:22:14 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.
* Makeconfig (elfobjdir): Define it here instead, so that
expanding $(rpath-link) gets the right value.
+ * a.out.h: Removed.
* misc/a.out.h: Moved to...
* sysdeps/generic/a.out.h: ...here.
* sysdeps/unix/sysv/linux/a.out.h: New file. Wrapper around
diff --git a/a.out.h b/a.out.h
deleted file mode 100644
index 9582d72ba0..0000000000
--- a/a.out.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <misc/a.out.h>