diff options
| author | Dan Nicolaescu | 2010-04-06 23:01:30 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-06 23:01:30 -0700 |
| commit | 863bf4810aa40ec9cf7b61b4fc8781ef956b5165 (patch) | |
| tree | a8cb951fecfa9be7f7727eb8e8584f73b0c7dfde /src/m | |
| parent | 31527c568290029985483745056c92e443451365 (diff) | |
| download | emacs-863bf4810aa40ec9cf7b61b4fc8781ef956b5165.tar.gz emacs-863bf4810aa40ec9cf7b61b4fc8781ef956b5165.zip | |
* m/iris4d.h (UNEXEC): Move definition ...
* s/irix6-5.h (UNEXEC): ... here.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/iris4d.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 794227977be..1c276ecb167 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -36,12 +36,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 36 | 36 | ||
| 37 | #define EXPLICIT_SIGN_EXTEND | 37 | #define EXPLICIT_SIGN_EXTEND |
| 38 | 38 | ||
| 39 | /* This machine requires completely different unexec code | ||
| 40 | which lives in a separate file. Specify the file name. */ | ||
| 41 | |||
| 42 | #undef UNEXEC | ||
| 43 | #define UNEXEC unexelf.o | ||
| 44 | |||
| 45 | #define TEXT_START 0x400000 | 39 | #define TEXT_START 0x400000 |
| 46 | 40 | ||
| 47 | /* | 41 | /* |