Bring in HP a.out remnants from GDB. Eliminate obsolete a.out.gnu.h.
authorJohn Gilmore <gnu@cygnus>
Thu, 21 Nov 1991 04:06:23 +0000 (04:06 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 21 Nov 1991 04:06:23 +0000 (04:06 +0000)
include/.Sanitize
include/a.out.hp.h

index e039c3d0453380ec2fe2d7ec137c810718d62e3b..4bca628523dba3223e47a6502afcba882e3be7f8 100644 (file)
@@ -17,8 +17,6 @@
 
 Do-first:
 
-echo Sanitizing `pwd`...
-
 # All files listed between the "Things-to-keep:" line and the
 # "Files-to-sed:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
@@ -30,8 +28,8 @@ Things-to-keep:
 COPYING
 ChangeLog
 a.out.encap.h
-a.out.gnu.h
 a.out.host.h
+a.out.hp.h
 a.out.sun4.h
 a29k-opcode.h
 h8300-opcode.h
@@ -104,7 +102,10 @@ echo Done in `pwd`.
 #
 #
 # $Log$
-# Revision 1.20  1991/10/25 10:21:10  gnu
+# Revision 1.21  1991/11/21 04:06:22  gnu
+# Bring in HP a.out remnants from GDB.  Eliminate obsolete a.out.gnu.h.
+#
+# Revision 1.20  1991/10/25  10:21:10  gnu
 # Rename coff-related files.
 #
 # Revision 1.19  1991/10/25  07:59:50  gnu
index 4fdd0494c5dc9e00f3b7a2d647dd97ead4e73711..dbd2af9ec445e9fc012a5806d368b1d76d93770a 100755 (executable)
@@ -1,5 +1,5 @@
 /* Special version of <a.out.h> for use under hp-ux.
-   Copyright (C) 1988 Free Software Foundation, Inc.
+   Copyright 1988, 1991 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -15,6 +15,9 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+/* THIS FILE IS OBSOLETE.  It needs to be revised as a variant "external"
+   a.out format for use with BFD.  */
+
 /* The `exec' structure and overall layout must be close to HP's when
    we are running on an HP system, otherwise we will not be able to
    execute the resulting file. */