Fix up the remote gdb include gaurds so it doesn't use the same symbol as Alpha does.
--HG-- extra : convert_revision : b75dbdd95ceb4ec71275588a5cf8e6b614cf4539
This commit is contained in:
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user