X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fmicroblaze%2Freloc.h;h=60f742251bd79ebc4eeb1f4593ece671f69f4c78;hb=976c0fdcb55fafc55682d86441e5293d8aa5259d;hp=81add5e92232958dd0e06e09019d79e7cad82ca3;hpb=21284ec75db064d3f27fcd1d6ae37b613db61c43;p=musl diff --git a/arch/microblaze/reloc.h b/arch/microblaze/reloc.h index 81add5e9..60f74225 100644 --- a/arch/microblaze/reloc.h +++ b/arch/microblaze/reloc.h @@ -1,7 +1,14 @@ #include #include +#include -#define ETC_LDSO_PATH "/etc/ld-musl-microblaze.path" +#if __BYTE_ORDER == __LITTLE_ENDIAN +#define ENDIAN_SUFFIX "el" +#else +#define ENDIAN_SUFFIX "" +#endif + +#define LDSO_ARCH "microblaze" ENDIAN_SUFFIX #define IS_COPY(x) ((x)==R_MICROBLAZE_COPY) #define IS_PLT(x) ((x)==R_MICROBLAZE_JUMP_SLOT)