forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
#include <rtems/asm.h>
|
||||
#include "regs.S"
|
||||
#include "regs.h"
|
||||
|
||||
.text
|
||||
.align 2
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 $<
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#endif
|
||||
|
||||
#include <rtems/asm.h>
|
||||
#include "regs.S"
|
||||
#include "regs.h"
|
||||
#include "mg5.h"
|
||||
|
||||
#ifdef __mips16
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include <rtems/asm.h>
|
||||
#include "regs.S"
|
||||
#include "regs.h"
|
||||
|
||||
#ifdef __mips16
|
||||
/* This file contains 32 bit assembly code. */
|
||||
|
||||
Reference in New Issue
Block a user