Changeset de6b301 in mainline for arch/sparc64/include/elf.h


Ignore:
Timestamp:
2006-03-12T18:27:33Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f972b89
Parents:
a82500ce
Message:

Basic support for loading ELF object files.
ia64, amd64, ia32 working.
mips32 requires some attention.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/include/elf.h

    ra82500ce rde6b301  
    2727 */
    2828
    29 #ifndef __ia64_ELF_H__
    30 #define __ia64_ELF_H__
    31 
    32 #include <elf64.h>
     29#ifndef __sparc64_ELF_H__
     30#define __sparc64_ELF_H__
    3331
    3432#define ELF_MACHINE             EM_SPARCV9
     
    3634#define ELF_CLASS               ELFCLASS64
    3735
    38 /*
    39  * Main ELF loader function
    40  */
    41 #define elf_load(header, as) elf64_load(header, as)
    42 
    4336#endif
Note: See TracChangeset for help on using the changeset viewer.