projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
641fe79
)
* aout64.h (BMAGIC): Define.
author
Ian Lance Taylor
<ian@airs.com>
Thu, 16 Jun 1994 18:24:14 +0000
(18:24 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 16 Jun 1994 18:24:14 +0000
(18:24 +0000)
include/aout/aout64.h
patch
|
blob
|
history
diff --git
a/include/aout/aout64.h
b/include/aout/aout64.h
index f96f856172983edb014245c8a1a8588eaeb985fe..8cbf30b8934901a151e8698d2c792f10edc0ba26 100644
(file)
--- 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. */