diff options
| author | Dan Nicolaescu | 2010-05-01 13:19:41 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-05-01 13:19:41 -0700 |
| commit | 87e7285cdd9f70cd16122394e33d5620913ad284 (patch) | |
| tree | c3e7144ed8e0f320e713034a9eacf694bc1daf6e /src/m | |
| parent | e4814a9f4c9bd076c996991144e4d255ab575f08 (diff) | |
| download | emacs-87e7285cdd9f70cd16122394e33d5620913ad284.tar.gz emacs-87e7285cdd9f70cd16122394e33d5620913ad284.zip | |
Clean up AIX code.
* m/ibmrs6000.inp: Remove file, unused.
* m/ibmrs6000.h (IBMR2AIX): Remove, unused.
(LD_SWITCH_MACHINE): Rename to LD_SWITCH_SYSTEM_TEMACS, and move
definition ...
* s/aix4-2.h (LD_SWITCH_SYSTEM_TEMACS): ... here.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ibmrs6000.h | 12 | ||||
| -rw-r--r-- | src/m/ibmrs6000.inp | 4 |
2 files changed, 0 insertions, 16 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index a62cb5d1987..8027afcc30e 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h | |||
| @@ -25,8 +25,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 25 | /* Now define a symbol for the cpu type, if your compiler | 25 | /* Now define a symbol for the cpu type, if your compiler |
| 26 | does not define it automatically. */ | 26 | does not define it automatically. */ |
| 27 | 27 | ||
| 28 | #define IBMR2AIX | ||
| 29 | |||
| 30 | /* The data segment in this machine always starts at address 0x20000000. | 28 | /* The data segment in this machine always starts at address 0x20000000. |
| 31 | An address of data cannot be stored correctly in a Lisp object; | 29 | An address of data cannot be stored correctly in a Lisp object; |
| 32 | we always lose the high bits. We must tell XPNTR to add them back. */ | 30 | we always lose the high bits. We must tell XPNTR to add them back. */ |
| @@ -36,16 +34,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 36 | #define WORDS_BIG_ENDIAN | 34 | #define WORDS_BIG_ENDIAN |
| 37 | #define DATA_SEG_BITS 0x20000000 | 35 | #define DATA_SEG_BITS 0x20000000 |
| 38 | 36 | ||
| 39 | /* sfreed@unm.edu says add -bI:/usr/lpp/X11/bin/smt.exp for AIX 3.2.4. */ | ||
| 40 | /* marc@sti.com (Marc Pawliger) says ibmrs6000.inp is needed to avoid | ||
| 41 | linker error for updated X11R5 libraries, which references pthread library | ||
| 42 | which most machines don't have. We use the name .inp instead of .imp | ||
| 43 | because .inp is a better convention to use in make-dist for naming | ||
| 44 | random input files. */ | ||
| 45 | #ifdef THIS_IS_MAKEFILE /* Don't use this in configure. */ | ||
| 46 | #define LD_SWITCH_MACHINE -Wl,-bnodelcsect | ||
| 47 | #endif /* THIS_IS_MAKEFILE */ | ||
| 48 | |||
| 49 | #ifndef NLIST_STRUCT | 37 | #ifndef NLIST_STRUCT |
| 50 | /* AIX supposedly doesn't use this interface, but on the RS/6000 | 38 | /* AIX supposedly doesn't use this interface, but on the RS/6000 |
| 51 | it apparently does. */ | 39 | it apparently does. */ |
diff --git a/src/m/ibmrs6000.inp b/src/m/ibmrs6000.inp deleted file mode 100644 index d7f3fddaf6f..00000000000 --- a/src/m/ibmrs6000.inp +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #! | ||
| 2 | pthread_yield | ||
| 3 | |||
| 4 | # arch-tag: fc6d01ea-c488-4862-bbdb-e8d3e0f6fdb3 | ||