* src/mm/boehm-gc/include/private/gcconfig.h: Patch for mips to find
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Sun, 12 Oct 2008 12:28:54 +0000 (14:28 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Sun, 12 Oct 2008 12:28:54 +0000 (14:28 +0200)
__data_start symbol.

src/mm/boehm-gc/include/private/gcconfig.h

index 3959cf83cc40237a2b79f17cfb4e8093fdb26bed..e1377ac088e223ea88e3ab0d3a26db54201b9902 100644 (file)
 #     define DYNAMIC_LOADING
       extern int _end[];
 #     define DATAEND (_end)
-      extern int __data_start[];
-#     define DATASTART ((ptr_t)(__data_start))
+#     define SEARCH_FOR_DATA_START
 #     define CPP_WORDSZ _MIPS_SZPTR
 #     define ALIGNMENT (_MIPS_SZPTR/8)
 #     if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 2 || __GLIBC__ > 2