X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=toolchain%2Fbinutils%2Fpatches%2F2.20%2F200-mips_non_pic.patch;h=56891432e7d8b45c86d21ade3f4597a75e31b607;hb=92b9209394cdd729c9b967efbb739c89da6d28ec;hp=71799ff1fec80bfde479b49f32ddaa6376fd6752;hpb=ea4600ff65ca71a211a2b820dfecc114790aef4a;p=openwrt.git diff --git a/toolchain/binutils/patches/2.20/200-mips_non_pic.patch b/toolchain/binutils/patches/2.20/200-mips_non_pic.patch index 71799ff1fe..56891432e7 100644 --- a/toolchain/binutils/patches/2.20/200-mips_non_pic.patch +++ b/toolchain/binutils/patches/2.20/200-mips_non_pic.patch @@ -179,11 +179,18 @@ if (! bfd_set_arch_mach (stdoutput, bfd_arch_mips, file_mips_arch)) as_warn (_("Could not set architecture and machine")); -@@ -11359,6 +11365,8 @@ struct option md_longopts[] = +@@ -11264,6 +11264,7 @@ + OPTION_PDR, + OPTION_NO_PDR, + OPTION_MVXWORKS_PIC, ++ OPTION_NON_PIC_ABICALLS, + #endif /* OBJ_ELF */ + OPTION_END_OF_ENUM + }; +@@ -11365,6 +11372,7 @@ struct option md_longopts[] = {"mpdr", no_argument, NULL, OPTION_PDR}, {"mno-pdr", no_argument, NULL, OPTION_NO_PDR}, {"mvxworks-pic", no_argument, NULL, OPTION_MVXWORKS_PIC}, -+#define OPTION_NON_PIC_ABICALLS (OPTION_ELF_BASE + 13) + {"mnon-pic-abicalls", no_argument, NULL, OPTION_NON_PIC_ABICALLS}, #endif /* OBJ_ELF */