diff options
| author | Dan Nicolaescu | 2008-01-05 11:14:48 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-01-05 11:14:48 +0000 |
| commit | d35e1cd725b4e9512d54a8e642ad82f50d584edd (patch) | |
| tree | 373c86676e20a06aad7c1078ed924b8b469526b4 /etc | |
| parent | 2adde002fd96457bc4cabcb8e3fcf9423bc4f752 (diff) | |
| download | emacs-d35e1cd725b4e9512d54a8e642ad82f50d584edd.tar.gz emacs-d35e1cd725b4e9512d54a8e642ad82f50d584edd.zip | |
* configure.in: Remove support for Masscomp.
* os.texi (System Environment): Remove mention for Masscomp.
* MACHINES: Remove Masscomp.
* s/rtu.h:
* m/masscomp.h: Remove files. Platform is obsolete.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/MACHINES | 19 |
2 files changed, 4 insertions, 19 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index d349aa4cdca..f3ff65730d0 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * MACHINES: Remove Masscomp. | ||
| 4 | |||
| 1 | 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-01-03 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * images/icons/emacs_16.png, images/icons/emacs_24.png | 7 | * images/icons/emacs_16.png, images/icons/emacs_24.png |
diff --git a/etc/MACHINES b/etc/MACHINES index 9f84d8ac18a..028062d2e2c 100644 --- a/etc/MACHINES +++ b/etc/MACHINES | |||
| @@ -774,25 +774,6 @@ Iris 4D (mips-sgi-irix[456].*) | |||
| 774 | could also try reinstalling the same version of GCC, and telling us | 774 | could also try reinstalling the same version of GCC, and telling us |
| 775 | whether that fixes the problem. | 775 | whether that fixes the problem. |
| 776 | 776 | ||
| 777 | Masscomp (m68k-masscomp-rtu) | ||
| 778 | |||
| 779 | 18.36 worked on a 5500DP running RTU v3.1a and compiler version 3.2 | ||
| 780 | with minor fixes that are included in 18.37. However, bizarre behavior | ||
| 781 | was reported for 18.36 on a Masscomp (model and version unknown but probably | ||
| 782 | a 68020 system). The report sounds like a compiler bug. | ||
| 783 | |||
| 784 | A compiler bug affecting statements like | ||
| 785 | unsigned char k; unsigned char *p;... x = p[k]; | ||
| 786 | has been reported for "C version 1.2 under RTU 3.1". We do not wish | ||
| 787 | to take the time to install the numerous workarounds required to | ||
| 788 | compensate for this bug. | ||
| 789 | |||
| 790 | For RTU version 3.1, define FIRST_PTY_LETTER to be 'p' in `src/s/rtu.h' | ||
| 791 | (or #undef and redefine it in config.h) so that ptys will be used. | ||
| 792 | |||
| 793 | GNU Emacs is said to have no chance of compiling on RTU versions | ||
| 794 | prior to v3.0. | ||
| 795 | |||
| 796 | Megatest (m68k-megatest-bsd) | 777 | Megatest (m68k-megatest-bsd) |
| 797 | 778 | ||
| 798 | Emacs 15 worked; do not have any reports about Emacs 16 or 17 | 779 | Emacs 15 worked; do not have any reports about Emacs 16 or 17 |