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:
Gabe Black 2007-03-05 14:46:49 +00:00
parent 30e700600c
commit 8a33c8dce4

View file

@ -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__ */