From 4e64a1e89cdf812c25d1780d5e45f4a3a543803c Mon Sep 17 00:00:00 2001 From: ljrittle Date: Tue, 9 Apr 2002 23:11:36 +0000 Subject: [PATCH] * include/private/gcconfig.h (DATAEND): Update comment example to match reality. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52098 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 5 +++++ include/private/gcconfig.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 896ec3e3..c7d5818c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-09 Loren J. Rittle + + * include/private/gcconfig.h (DATAEND): Update comment example + to match reality. + 2002-04-08 Loren J. Rittle * include/private/gcconfig.h (DATAEND): Clarify comment. diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index 9151a2ff..519bfc74 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -453,9 +453,9 @@ * DATAEND, if not `end' where `end' is defined as ``extern int end[];''. * RTH suggests gaining access to linker script synth'd values with * this idiom instead of `&end' where `end' is defined as ``extern int end;'' . - * Otherwise, ``GCC will assume these are in .sdata/.sbss'' and it will + * Otherwise, ``GCC will assume these are in .sdata/.sbss'' and it will, e.g., * cause failures on alpha*-*-* with ``-msmall-data or -fpic'' or mips-*-* - * or ia64-*-* without any special options. + * without any special options. * * ALIGN_DOUBLE of GC_malloc should return blocks aligned to twice * the pointer size. -- 2.40.0