Blow away v9 stuff in aout64.h too.
[deliverable/binutils-gdb.git] / include / a.out.sun4.h
index 3ba363d55e416cf4ee1d05dcf4576c775d3e9c00..4ce569da97182f03a73449efdf16caba46db35c6 100755 (executable)
@@ -10,7 +10,7 @@
 /* Offset in a.out file of the text section.  For ZMAGIC, the text section
    actually includes the a.out header.  */
 
-#define N_TXTOFF(x)    ( (N_MAGIC((x)) == ZMAGIC) ? 0 : sizeof(struct exec) )
+#define N_TXTOFF(x)    ( (N_MAGIC((x)) == ZMAGIC) ? 0 : EXEC_BYTES_SIZE)
 
 /* Virtual Address of text segment from the a.out file.  For OMAGIC,
    (almost always "unlinked .o's" these days), should be zero.
This page took 0.022721 seconds and 4 git commands to generate.