Commit b911c031 by Loren J. Rittle Committed by Loren J. Rittle

gcconfig.h (DATAEND): Update comment example to match reality.

	* include/private/gcconfig.h (DATAEND): Update comment example
	to match reality.

From-SVN: r52098
parent 0dba73e0
2002-04-09 Loren J. Rittle <ljrittle@acm.org>
* include/private/gcconfig.h (DATAEND): Update comment example
to match reality.
2002-04-08 Loren J. Rittle <ljrittle@acm.org> 2002-04-08 Loren J. Rittle <ljrittle@acm.org>
* include/private/gcconfig.h (DATAEND): Clarify comment. * include/private/gcconfig.h (DATAEND): Clarify comment.
......
...@@ -453,9 +453,9 @@ ...@@ -453,9 +453,9 @@
* DATAEND, if not `end' where `end' is defined as ``extern int end[];''. * DATAEND, if not `end' where `end' is defined as ``extern int end[];''.
* RTH suggests gaining access to linker script synth'd values with * RTH suggests gaining access to linker script synth'd values with
* this idiom instead of `&end' where `end' is defined as ``extern int end;'' . * 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-*-* * 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 * ALIGN_DOUBLE of GC_malloc should return blocks aligned to twice
* the pointer size. * the pointer size.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment