summaryrefslogtreecommitdiff
path: root/src/base/loader/object_file.hh
AgeCommit message (Expand)Author
2012-02-24MEM: Make port proxies use references rather than pointersAndreas Hansson
2012-01-17MEM: Add port proxies instead of non-structural portsAndreas Hansson
2010-06-02ARM: Detect thumb mode elf images.Gabe Black
2009-10-27POWER: Add support for the Power ISATimothy M. Jones
2009-07-27ARM: Detect OABI binaries and complain that they're no-longer supported.Ali Saidi
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-02-15X86: Make the loader recognize 32 bit x86 processes.Gabe Black
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-02-05Add base ARM code to M5Stephen Hines
2007-09-11Loader: Error if a TLS section is found in the binary.Ali Saidi
2007-03-05Add x86 to the Arch enum in the object file class.Gabe Black
2007-02-28Make trap instructions always generate TrapInstruction Fault objects which ca...Gabe Black
2007-01-22check if an executable is dynamic and die if it isAli Saidi
2006-11-30Load the hypervisor symbols twice, once with an address mask so that we can g...Ali Saidi
2006-11-09Get SPARC to the point that it starts running. Add ability to load the ROM bi...Ali Saidi
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt