This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libmudflap/24420] mudflap doesnt work with DSOs?
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Oct 2005 14:18:21 -0000
- Subject: [Bug libmudflap/24420] mudflap doesnt work with DSOs?
- References: <bug-24420-11395@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-18 14:18 -------
extern char _end[];
extern char ENTRY_POINT[];
Maybe they should be made to be pointers and weak.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24420