projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31b6941
)
mips: compatibility between MIPS_SE and cross compiler from CodeSorcery
author
Deyuan Guo
<guodeyuan@tsinghua.org.cn>
Thu, 12 Jan 2012 14:59:01 +0000
(09:59 -0500)
committer
Deyuan Guo
<guodeyuan@tsinghua.org.cn>
Thu, 12 Jan 2012 14:59:01 +0000
(09:59 -0500)
src/arch/mips/linux/process.cc
patch
|
blob
|
history
diff --git
a/src/arch/mips/linux/process.cc
b/src/arch/mips/linux/process.cc
index 156d4ea0597d724c5f996ef0f8782ee423232308..0982e05cb920d9d928a3f7d0e92ab4af77f11978 100644
(file)
--- a/
src/arch/mips/linux/process.cc
+++ b/
src/arch/mips/linux/process.cc
@@
-55,7
+55,7
@@
unameFunc(SyscallDesc *desc, int callnum, LiveProcess *process,
strcpy(name->sysname, "Linux");
strcpy(name->nodename,"m5.eecs.umich.edu");
- strcpy(name->release, "2.
4.20
");
+ strcpy(name->release, "2.
6.35
");
strcpy(name->version, "#1 Mon Aug 18 11:32:15 EDT 2003");
strcpy(name->machine, "mips");