2005-02-11 Joel Sherrill <joel@OARcorp.com>

* include/bsp.h: Correct type of symbols from linkcmds to compile with
	gcc 4.x.
This commit is contained in:
Joel Sherrill
2005-02-12 01:35:38 +00:00
parent c95013a0db
commit 3e5323041d
6 changed files with 15 additions and 15 deletions

View File

@@ -1,3 +1,8 @@
2005-02-11 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Correct type of symbols from linkcmds to compile with
gcc 4.x.
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.

View File

@@ -203,11 +203,6 @@ m68k_isr_entry set_vector(
int type
);
/*
* Values assigned by link editor
*/
extern void *_RomBase, *_RamBase;
#ifdef __cplusplus
}
#endif

View File

@@ -1,3 +1,8 @@
2005-02-11 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Correct type of symbols from linkcmds to compile with
gcc 4.x.
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.

View File

@@ -94,11 +94,6 @@ m68k_isr_entry set_vector(
int type
);
/*
* Values assigned by link editor
*/
extern void *_RomBase, *_RamBase;
#ifdef __cplusplus
}
#endif

View File

@@ -1,3 +1,8 @@
2005-02-11 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Correct type of symbols from linkcmds to compile with
gcc 4.x.
2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* tod/todcfg.c: size_t RTC_Count.

View File

@@ -222,11 +222,6 @@ m68k_isr_entry set_vector(
int type
);
/*
* Values assigned by link editor
*/
extern void *_RomBase, *_RamBase;
#ifdef __cplusplus
}
#endif