Rename liba.out.h to libaout.h for brain death file systems. Change callers.

This commit is contained in:
John Gilmore 1991-05-29 02:44:10 +00:00
parent 8c1891af65
commit 359f1dee91
5 changed files with 6 additions and 4 deletions

View 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"

View 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

View 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

View 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;

View 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>