diff options
| author | Miles Bader | 2005-07-22 08:27:27 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-07-22 08:27:27 +0000 |
| commit | 3674ae2f87e47a654524af689ea610ee3edeaca7 (patch) | |
| tree | 58ea33c40c8521a79fb503080b8bb6231ffbf579 /etc/PROBLEMS | |
| parent | 3e03f554f116e04ba860dcde7c6d862939911e16 (diff) | |
| parent | 7929f858f8897f0448771a471f8afc5f244e4bca (diff) | |
| download | emacs-3674ae2f87e47a654524af689ea610ee3edeaca7.tar.gz emacs-3674ae2f87e47a654524af689ea610ee3edeaca7.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 485-492)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 92-94)
- Merge from emacs--cvs-trunk--0
- Update from CVS
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index f614e2f3fff..c39142a9299 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2422,11 +2422,11 @@ address space of a process. As the result dumping may fail even if | |||
| 2422 | you turn off exec-shield. In this case, use the -R option to the setarch | 2422 | you turn off exec-shield. In this case, use the -R option to the setarch |
| 2423 | command: | 2423 | command: |
| 2424 | 2424 | ||
| 2425 | setarch -R i386 ./temacs --batch --load loadup [dump|bootstrap] | 2425 | setarch i386 -R ./temacs --batch --load loadup [dump|bootstrap] |
| 2426 | 2426 | ||
| 2427 | or | 2427 | or |
| 2428 | 2428 | ||
| 2429 | setarch -R i386 make bootstrap | 2429 | setarch i386 -R make bootstrap |
| 2430 | 2430 | ||
| 2431 | *** Fatal signal in the command temacs -l loadup inc dump. | 2431 | *** Fatal signal in the command temacs -l loadup inc dump. |
| 2432 | 2432 | ||