aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/s/gnu-linux.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7ecfb127739..31680b49486 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12001-09-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * s/gnu-linux.h: Fix a typo in comment.
4
12001-09-28 Andreas Schwab <schwab@suse.de> 52001-09-28 Andreas Schwab <schwab@suse.de>
2 6
3 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z 7 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index f9a95e5672c..60dd66a9fa5 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -187,7 +187,7 @@ Boston, MA 02111-1307, USA. */
187#endif /* __mips__ */ 187#endif /* __mips__ */
188 188
189/* Link temacs with -z nocombreloc so that unexec works right, whether or 189/* Link temacs with -z nocombreloc so that unexec works right, whether or
190 not -z combreloc is the default. GNU ld ignores unknown -z KEYOWRD 190 not -z combreloc is the default. GNU ld ignores unknown -z KEYWORD
191 switches, so this also works with older versions that don't implement 191 switches, so this also works with older versions that don't implement
192 -z combreloc. */ 192 -z combreloc. */
193#define LD_SWITCH_SYSTEM_TEMACS -z nocombreloc 193#define LD_SWITCH_SYSTEM_TEMACS -z nocombreloc