From cb0cf2dd8ab1cd60ef13de925ac862268c07297f Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Wed, 31 May 2006 19:26:56 -0400 Subject: Updated Authors from bk prs info --HG-- extra : convert_revision : 77f475b156d81c03a2811818fa23593d5615c685 --- src/arch/mips/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/arch/mips/SConscript') diff --git a/src/arch/mips/SConscript b/src/arch/mips/SConscript index ef1ef25d6..4035a0dac 100644 --- a/src/arch/mips/SConscript +++ b/src/arch/mips/SConscript @@ -25,6 +25,9 @@ # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# Authors: Gabe Black +# Steve Reinhardt import os import sys -- cgit v1.2.3 From 5802c46c3bb830d8800196489eb0bf17ef54e5e0 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Wed, 31 May 2006 19:38:46 -0400 Subject: remove unneeded files that were copied directly from alpha --HG-- extra : convert_revision : 55d41190c23e4baa0187053b2fbefcfc4379220a --- src/arch/mips/SConscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/arch/mips/SConscript') diff --git a/src/arch/mips/SConscript b/src/arch/mips/SConscript index 4035a0dac..0365f5373 100644 --- a/src/arch/mips/SConscript +++ b/src/arch/mips/SConscript @@ -51,11 +51,7 @@ base_sources = Split(''' # Full-system sources full_system_sources = Split(''' memory.cc - arguments.cc mips34k.cc - osfpal.cc - stacktrace.cc - vtophys.cc ''') # Syscall emulation (non-full-system) sources -- cgit v1.2.3