summaryrefslogtreecommitdiff
path: root/base/loader/exec_ecoff.h
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-03-07 09:34:24 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-03-07 09:34:24 -0500
commitcd62fed1a7c535befaa00c8775de78f9f29b1274 (patch)
tree2708e17ca969fcb5ee25e61d380812b8cd04b0ff /base/loader/exec_ecoff.h
parent531216e9f385c346433a02a83d60ad5d03ced47f (diff)
downloadgem5-cd62fed1a7c535befaa00c8775de78f9f29b1274.tar.xz
The a.out and ecoff object file formats will only be supported on Alpha for now.
arch/SConscript: aout_machdep.h and ecoff_machdep.h are no longer bridging headers, since support of these formats is limitted to alpha. base/loader/exec_aout.h: Include the alpha specific version of aout_machdep.h, since only the alpha version of aout will be supported for now. base/loader/exec_ecoff.h: Include the alpha specific version of ecoff_machdep.h, since only the alpha version of ecoff will be supported for now. --HG-- extra : convert_revision : 15328aae54538c26d2c10d7476501e0daa3d22d0
Diffstat (limited to 'base/loader/exec_ecoff.h')
-rw-r--r--base/loader/exec_ecoff.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/loader/exec_ecoff.h b/base/loader/exec_ecoff.h
index 79cd22a6e..555589806 100644
--- a/base/loader/exec_ecoff.h
+++ b/base/loader/exec_ecoff.h
@@ -37,7 +37,8 @@
#ifndef _SYS_EXEC_ECOFF_H_
#define _SYS_EXEC_ECOFF_H_
-#include "arch/ecoff_machdep.h"
+//Only alpha will be able to load ecoff files for now
+#include "arch/alpha/ecoff_machdep.h"
struct ecoff_filehdr {
coff_ushort f_magic; /* magic number */