aboutsummaryrefslogtreecommitdiff
path: root/include/aout
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-06-16 18:24:14 +0000
committerIan Lance Taylor <ian@airs.com>1994-06-16 18:24:14 +0000
commit8150d7651e60f15071a9f2e57adaabdef0a1ce99 (patch)
tree3cdceed815b8333e2bb975cec3bfa68db6906388 /include/aout
parent641fe79b4667ddf699c6b0d9289fd4e972443028 (diff)
downloadgdb-8150d7651e60f15071a9f2e57adaabdef0a1ce99.zip
gdb-8150d7651e60f15071a9f2e57adaabdef0a1ce99.tar.gz
gdb-8150d7651e60f15071a9f2e57adaabdef0a1ce99.tar.bz2
* aout64.h (BMAGIC): Define.
Diffstat (limited to 'include/aout')
-rw-r--r--include/aout/aout64.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/aout/aout64.h b/include/aout/aout64.h
index f96f856..8cbf30b 100644
--- a/include/aout/aout64.h
+++ b/include/aout/aout64.h
@@ -36,6 +36,7 @@ struct external_exec
#define OMAGIC 0407 /* ...object file or impure executable. */
#define NMAGIC 0410 /* Code indicating pure executable. */
#define ZMAGIC 0413 /* Code indicating demand-paged executable. */
+#define BMAGIC 0415 /* Used by a b.out object. */
/* This indicates a demand-paged executable with the header in the text.
It is used by 386BSD (and variants) and Linux, at least. */