2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>

* start/regs.S: Remove (Renamed into start/regs.h).
	* start/regs.h: New (Renamed from start/regs.S).
	* Makefile.am, start/start.S: Reflect renamer.
This commit is contained in:
Ralf Corsepius
2008-09-29 13:10:18 +00:00
parent 64eb0c7f42
commit 234f3ecc34
12 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* start/regs.S: Remove (Renamed into start/regs.h).
* start/regs.h: New (Renamed from start/regs.S).
* Makefile.am, start/start.S: Reflect renamer.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate *_SOURCES.

View File

@@ -21,7 +21,7 @@ nodist_include_HEADERS += ../../shared/include/coverhd.h
noinst_PROGRAMS =
EXTRA_DIST = start/start.S start/regs.S
EXTRA_DIST = start/start.S start/regs.h
start.$(OBJEXT): start/start.S
$(CPPASCOMPILE) -o $@ -c $<
project_lib_DATA = start.$(OBJEXT)

View File

@@ -13,7 +13,7 @@
*/
#include <rtems/asm.h>
#include "regs.S"
#include "regs.h"
.text
.align 2

View File

@@ -1,3 +1,9 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* start/regs.S: Remove (Renamed into start/regs.h).
* start/regs.h: New (Renamed from start/regs.S).
* Makefile.am, start/start.S: Reflect renamer.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate *_SOURCES.

View File

@@ -21,7 +21,7 @@ noinst_PROGRAMS =
nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S start/regs.S start/mg5.h
EXTRA_DIST = start/start.S start/regs.h start/mg5.h
start.$(OBJEXT): start/start.S
$(CPPASCOMPILE) -o $@ -c $<

View File

@@ -38,7 +38,7 @@
#endif
#include <rtems/asm.h>
#include "regs.S"
#include "regs.h"
#include "mg5.h"
#ifdef __mips16

View File

@@ -1,3 +1,9 @@
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* start/regs.S: Remove (Renamed into start/regs.h).
* start/regs.h: New (Renamed from start/regs.S).
* Makefile.am, start/start.S: Reflect renamer.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate *_SOURCES.

View File

@@ -24,7 +24,7 @@ DISTCLEANFILES = include/bspopts.h
nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S start/regs.S
EXTRA_DIST = start/start.S start/regs.h
start.$(OBJEXT): start/start.S
$(CPPASCOMPILE) -o $@ -c $<
project_lib_DATA = start.$(OBJEXT)

View File

@@ -18,7 +18,7 @@
*/
#include <rtems/asm.h>
#include "regs.S"
#include "regs.h"
#ifdef __mips16
/* This file contains 32 bit assembly code. */