projects
/
gc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f59240
)
Make __data_start a weak symbol, to allow loading modules on mips.
author
Paolo Molaro
<lupus@oddwiz.org>
Tue, 13 Dec 2011 15:35:10 +0000
(15:35 +0000)
committer
Ivan Maidanski
<ivmai@mail.ru>
Sun, 4 Mar 2012 12:02:41 +0000
(16:02 +0400)
include/private/gcconfig.h
patch
|
blob
|
history
diff --git
a/include/private/gcconfig.h
b/include/private/gcconfig.h
index 0d28d986f7c8061ec55f033eeccedb504e353172..16627ca89436c54f78a65c420d234efe9de7406d 100644
(file)
--- a/
include/private/gcconfig.h
+++ b/
include/private/gcconfig.h
@@
-1446,6
+1446,7
@@
# define DYNAMIC_LOADING
extern int _end[];
# define DATAEND (_end)
+#pragma weak __data_start
extern int __data_start[];
# define DATASTART ((ptr_t)(__data_start))
# if defined(_MIPS_SZPTR) && (_MIPS_SZPTR == 64)