summaryrefslogtreecommitdiff
path: root/base/loader/elf_object.cc
AgeCommit message (Expand)Author
2006-05-14Made EM_SPARC32PLUS be recognized as belonging to the SPARC architecture. Pro...Gabe Black
2006-03-31Fixes to SPARC for syscall emulation mode.Gabe Black
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-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-09no more common syscall emulation, now common for everyoneAli Saidi
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-20Make loaders use translation port instead of proxy memory.Ron Dreslinski
2006-02-15More progress toward compiling... partly bySteve 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-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-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-07Changed elf_object.* to use libelf for reading elf files. The makefileAli Saidi
2003-12-01Restructuring of LiveProcess etc. to support multiple emulated OS syscallSteve Reinhardt
2003-10-10Make include paths explicit and update makefile accordingly.Steve Reinhardt
2003-10-10File moves for the reorg. Tree is in broken state until I commit the makefil...Steve Reinhardt