Rename liba.out.h to libaout.h for brain death file systems. Change callers.
authorJohn Gilmore <gnu@cygnus>
Wed, 29 May 1991 02:44:10 +0000 (02:44 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 29 May 1991 02:44:10 +0000 (02:44 +0000)
bfd/aoutf1.h
bfd/bout.c
bfd/libaout.h
bfd/newsos3.c
bfd/trad-core.c

index 62797611f3a27c997b319eda79f5728d65120d25..ad3c12ded9cf3619e4549f3fc5eb7cac418d9aba 100644 (file)
@@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 struct external_exec;
 #include <a.out.sun4.h>
 #include "bfd.h"
-#include "liba.out.h"           
+#include "libaout.h"           
 #include "libbfd.h"
 
 
index 5e854e0291b278ada9494034644fba8eb1aa1531..f024cc526a7c9443ec9afefb10b25e26b76fef7e 100644 (file)
@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
 #include "stab.gnu.h"
-#include "liba.out.h"          /* BFD a.out internal data structures */
+#include "libaout.h"           /* BFD a.out internal data structures */
 #include "archures.h"
 
 /* Align an address by rounding it up to a power of two.  It leaves the
index b0b02b491d080f7e02d829595207b9b639da7d43..c3b55ac1ae792f83f1c5de033a8a95cdb1ca58fc 100644 (file)
@@ -31,6 +31,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #endif
 
 
+/* Parameterize the a.out code based on whether it is being built
+   for a 32-bit architecture or a 64-bit architecture.  */
 #if ARCH_SIZE==64
 #define GET_WORD bfd_h_get_64
 #define GET_SWORD (int64_type)GET_WORD
index b509792ec897c83efc6763b70e1852ae84e786ea..a14a91c4d6e2ef62ea1c1b699815bc296ebecc99 100644 (file)
@@ -33,7 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "aout64.h"
 #include "stab.gnu.h"
 #include "ar.h"
-#include "liba.out.h"           /* BFD a.out internal data structures */
+#include "libaout.h"           /* BFD a.out internal data structures */
 
 int vfprintf(file, format, args) /* Temporary crock! */
      FILE *file; char *format; char *args;
index 2d5155f59e9b3e8d4ddb88474869f7110c63247f..a9a1906477631b45865919e23e2e8baf51c571c6 100644 (file)
@@ -8,7 +8,7 @@
 #include <stdio.h>
 #include "libbfd.h"
 
-#include "liba.out.h"           /* BFD a.out internal data structures */
+#include "libaout.h"           /* BFD a.out internal data structures */
 
 #include <sys/types.h>
 #include <sys/param.h>