gem5/arch/alpha
Gabe Black 2c5e03550a Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, fixed an include to have the new location, and removed an ambiguating function declaration in byteswap.hh.
SConscript:
    Moved isa_fullsys_traits.hh out of targetarch, since the only place it's included, and the only place the comments in the file say it should be included, is in the alpha isa_traits.hh
    targetarch/isa_traits.hh is now included through arch/isa_traits.hh
    vptr.hh was removed from targetarch, and moved to sim
arch/alpha/pseudo_inst.cc:
    Moved vptr.hh from targetarch to sim
base/loader/object_file.hh:
base/loader/symtab.hh:
cpu/base.hh:
dev/ide_disk.cc:
    Changed the include of isa_traits.hh from targetarch to arch
cpu/static_inst.hh:
dev/platform.hh:
dev/simple_disk.hh:
kern/tru64/dump_mbuf.cc:
kern/tru64/mbuf.hh:
kern/tru64/tru64_events.cc:
kern/tru64/tru64_system.cc:
kern/tru64/tru64_system.hh:
sim/process.hh:
sim/syscall_emul.hh:
    Changed the include of isa_traits.hh from targetarch to arch.
kern/linux/linux_threadinfo.hh:
    Changed the include of vptr.hh from targetarch to sim.
sim/byteswap.hh:
    Removed the line declaring swap_byte(long), since it ambiguates with swap_byte(int32_t)
sim/vptr.hh:
    Fixed the assert in the equals operator.
    Changed the AlphaISA namespace reference to TheISA.
    Changed arch/alpha/vtophys.hh to targetarch/vtophys.hh, since this file is now for all architectures.
    Added an include of arch/isa_traits.hh so that TheISA would be defined.

--HG--
extra : convert_revision : e3c6ac17ed0277cfeba1d35cd63eba66eba5996f
2006-02-12 12:40:58 -05:00
..
isa Polishing of isa_parser.py internal operand handling, resulting in 2006-02-12 00:31:19 -05:00
alpha_linux_process.cc fix #if. I wonder why my compiler had no issues. Even though it is clearly 2006-02-11 11:01:51 -05:00
alpha_linux_process.hh Many files: 2005-06-05 05:16:00 -04:00
alpha_memory.cc Bug fix: can't increment an iterator after you erase 2005-09-02 14:38:11 -04:00
alpha_memory.hh Many files: 2005-06-05 05:16:00 -04:00
alpha_tru64_process.cc fix problems on darwin/*BSD for syscall emulation mode 2006-02-10 14:21:32 -05:00
alpha_tru64_process.hh Many files: 2005-06-05 05:16:00 -04:00
aout_machdep.h Many files: 2005-06-05 05:16:00 -04:00
arguments.cc Many files: 2005-06-05 05:16:00 -04:00
arguments.hh Many files: 2005-06-05 05:16:00 -04:00
ecoff_machdep.h Many files: 2005-06-05 04:21:22 -04:00
ev5.cc Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
ev5.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
faults.cc Many files: 2005-06-05 05:16:00 -04:00
faults.hh Many files: 2005-06-05 05:16:00 -04:00
isa_traits.hh Alot of changes to push towards ISA independence. Highlights are renaming of the isa_desc files, movement of byte_swap.hh into sim, and the creation of arch/isa_traits.hh 2006-02-08 01:03:55 -05:00
osfpal.cc Many files: 2005-06-05 05:16:00 -04:00
osfpal.hh Many files: 2005-06-05 05:16:00 -04:00
pseudo_inst.cc Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, fixed an include to have the new location, and removed an ambiguating function declaration in byteswap.hh. 2006-02-12 12:40:58 -05:00
pseudo_inst.hh add symbol opcode 2005-11-19 01:25:34 -05:00
SConscript Some stuff aparently didn't get committed which was from before the new repository was created. 2006-01-24 19:57:17 -05:00
stacktrace.cc Cleanup the StackTrace interfaces and profile interfaces so they 2005-11-20 17:44:58 -05:00
stacktrace.hh Cleanup the StackTrace interfaces and profile interfaces so they 2005-11-20 17:44:58 -05:00
vtophys.cc Many files: 2005-06-05 05:16:00 -04:00
vtophys.hh Many files: 2005-06-05 05:16:00 -04:00