From 7e0bd268fecabbda766ed8619cfbeee34adf7007 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 19 Mar 2007 17:11:38 +0000 Subject: 2007-03-19 Tim Retout * i386/ldscript: Correct 'LINKFLAGS_gnumach' in comment. --- ChangeLog | 4 ++++ i386/ldscript | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7b4ab40..eb51648 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-19 Tim Retout + + * i386/ldscript: Correct 'LINKFLAGS_gnumach' in comment. + 2007-03-06 Samuel Thibault * i386/i386/user_ldt.c (i386_set_gdt): Call switch_ktss() if target is diff --git a/i386/ldscript b/i386/ldscript index 2195af3..55a1284 100644 --- a/i386/ldscript +++ b/i386/ldscript @@ -50,7 +50,7 @@ SECTIONS * There are specific requirements about entry points, so we have it * configurable via `_START': `.text' will begin there and `.text.start' will * be first in there. See also `i386/i386at/boothdr.S' and - * `LINKFLAGS_gnumach' in `i386/Makefrag.am'. + * `gnumach_LINKFLAGS' in `i386/Makefrag.am'. */ . = _START; .text : -- cgit v1.2.3