summaryrefslogtreecommitdiffstats
path: root/boehm-gc/include
diff options
context:
space:
mode:
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-09 23:11:36 +0000
committerljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-09 23:11:36 +0000
commit6c82ea9964da67b4dc98e620060ecbb004fc2aeb (patch)
tree644d44bb8eff6a1011aedd7015246966aa034847 /boehm-gc/include
parent61e7c2dd5babcfcbfc382d55358e4657ef4bf26d (diff)
downloadppe42-gcc-6c82ea9964da67b4dc98e620060ecbb004fc2aeb.tar.gz
ppe42-gcc-6c82ea9964da67b4dc98e620060ecbb004fc2aeb.zip
* 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
Diffstat (limited to 'boehm-gc/include')
-rw-r--r--boehm-gc/include/private/gcconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h
index 9151a2ff796..519bfc74544 100644
--- a/boehm-gc/include/private/gcconfig.h
+++ b/boehm-gc/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.
OpenPOWER on IntegriCloud