diff options
author | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-09 01:35:21 +0000 |
---|---|---|
committer | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-04-09 01:35:21 +0000 |
commit | 48c18685c9393afe61eeb7a1cf0a4276ad0fbe29 (patch) | |
tree | 4e53722da2e5ca297db28d40afc009717838138f /boehm-gc/include | |
parent | fea37d3ec4d8bc865b42ec270848967dfe988a1f (diff) | |
download | gcc-48c18685c9393afe61eeb7a1cf0a4276ad0fbe29.tar.gz |
* include/private/gcconfig.h (DATAEND): Clarify comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52054 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/include')
-rw-r--r-- | boehm-gc/include/private/gcconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h index a3f468f6891..9151a2ff796 100644 --- a/boehm-gc/include/private/gcconfig.h +++ b/boehm-gc/include/private/gcconfig.h @@ -453,6 +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 + * cause failures on alpha*-*-* with ``-msmall-data or -fpic'' or mips-*-* + * or ia64-*-* without any special options. * * ALIGN_DOUBLE of GC_malloc should return blocks aligned to twice * the pointer size. |