summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-02-12 01:35:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-02-12 01:35:32 +0000
commitc95013a0dbf8020d04b92a216a5f3cab70769f83 (patch)
treeb62a8e4505d388e59416df91658ee392e14a7b55 /c/src/lib/libbsp/m68k/gen68360/include
parent2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c95013a0dbf8020d04b92a216a5f3cab70769f83.tar.bz2
2005-02-11 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h, startup/init68360.c: Correct type of symbols from linkcmds to compile with gcc 4.x.
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68360/include')
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/include/bsp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68360/include/bsp.h b/c/src/lib/libbsp/m68k/gen68360/include/bsp.h
index 099b94e5c4..b44321a8cb 100644
--- a/c/src/lib/libbsp/m68k/gen68360/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/gen68360/include/bsp.h
@@ -110,7 +110,8 @@ m68k_isr_entry set_vector(
/*
* Values assigned by link editor
*/
-extern void *_RomBase, *_RamBase;
+extern char _RamBase[];
+extern char _HeapSize[];
/*
* Definitions for Atlas Computer Equipment Inc. High Speed Bridge (HSB)