summaryrefslogtreecommitdiff
path: root/base/loader
AgeCommit message (Expand)Author
2006-05-14Made EM_SPARC32PLUS be recognized as belonging to the SPARC architecture. Pro...Gabe Black
2006-03-31Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-03-31Fixes to SPARC for syscall emulation mode.Gabe Black
2006-03-30Add a functional port that is used to load the original binaries in FSAli Saidi
2006-03-30Make TranslatingPort be a type of Port rather than something specialAli Saidi
2006-03-16Merge zizzer:/bk/newmemKorey Sewell
2006-03-16Found and fixed 3 decoder.isa bugs!!! Now the hello_world program runs for a ...Korey Sewell
2006-03-16Add warning for ignored loadable ELF segments.Steve Reinhardt
2006-03-15infinitesimal small baby steps toward MIPS actually workingKorey Sewell
2006-03-12Get rid of "Functional" suffix from (read|write)(Blob|String) functions.Steve Reinhardt
2006-03-10Work towards factoring isa_traits.hh into smaller, more specialized files.Gabe Black
2006-03-09SimpleCPU compiles with merge.Gabe Black
2006-03-09Hand merge. Stuff probably doesn't compile.Gabe Black
2006-03-09Merge zizzer:/bk/multiarchAli Saidi
2006-03-09no more common syscall emulation, now common for everyoneAli Saidi
2006-03-07The a.out and ecoff object file formats will only be supported on Alpha for now.Gabe Black
2006-03-04we REALLY don't want to use system headers for libelf...Ali Saidi
2006-03-04Filled out the object file loader so it can load object files for several OSs...Gabe Black
2006-03-02Simple program runs with sendAtomic!Steve Reinhardt
2006-03-02More progress... run a few instructions now, but die on the secondSteve Reinhardt
2006-02-27Changed targetarch to just arch.Gabe Black
2006-02-21Made Addr a global typeGabe Black
2006-02-20Make loaders use translation port instead of proxy memory.Ron Dreslinski
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...Gabe Black
2006-02-15More progress toward compiling... partly bySteve Reinhardt
2006-02-12Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ...Gabe Black
2005-11-20Serialize the symbol tablesNathan Binkert
2005-10-12Clean up symbol table access functions and make itNathan Binkert
2005-06-05Many files:Steve Reinhardt
2005-06-05Many files:Steve Reinhardt
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-06-03Make m5.fast workNathan Binkert
2004-11-18Minor fixes.Steve Reinhardt
2004-11-15Minor cleanup of symtab code/includes.Steve Reinhardt
2004-11-15Add support for sampled PC profiling to FullCPU.Steve Reinhardt
2004-06-27allow the use of old console code and update elf_object not to rely on EM_ALP...Ali Saidi
2004-06-21Merge saidi@zizzer.eecs.umich.edu:/bk/linuxAli Saidi
2004-06-21start towards getting m5 endian compliantAli Saidi
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-05-11first pass at merging m5 with linuxLisa Hsu
2004-05-06Whole mess'o'changes.. see individual filesAndrew Schultz
2004-03-24Hacks to make the libelf stuff work in openbsd.Nathan Binkert
2004-02-21Load local kernel symbols, and set aic7xxx_no_reset to prevent an initialAndrew Schultz
2004-01-30MergeNathan Binkert
2004-01-20Set LIBELF_LINUX to 0 to build on zax. BuildsSteve Reinhardt
2004-01-15mereged changes to elf_object.ccAli Saidi
2004-01-14Fixes and cleanup to elf loader code.Steve Reinhardt
2004-01-14Elf loader now conforms to coding style and config files for linuxAli Saidi
2004-01-14Minor fixes to loader and an additional header file in alpha_access.hAli Saidi
2004-01-08Fixed another small libelf problem, everything should work now, on anyAli Saidi