From 01c9720456e52fbd048cf92803054fea4e8b1dbe Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 24 Sep 1994 00:28:23 +0000 Subject: [PATCH] Don't test CANNOT_DUMP or CANNOT_UNEXEC. --- src/unexaix.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/unexaix.c b/src/unexaix.c index 364e3467b0c..4bfd5e64770 100644 --- a/src/unexaix.c +++ b/src/unexaix.c @@ -164,10 +164,6 @@ pointer looks like an int) but not on all machines. #define PERROR(file) report_error (file, new) #endif -#ifndef CANNOT_DUMP /* all rest of file! */ - -#ifndef CANNOT_UNEXEC /* most of rest of file */ - #include /* Define getpagesize () if the system does not. Note that this may depend on symbols defined in a.out.h @@ -867,7 +863,3 @@ unrelocate_symbols (new, a_out, a_name, new_name) } } #endif /* XCOFF */ - -#endif /* not CANNOT_UNEXEC */ - -#endif /* not CANNOT_DUMP */ -- 2.39.5