summaryrefslogtreecommitdiff
path: root/libmudflap/mf-heuristics.c
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-30 18:06:26 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-30 18:06:26 +0000
commitbd45c3777ce6dee717b34cdb2cc624f7f3f3e08b (patch)
treeb94faf8ae81b88f35924548dd1cf319539f34a9f /libmudflap/mf-heuristics.c
parent26a13ed4095fabc53c3064647d41b7b1d04c0e53 (diff)
downloadgcc-bd45c3777ce6dee717b34cdb2cc624f7f3f3e08b.tar.gz
Fix mips-elf gp relocation overflow errors.
* mf-heuristics.c (_end, ENTRY_POINT): Make them arrays with unknown bounds. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104825 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/mf-heuristics.c')
-rw-r--r--libmudflap/mf-heuristics.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmudflap/mf-heuristics.c b/libmudflap/mf-heuristics.c
index 4a1a26cb398..f5ac6d0a46d 100644
--- a/libmudflap/mf-heuristics.c
+++ b/libmudflap/mf-heuristics.c
@@ -42,8 +42,8 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#endif
-extern char _end;
-extern char ENTRY_POINT;
+extern char _end[];
+extern char ENTRY_POINT[];
/* Run some quick validation of the given region.