changeset 9914:486fd2f809f5

(A_TEXT_OFFSET): Macro removed. (A_TEXT_SEEK): Define to just sizeof (struct exec).
author Roland McGrath <roland@gnu.org>
date Mon, 14 Nov 1994 23:28:44 +0000
parents c921977bb0ce
children ec185bc66071
files src/s/gnu.h
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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