forked from Imagelibrary/rtems
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* liblnk/regs.S: Remove (Renamed into liblnk/regs.h). * liblnk/regs.h: New (Renamed from liblnk/regs.S). * Makefile.am, liblnk/pmon.S: Reflect renamer.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* liblnk/regs.S: Remove (Renamed into liblnk/regs.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>
|
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Eliminate *_SOURCES.
|
* Makefile.am: Eliminate *_SOURCES.
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ DISTCLEANFILES = include/bspopts.h
|
|||||||
|
|
||||||
nodist_include_HEADERS += ../../shared/include/coverhd.h
|
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
|
start.$(OBJEXT): start/start.S
|
||||||
$(CPPASCOMPILE) -o $@ -c $<
|
$(CPPASCOMPILE) -o $@ -c $<
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ libbsp_a_SOURCES += clock/ckinit.c
|
|||||||
# console
|
# console
|
||||||
libbsp_a_SOURCES += console/console.c
|
libbsp_a_SOURCES += console/console.c
|
||||||
# liblnk
|
# 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 = \
|
libbsp_a_LIBADD = \
|
||||||
../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
|
../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
#define SUBU dsubu
|
#define SUBU dsubu
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "regs.S"
|
#include "regs.h"
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.align 2
|
.align 2
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* liblnk/regs.S: Remove (Renamed into liblnk/regs.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>
|
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Eliminate *_SOURCES.
|
* Makefile.am: Eliminate *_SOURCES.
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ noinst_PROGRAMS =
|
|||||||
|
|
||||||
nodist_include_HEADERS += ../../shared/include/coverhd.h
|
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
|
start.$(OBJEXT): start/start.S
|
||||||
$(CPPASCOMPILE) -o $@ -c $<
|
$(CPPASCOMPILE) -o $@ -c $<
|
||||||
|
|
||||||
@@ -54,7 +54,7 @@ clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
|||||||
libbsp_a_SOURCES += console/console-io.c
|
libbsp_a_SOURCES += console/console-io.c
|
||||||
|
|
||||||
# liblnk
|
# 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 = \
|
libbsp_a_LIBADD = \
|
||||||
clock.rel \
|
clock.rel \
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
#define SUBU dsubu
|
#define SUBU dsubu
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "regs.S"
|
#include "regs.h"
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.align 2
|
.align 2
|
||||||
|
|||||||
Reference in New Issue
Block a user