From 36862fc052b7006c78024952c4024c60b8a2733f Mon Sep 17 00:00:00 2001 From: Umesh Kalappa Date: Thu, 19 Oct 2017 20:53:14 -0700 Subject: Implement BE8 support for ARM. gold/ * arm.cc (Stub::do_fixed_endian_write):Far call stubs support for arm in the be8 mode. * testsuite/Makefile.am: New test cases. * testsuite/Makefile.in: Regenerate. * testsuite/arm_farcall_arm_arm_be8.sh: New script for arm to arm far call stubs. * testsuite/arm_farcall_thumb_thumb_be8.sh: New script for thumb to thumb far call stubs. --- gold/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/options.h') diff --git a/gold/options.h b/gold/options.h index 93f81b2..678ca82 100644 --- a/gold/options.h +++ b/gold/options.h @@ -711,7 +711,7 @@ class General_options DEFINE_string(format, options::TWO_DASHES, 'b', "elf", N_("Set input format"), ("[elf,binary]")); - DEFINE_bool(be8,options::TWO_DASHES, '\0', false, + DEFINE_bool(be8, options::TWO_DASHES, '\0', false, N_("Output BE8 format image"), NULL); DEFINE_optional_string(build_id, options::TWO_DASHES, '\0', "tree", -- cgit v1.1