aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-01-22 23:03:47 +0000
committerRichard M. Stallman2002-01-22 23:03:47 +0000
commit8643647c04aa0db9619ce6381dfdcf23b4c163b9 (patch)
tree56425a1176ed03bb6f038bed7be89be385ef7567
parent973a046105358c84996e59488ad1c6132a963fb1 (diff)
downloademacs-8643647c04aa0db9619ce6381dfdcf23b4c163b9.tar.gz
emacs-8643647c04aa0db9619ce6381dfdcf23b4c163b9.zip
Minor cleanup.
-rw-r--r--etc/PROBLEMS6
-rw-r--r--man/building.texi6
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 0e0adc9e4a1..6204ccaafc0 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -703,7 +703,7 @@ Other systems allow to set LD_RUN_PATH in a similar way, but before
703Emacs is linked. With LD_RUN_PATH set, the linker will include a 703Emacs is linked. With LD_RUN_PATH set, the linker will include a
704specified run-time search path in the executable. 704specified run-time search path in the executable.
705 705
706On some systems, Emacs could crash due to problems with dynamic 706On some systems, Emacs can crash due to problems with dynamic
707linking. Specifically, on SGI Irix 6.5, crashes were reported with 707linking. Specifically, on SGI Irix 6.5, crashes were reported with
708backtraces like this: 708backtraces like this:
709 709
@@ -718,8 +718,8 @@ backtraces like this:
718 4 _rld_text_resolve(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) 718 4 _rld_text_resolve(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
719 ["/comp2/mtibuild/v73/workarea/v7.3/rld/rld_bridge.s":175, 0xfb6032c] 719 ["/comp2/mtibuild/v73/workarea/v7.3/rld/rld_bridge.s":175, 0xfb6032c]
720 720
721(`rld' is the dynamic linker.) We don't know yet why does this 721(`rld' is the dynamic linker.) We don't know yet why this
722happen, but setting the environment variable LD_BIND_NOW to 1 (which 722happens, but setting the environment variable LD_BIND_NOW to 1 (which
723forces the dynamic linker to bind all shared objects early on) seems 723forces the dynamic linker to bind all shared objects early on) seems
724to work around the problem. 724to work around the problem.
725 725
diff --git a/man/building.texi b/man/building.texi
index 3ec41de772f..0971c70dbbd 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -350,9 +350,9 @@ allowed. GUD assumes that the first argument not starting with a
350for its ordinary input and output. This is called the GUD buffer. The 350for its ordinary input and output. This is called the GUD buffer. The
351debugger displays the source files of the program by visiting them in 351debugger displays the source files of the program by visiting them in
352Emacs buffers. An arrow (@samp{=>}) in one of these buffers indicates 352Emacs buffers. An arrow (@samp{=>}) in one of these buffers indicates
353the current execution line.@footnote{Under a window system the arrow is 353the current execution line.@footnote{Under a window system, the arrow
354displayed in the marginal area of the Emacs window, called @dfn{the 354appears in the left fringe of the Emacs window.} Moving point in this
355fringe}.} Moving point in this buffer does not move the arrow. 355buffer does not move the arrow.
356 356
357 You can start editing these source files at any time in the buffers 357 You can start editing these source files at any time in the buffers
358that display them. The arrow is not part of the file's 358that display them. The arrow is not part of the file's