mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
gcconfig.h (DATAEND): Update comment example to match reality.
* include/private/gcconfig.h (DATAEND): Update comment example to match reality. From-SVN: r52098
This commit is contained in:
committed by
Loren J. Rittle
parent
0dba73e0ab
commit
b911c031b3
@@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* include/private/gcconfig.h (DATAEND): Clarify comment.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user