OSDN Git Service

Fix build without -Bsymbolic.
authorDan Albert <danalbert@google.com>
Thu, 7 Aug 2014 04:36:46 +0000 (21:36 -0700)
committerDan Albert <danalbert@google.com>
Thu, 7 Aug 2014 16:59:56 +0000 (09:59 -0700)
commitbae21bb7f6ca917e0954c970f0bfd2bfa3dcc0a9
tree9b52a08a0ec49d15b5839386804bf75cbfec360f
parent8b62dc0f993d0445401655fc274e5225498fa81c
Fix build without -Bsymbolic.

For ARM: Gold is unable to create PLT based relocations for conditional
branches.
For x86: Some uses of SYMBOL() should have been PLT_SYMBOL().

Bug: 16853291
Change-Id: Id70488b077256a70137c4417f21be2c2d1d4341c
runtime/arch/arm/quick_entrypoints_arm.S
runtime/arch/x86/quick_entrypoints_x86.S