aboutsummaryrefslogtreecommitdiff
path: root/bfd/libaout.h
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-05-29 02:44:10 +0000
committerJohn Gilmore <gnu@cygnus>1991-05-29 02:44:10 +0000
commit359f1dee91d2933b8b138fe41defd1e0997ca0c7 (patch)
treea0e51865d66466ad807ea4edcb6447815eb99e77 /bfd/libaout.h
parent8c1891af6568e92c76795c2cd9eb63f4bb911a7b (diff)
downloadfsf-binutils-gdb-359f1dee91d2933b8b138fe41defd1e0997ca0c7.zip
fsf-binutils-gdb-359f1dee91d2933b8b138fe41defd1e0997ca0c7.tar.gz
fsf-binutils-gdb-359f1dee91d2933b8b138fe41defd1e0997ca0c7.tar.bz2
Rename liba.out.h to libaout.h for brain death file systems. Change callers.
Diffstat (limited to 'bfd/libaout.h')
-rw-r--r--bfd/libaout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/libaout.h b/bfd/libaout.h
index b0b02b4..c3b55ac 100644
--- a/bfd/libaout.h
+++ b/bfd/libaout.h
@@ -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