Mercurial > emacs
annotate src/s/irix6-5.h @ 50384:09ec24acd6a5
(reveal-post-command): Remove buggy debugging code.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 31 Mar 2003 22:26:26 +0000 |
parents | 930c3f92138a |
children | 695cf19ef79e |
rev | line source |
---|---|
48081 | 1 #define IRIX6_5 /* used in m/iris4d */ |
23913 | 2 #include "irix5-0.h" |
3 | |
30505
a0367b506722
(IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't
Dave Love <fx@gnu.org>
parents:
27490
diff
changeset
|
4 #if _MIPS_SZLONG == 64 /* -mabi=64 (gcc) or -64 (MIPSpro) */ |
31925 | 5 #define _LP64 /* lisp.h takes care of the rest */ |
30505
a0367b506722
(IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't
Dave Love <fx@gnu.org>
parents:
27490
diff
changeset
|
6 #endif /* _MIPS_SZLONG */ |
23913 | 7 |
8 /* This macro definition, which we inherited from irix5-0.h, | |
9 is needed in configure on Irix 5, but gets in the way there | |
10 on Irix 6. So get rid of it except in Makefile.in where we need it. */ | |
11 #ifndef THIS_IS_MAKEFILE | |
12 #undef C_SWITCH_SYSTEM | |
13 #endif | |
14 | |
48081 | 15 /* The only supported 32-bit configuration of GCC under IRIX6.x produces |
23913 | 16 n32 MIPS ABI binaries and also supports -g. */ |
17 #ifdef __GNUC__ | |
18 #undef C_DEBUG_SWITCH | |
19 #define C_DEBUG_SWITCH -g | |
25338
8a6fbe59406d
(C_DEBUG_SWITCH): Set for debug and optimize.
Dave Love <fx@gnu.org>
parents:
23913
diff
changeset
|
20 #else |
27490
2567edc84238
Revert last change after change to irix5-0.h.
Dave Love <fx@gnu.org>
parents:
27440
diff
changeset
|
21 /* Optimize, inaccurate debugging, increase limit on size of what's |
2567edc84238
Revert last change after change to irix5-0.h.
Dave Love <fx@gnu.org>
parents:
27440
diff
changeset
|
22 optimized. |
2567edc84238
Revert last change after change to irix5-0.h.
Dave Love <fx@gnu.org>
parents:
27440
diff
changeset
|
23 |
2567edc84238
Revert last change after change to irix5-0.h.
Dave Love <fx@gnu.org>
parents:
27440
diff
changeset
|
24 This should also be applicable other than on Irix 6.5, but I don't |
2567edc84238
Revert last change after change to irix5-0.h.
Dave Love <fx@gnu.org>
parents:
27440
diff
changeset
|
25 know for which compiler versions. -- fx */ |
2567edc84238
Revert last change after change to irix5-0.h.
Dave Love <fx@gnu.org>
parents:
27440
diff
changeset
|
26 #define C_DEBUG_SWITCH -g3 -O -OPT:Olimit=3500 |
23913 | 27 #endif |
28 | |
29 #undef SA_RESTART | |
30 | |
30505
a0367b506722
(IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't
Dave Love <fx@gnu.org>
parents:
27490
diff
changeset
|
31 /* Cancel the #define that is in irix5-0.h. */ |
23913 | 32 #undef ospeed |
30505
a0367b506722
(IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't
Dave Love <fx@gnu.org>
parents:
27490
diff
changeset
|
33 |
34612
67fa8a547b3d
#undef bcopy & al here. Include strings.h.
Gerd Moellmann <gerd@gnu.org>
parents:
31925
diff
changeset
|
34 #undef TIOCSIGSEND /* defined in usg5-4.h */ |