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:
parent
0dba73e0ab
commit
b911c031b3
2 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue