mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
Rename liba.out.h to libaout.h for brain death file systems. Change callers.
This commit is contained in:
parent
8c1891af65
commit
359f1dee91
@ -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"
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user