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

* liblnk/regs.S: Remove (Rename into liblnk.h).
	* liblnk/regs.h: New (Renamed from liblnk/regs.S).
	* Makefile.am, liblnk/pmon.S: Reflect renamer.
This commit is contained in:
Ralf Corsepius
2008-09-29 13:10:20 +00:00
parent 6e7fc9c1f5
commit ff3a689e84
4 changed files with 9 additions and 3 deletions

View File

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

View File

@@ -22,7 +22,7 @@ noinst_PROGRAMS =
nodist_include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = start/start.S start/regs.S
EXTRA_DIST = start/start.S
start.$(OBJEXT): start/start.S
$(CPPASCOMPILE) -o $@ -c $<
@@ -53,7 +53,7 @@ clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
# console
libbsp_a_SOURCES += console/console-io.c
# liblnk
libbsp_a_SOURCES += liblnk/lnklib.S liblnk/pmon.S
libbsp_a_SOURCES += liblnk/lnklib.S liblnk/pmon.S liblnk/regs.h
libbsp_a_LIBADD = \
clock.rel \

View File

@@ -29,7 +29,7 @@
#define SUBU dsubu
#endif
#include "regs.S"
#include "regs.h"
.text
.align 2