Files
gem5/base
Steve Reinhardt 9f2aae4e28 Fixes and cleanup to elf loader code.
base/loader/elf_object.cc:
    - Use program header instead of section headers for loading.
    The old code doesn't work for Alpha/Linux user binaries.

    - Deal properly with single-segment ELF executables (e.g. kernels)...
    haven't tested this but it looks like it matches the functionality
    of the patch the L4::Pistachio guys sent.

    - Factor load symbol code into one common function.

    - Some formatting to match style conventions.

    - Only include libelf stuff in .cc file, not .hh.
base/loader/elf_object.hh:
    - Use program header instead of section headers for loading.
    The old code doesn't work for Alpha/Linux user binaries.

    - Factor load symbol code into one common function.

    - Only include libelf stuff in .cc file, not .hh.

--HG--
extra : convert_revision : 782062d09d43083b01e65cd645c941f49c27640a
2004-01-14 22:30:16 -08:00
..
2003-10-07 10:41:54 -04:00
2003-10-20 21:38:32 -04:00
2003-10-07 10:41:54 -04:00
2003-10-07 10:41:54 -04:00
2003-10-07 10:41:54 -04:00
2003-12-19 00:02:20 -05:00
2003-10-15 16:39:37 -04:00
2003-10-07 10:41:54 -04:00
2003-10-07 10:41:54 -04:00
2003-10-30 15:15:27 -05:00
2003-10-07 10:41:54 -04:00
2003-12-04 19:26:31 -05:00
2003-10-15 16:39:37 -04:00
2003-10-07 10:41:54 -04:00
2003-12-28 12:48:13 -05:00
2003-12-28 12:48:13 -05:00
2003-12-15 18:23:48 -05:00
2003-12-15 18:23:48 -05:00
2003-12-15 18:23:48 -05:00