Implement BE8 support for ARM.
authorUmesh Kalappa <ukalappa@cisco.com>
Fri, 20 Oct 2017 03:53:14 +0000 (20:53 -0700)
committerCary Coutant <ccoutant@gmail.com>
Fri, 20 Oct 2017 03:53:14 +0000 (20:53 -0700)
commit36862fc052b7006c78024952c4024c60b8a2733f
treed45668fbecacd4c5175788d9610a3aa324602241
parent4c2287b0bdfbed95d37d09222fc253f4c5086ada
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/ChangeLog
gold/arm.cc
gold/options.h
gold/testsuite/Makefile.am
gold/testsuite/Makefile.in
gold/testsuite/arm_farcall_arm_arm_be8.sh [new file with mode: 0755]
gold/testsuite/arm_farcall_thumb_thumb_be8.sh [new file with mode: 0755]
This page took 0.024491 seconds and 4 git commands to generate.