Fix mips-elf gp relocation overflow errors.
authorJames E Wilson <wilson@specifixinc.com>
Fri, 30 Sep 2005 18:06:26 +0000 (11:06 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 30 Sep 2005 18:06:26 +0000 (11:06 -0700)
* mf-heuristics.c (_end, ENTRY_POINT): Make them arrays with unknown
bounds.

From-SVN: r104825

libmudflap/ChangeLog
libmudflap/mf-heuristics.c

index 6c3d219bfcfef89e219f9cbf46db210a60bfb5d9..a6d0a1c433efbe9a403579d1c64edc35b8fabe0c 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-30  James E. Wilson  <wilson@specifix.com>
+
+       * mf-heuristics.c (_end, ENTRY_POINT): Make them arrays with unknown
+       bounds.
+
 2005-09-29  James E. Wilson  <wilson@specifix.com>
 
        * mf-hooks1.c (__mf_0fn_mmap, mmap, __mf_0fn_munmap, munmap): Protect
index 4a1a26cb3988c8d3398dc64a1cb6f94ffb1d20ec..f5ac6d0a46d9b0f6ce3a5e9db09057928464bf06 100644 (file)
@@ -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.