projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e7006
)
Fix up the remote gdb include gaurds so it doesn't use the same symbol as Alpha does.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 5 Mar 2007 14:46:49 +0000
(14:46 +0000)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 5 Mar 2007 14:46:49 +0000
(14:46 +0000)
--HG--
extra : convert_revision :
b75dbdd95ceb4ec71275588a5cf8e6b614cf4539
src/arch/sparc/remote_gdb.hh
patch
|
blob
|
history
diff --git
a/src/arch/sparc/remote_gdb.hh
b/src/arch/sparc/remote_gdb.hh
index b97961a34a2efa84b7ea797f23e6ab9b9f426537..dbdf810c437965d0afdb7d537b35a05de6e4db38 100644
(file)
--- a/
src/arch/sparc/remote_gdb.hh
+++ b/
src/arch/sparc/remote_gdb.hh
@@
-28,12
+28,12
@@
* Authors: Nathan Binkert
*/
-#ifndef __ARCH_
ALPHA
_REMOTE_GDB_HH__
-#define __ARCH_
ALPHA
_REMOTE_GDB_HH__
+#ifndef __ARCH_
SPARC
_REMOTE_GDB_HH__
+#define __ARCH_
SPARC
_REMOTE_GDB_HH__
#include <map>
-#include "arch/types.hh"
+#include "arch/
sparc/
types.hh"
#include "base/remote_gdb.hh"
#include "cpu/pc_event.hh"
#include "base/pollevent.hh"
@@
-74,4
+74,4
@@
namespace SparcISA
};
}
-#endif /* __ARCH_
ALPHA
_REMOTE_GDB_H__ */
+#endif /* __ARCH_
SPARC
_REMOTE_GDB_H__ */