Changeset e344422 in mainline for abi/arch


Ignore:
Timestamp:
2018-10-17T15:44:35Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8ca4b602
Parents:
d24e987
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-17 15:08:53)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-17 15:44:35)
Message:

Move kernel/arch/*/include/arch/elf.h to abi/

Location:
abi/arch
Files:
9 moved

Legend:

Unmodified
Added
Removed
  • abi/arch/abs32le/include/abi/arch/elf.h

    rd24e987 re344422  
    2727 */
    2828
    29 /** @addtogroup kernel_abs32le
     29/** @addtogroup abi_abs32le
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef KERN_abs32le_ELF_H_
    36 #define KERN_abs32le_ELF_H_
     35#ifndef ABI_abs32le_ELF_H_
     36#define ABI_abs32le_ELF_H_
    3737
    3838#define ELF_MACHINE        EM_NO
  • abi/arch/amd64/include/abi/arch/elf.h

    rd24e987 re344422  
    2727 */
    2828
    29 /** @addtogroup kernel_amd64
     29/** @addtogroup abi_amd64
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef KERN_amd64_ELF_H_
    36 #define KERN_amd64_ELF_H_
     35#ifndef ABI_amd64_ELF_H_
     36#define ABI_amd64_ELF_H_
    3737
    3838#define ELF_MACHINE        EM_X86_64
  • abi/arch/arm32/include/abi/arch/elf.h

    rd24e987 re344422  
    2727 */
    2828
    29 /** @addtogroup kernel_arm32
     29/** @addtogroup abi_arm32
    3030 * @{
    3131 */
     
    3434 */
    3535
    36 #ifndef KERN_arm32_ELF_H_
    37 #define KERN_arm32_ELF_H_
     36#ifndef ABI_arm32_ELF_H_
     37#define ABI_arm32_ELF_H_
    3838
    3939#define ELF_MACHINE  EM_ARM
  • abi/arch/ia32/include/abi/arch/elf.h

    rd24e987 re344422  
    2727 */
    2828
    29 /** @addtogroup kernel_ia32
     29/** @addtogroup abi_ia32
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef KERN_ia32_ELF_H_
    36 #define KERN_ia32_ELF_H_
     35#ifndef ABI_ia32_ELF_H_
     36#define ABI_ia32_ELF_H_
    3737
    3838#define ELF_MACHINE        EM_386
  • abi/arch/ia64/include/abi/arch/elf.h

    rd24e987 re344422  
    2727 */
    2828
    29 /** @addtogroup kernel_ia64
     29/** @addtogroup abi_ia64
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef KERN_ia64_ELF_H_
    36 #define KERN_ia64_ELF_H_
     35#ifndef ABI_ia64_ELF_H_
     36#define ABI_ia64_ELF_H_
    3737
    3838#define ELF_MACHINE        EM_IA_64
  • abi/arch/mips32/include/abi/arch/elf.h

    rd24e987 re344422  
    2727 */
    2828
    29 /** @addtogroup kernel_mips32
     29/** @addtogroup abi_mips32
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef KERN_mips32_ELF_H_
    36 #define KERN_mips32_ELF_H_
     35#ifndef ABI_mips32_ELF_H_
     36#define ABI_mips32_ELF_H_
    3737
    3838#define ELF_MACHINE  EM_MIPS
  • abi/arch/ppc32/include/abi/arch/elf.h

    rd24e987 re344422  
    2727 */
    2828
    29 /** @addtogroup kernel_ppc32
     29/** @addtogroup abi_ppc32
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef KERN_ppc32_ELF_H_
    36 #define KERN_ppc32_ELF_H_
     35#ifndef ABI_ppc32_ELF_H_
     36#define ABI_ppc32_ELF_H_
    3737
    3838#define ELF_MACHINE        EM_PPC
  • abi/arch/riscv64/include/abi/arch/elf.h

    rd24e987 re344422  
    2727 */
    2828
    29 /** @addtogroup kernel_riscv64
     29/** @addtogroup abi_riscv64
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef KERN_riscv64_ELF_H_
    36 #define KERN_riscv64_ELF_H_
     35#ifndef ABI_riscv64_ELF_H_
     36#define ABI_riscv64_ELF_H_
    3737
    3838#define ELF_MACHINE        EM_RISCV
  • abi/arch/sparc64/include/abi/arch/elf.h

    rd24e987 re344422  
    2727 */
    2828
    29 /** @addtogroup kernel_sparc64
     29/** @addtogroup abi_sparc64
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef KERN_sparc64_ELF_H_
    36 #define KERN_sparc64_ELF_H_
     35#ifndef ABI_sparc64_ELF_H_
     36#define ABI_sparc64_ELF_H_
    3737
    3838#define ELF_MACHINE        EM_SPARCV9
Note: See TracChangeset for help on using the changeset viewer.