X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Felf.h;h=b04e746d6176bd37abc30fe775d4dcf97742e886;hb=5fac11e6d5ab350429b8c8ddf47d3d3877ca89d1;hp=e7c51986df84d986e1b1ac4dd70cd29d4574b77d;hpb=1ebf50d9bb3ae844cc05b7e720e7a34ab53557c8;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/elf.h b/include/elf.h index e7c5198..b04e746 100644 --- a/include/elf.h +++ b/include/elf.h @@ -9,7 +9,7 @@ #ifndef _ELF_H #define _ELF_H -#ifndef __ASSEMBLER__ +#ifndef __ASSEMBLY__ #include "compiler.h" /* This version doesn't work for 64-bit ABIs - Erik */ @@ -690,7 +690,7 @@ unsigned long elf_hash(const unsigned char *name); #define R_RISCV_64 2 #define R_RISCV_RELATIVE 3 -#ifndef __ASSEMBLER__ +#ifndef __ASSEMBLY__ int valid_elf_image(unsigned long addr); unsigned long load_elf64_image_phdr(unsigned long addr); unsigned long load_elf64_image_shdr(unsigned long addr);