diff options
| author | Dan Nicolaescu | 2010-07-28 20:25:08 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-07-28 20:25:08 -0700 |
| commit | 76fd1ee9bd6e22602ed4df4350daeb375f67e16a (patch) | |
| tree | 3628a3c341f6b0750837768a5efcb6d5c44faf6f /src/m/alpha.h | |
| parent | 087b38a075e28408c397252f3756af9d3ac23e87 (diff) | |
| download | emacs-76fd1ee9bd6e22602ed4df4350daeb375f67e16a.tar.gz emacs-76fd1ee9bd6e22602ed4df4350daeb375f67e16a.zip | |
Clean up unexec.c, remove references to unused code.
* nt/config.nt: Remove code referring to NO_REMAP, unused.
* src/unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
* src/s/usg5-4.h (COFF):
* src/s/template.h:
* src/s/msdos.h (COFF, NO_REMAP):
* src/s/ms-w32.h (NO_REMAP):
* src/s/hpux10-20.h (NO_REMAP):
* src/m/sparc.h (SEGMENT_MASK):
* src/m/m68k.h (NO_REMAP):
* src/m/intel386.h (SEGMENT_MASK):
* src/m/arm.h (NO_REMAP):
* src/m/alpha.h (COFF):
* src/m/template.h: Remove references to unused defines.
Diffstat (limited to 'src/m/alpha.h')
| -rw-r--r-- | src/m/alpha.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h index ae8fd62d6f8..5a0168417cb 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h | |||
| @@ -64,12 +64,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 64 | termio and struct termios are mutually incompatible. */ | 64 | termio and struct termios are mutually incompatible. */ |
| 65 | #define NO_TERMIO | 65 | #define NO_TERMIO |
| 66 | 66 | ||
| 67 | #if defined (GNU_LINUX) || defined (__NetBSD__) || defined (__OpenBSD__) | ||
| 68 | # ifndef __ELF__ | ||
| 69 | # define COFF | ||
| 70 | # endif /* notdef __ELF__ */ | ||
| 71 | #endif | ||
| 72 | |||
| 73 | /* Many Alpha implementations (e.g. gas 2.8) can't handle DBL_MIN: | 67 | /* Many Alpha implementations (e.g. gas 2.8) can't handle DBL_MIN: |
| 74 | they generate code that uses a signaling NaN instead of DBL_MIN. | 68 | they generate code that uses a signaling NaN instead of DBL_MIN. |
| 75 | Define DBL_MIN_REPLACEMENT to be the next value larger than DBL_MIN: | 69 | Define DBL_MIN_REPLACEMENT to be the next value larger than DBL_MIN: |