From e0271583d2a733712b466970f6592631bc557636 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 14 Nov 1994 23:28:44 +0000 Subject: [PATCH] (A_TEXT_OFFSET): Macro removed. (A_TEXT_SEEK): Define to just sizeof (struct exec). --- src/s/gnu.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/s/gnu.h b/src/s/gnu.h index b8b3e147de5..6b283137512 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h @@ -66,9 +66,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 -- 2.39.5