2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
	Remove BSPOPTS_*(FPU_REVB).
	* wrapup/Makefile.am: Remove tbr.
This commit is contained in:
Joel Sherrill
2002-04-03 14:17:37 +00:00
parent cdd2ffd312
commit ed90f7546b
6 changed files with 14 additions and 18 deletions

View File

@@ -1,3 +1,9 @@
2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
Remove BSPOPTS_*(FPU_REVB).
* wrapup/Makefile.am: Remove tbr.
2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE). * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).

View File

@@ -37,14 +37,6 @@ RTEMS_BSPOPTS_HELP([SIMSPARC_FAST_IDLE],
time spent in the idle task is minimized. This significantly reduces time spent in the idle task is minimized. This significantly reduces
the wall time required to execute the RTEMS test suites.]) the wall time required to execute the RTEMS test suites.])
RTEMS_BSPOPTS_SET([NO_TABLE_MOVE],[*],[1])
RTEMS_BSPOPTS_HELP([NO_TABLE_MOVE],
[do not have a second trap table -- use the BSP's.])
RTEMS_BSPOPTS_SET([FPU_REVB],[*],[])
RTEMS_BSPOPTS_HELP([FPU_REVB],
[If defined, enables work-around for bug 3.14 in FPU rev.B or rev.C])
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
clock/Makefile clock/Makefile

View File

@@ -10,7 +10,7 @@ endif
BSP_PIECES = startup console clock timer gnatsupp $(NETWORKING_DRIVER) BSP_PIECES = startup console clock timer gnatsupp $(NETWORKING_DRIVER)
# pieces to pick up out of libcpu/sparc # pieces to pick up out of libcpu/sparc
CPU_PIECES = cache reg_win syscall tbr CPU_PIECES = cache reg_win syscall
# bummer; have to use $foreach since % pattern subst rules only replace 1x # bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \ OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \

View File

@@ -1,3 +1,9 @@
2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
Remove BSPOPTS_*(FPU_REVB).
* wrapup/Makefile.am: Remove tbr.
2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE). * configure.ac: Add BSPOPTS_*(NO_TABLE_MOVE).

View File

@@ -33,14 +33,6 @@ RTEMS_BSPOPTS_HELP([SIMSPARC_FAST_IDLE],
time spent in the idle task is minimized. This significantly reduces time spent in the idle task is minimized. This significantly reduces
the wall time required to execute the RTEMS test suites.]) the wall time required to execute the RTEMS test suites.])
RTEMS_BSPOPTS_SET([NO_TABLE_MOVE],[*],[1])
RTEMS_BSPOPTS_HELP([NO_TABLE_MOVE],
[do not have a second trap table -- use the BSP's.])
RTEMS_BSPOPTS_SET([FPU_REVB],[*],[])
RTEMS_BSPOPTS_HELP([FPU_REVB],
[If defined, enables work-around for bug 3.14 in FPU rev.B or rev.C])
# Explicitly list all Makefiles here # Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
clock/Makefile clock/Makefile

View File

@@ -5,7 +5,7 @@
BSP_PIECES = startup console clock timer gnatsupp $(NETWORK) BSP_PIECES = startup console clock timer gnatsupp $(NETWORK)
# pieces to pick up out of libcpu/sparc # pieces to pick up out of libcpu/sparc
CPU_PIECES = cache reg_win syscall tbr CPU_PIECES = cache reg_win syscall
# bummer; have to use $foreach since % pattern subst rules only replace 1x # bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \ OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \