summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1996-12-04 01:55:50 +0000
committerUlrich Drepper <drepper@redhat.com>1996-12-04 01:55:50 +0000
commit6b612c67093292a99a336fae38e459ee00927d0f (patch)
tree100ea3218c6d32c142616f623bd255810f3b437d
parent4770745624b7f7f25623f1f10d46a4c4d6aec25c (diff)
* a.out.h: Removed.
-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>