2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>

* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
This commit is contained in:
Ralf Corsepius
2005-02-16 10:13:09 +00:00
parent a3f91c6e08
commit 756f4a4301
22 changed files with 55 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge-in wrapup/Makefile.am.

View File

@@ -49,6 +49,6 @@ RTEMS_BSPOPTS_HELP([DMV177_USE_INSTRUCTION_CACHE],
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
RTEMS_PPC_EXCEPTIONS([old])
RTEMS_PPC_EXCEPTIONS
AC_OUTPUT

View File

@@ -1,3 +1,7 @@
2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge-in wrapup/Makefile.am.

View File

@@ -34,6 +34,6 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE],
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
RTEMS_PPC_EXCEPTIONS([old])
RTEMS_PPC_EXCEPTIONS
AC_OUTPUT

View File

@@ -1,3 +1,7 @@
2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* flashentry/flashentry.S: #include <rtems/powerpc/powerpc.h>

View File

@@ -33,6 +33,6 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE],
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
RTEMS_PPC_EXCEPTIONS([old])
RTEMS_PPC_EXCEPTIONS
AC_OUTPUT

View File

@@ -1,3 +1,7 @@
2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge-in wrapup/Makefile.am.

View File

@@ -117,6 +117,6 @@ RTEMS_BSPOPTS_HELP([DISPATCH_HANDLER_STAT],
# Explicitly list a Makefile here
AC_CONFIG_FILES([Makefile])
RTEMS_PPC_EXCEPTIONS([new])
RTEMS_PPC_EXCEPTIONS
AC_OUTPUT

View File

@@ -1,3 +1,7 @@
2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge-in wrapup/Makefile.am.

View File

@@ -50,6 +50,6 @@ AC_DEFINE_UNQUOTED([USE_ENHANCED_INTR_API],[1],
AC_CONFIG_FILES([Makefile
bootloader/Makefile])
RTEMS_PPC_EXCEPTIONS([new])
RTEMS_PPC_EXCEPTIONS
AC_OUTPUT

View File

@@ -1,3 +1,7 @@
2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge-in wrapup/Makefile.am.

View File

@@ -70,6 +70,6 @@ AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
# Explicitly list a Makefile here
AC_CONFIG_FILES([Makefile])
RTEMS_PPC_EXCEPTIONS([new])
RTEMS_PPC_EXCEPTIONS
AC_OUTPUT

View File

@@ -1,3 +1,7 @@
2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge-in wrapup/Makefile.am.

View File

@@ -35,6 +35,6 @@ RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
RTEMS_PPC_EXCEPTIONS([new])
RTEMS_PPC_EXCEPTIONS
AC_OUTPUT

View File

@@ -1,3 +1,7 @@
2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>
* startup/spurious.c: Merge ppc603 and ppc603e.

View File

@@ -62,6 +62,6 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE],
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
RTEMS_PPC_EXCEPTIONS([old])
RTEMS_PPC_EXCEPTIONS
AC_OUTPUT

View File

@@ -1,3 +1,7 @@
2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge-in wrapup/Makefile.am.

View File

@@ -32,6 +32,6 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE],
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
RTEMS_PPC_EXCEPTIONS([new])
RTEMS_PPC_EXCEPTIONS
AC_OUTPUT

View File

@@ -1,3 +1,7 @@
2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>
* startup/spurious.c: Merge ppc603 and ppc603e.

View File

@@ -69,6 +69,6 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE],
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
RTEMS_PPC_EXCEPTIONS([old])
RTEMS_PPC_EXCEPTIONS
AC_OUTPUT

View File

@@ -1,3 +1,7 @@
2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge-in wrapup/Makefile.am.

View File

@@ -47,6 +47,6 @@ RTEMS_BSPOPTS_HELP([PRINTK_MINOR],
# Explicitly list a Makefile here
AC_CONFIG_FILES([Makefile])
RTEMS_PPC_EXCEPTIONS([new])
RTEMS_PPC_EXCEPTIONS
AC_OUTPUT