]> Git Repo - binutils.git/blobdiff - include/a.out.sun4.h
New from bfd.c
[binutils.git] / include / a.out.sun4.h
index 8d938b031d36024ee48224c1042163600ea962ad..5ad4845e0d01b3d3ff58fe74719b8ab91d0ed92b 100755 (executable)
@@ -7,6 +7,7 @@
 #define        SEG_SIZE_SUN3   0x20000         /* Resolution of r/w protection hw */
 
 #define TEXT_START_ADDR        PAGE_SIZE       /* Location 0 is not accessible */
+#define N_HEADER_IN_TEXT(x) 1
 
 /* Non-default definitions of the accessor macros... */
 
                         N_MACHTYPE(x) == M_68020?      SEG_SIZE_SUN3:  \
                        /* Guess? */                    PAGE_SIZE)
 
-/* 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 : 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.
    Sun added a kludge so that shared libraries linked ZMAGIC get
@@ -31,4 +27,4 @@
 #define N_TXTADDR(x) \
     (N_MAGIC(x)==OMAGIC? 0 \
      : (N_MAGIC(x) == ZMAGIC && (x).a_entry < TEXT_START_ADDR)? 0 \
-     : TEXT_START_ADDR)
+     : TEXT_START_ADDR+EXEC_BYTES_SIZE)
This page took 0.02357 seconds and 4 git commands to generate.