# HG changeset patch # User Roland McGrath # Date 784855724 0 # Node ID 486fd2f809f52f4eb74211ff37be4234980bfee9 # Parent c921977bb0ce59281e6545816d3c530382d8e4e7 (A_TEXT_OFFSET): Macro removed. (A_TEXT_SEEK): Define to just sizeof (struct exec). diff -r c921977bb0ce -r 486fd2f809f5 src/s/gnu.h --- a/src/s/gnu.h Mon Nov 14 22:16:52 1994 +0000 +++ b/src/s/gnu.h Mon Nov 14 23:28:44 1994 +0000 @@ -66,9 +66,7 @@ #define NO_REMAP /* For the i386-mach a.out format: */ -#define A_TEXT_OFFSET(x) (sizeof (struct exec)) -#define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) - +#define A_TEXT_SEEK(hdr) (sizeof (struct exec)) /* ptys are not done yet. */ #undef HAVE_PTYS