OSDN Git Service

linker: remove STB_LOCAL hack
authorNick Kralevich <nnk@google.com>
Mon, 23 Apr 2012 23:50:00 +0000 (16:50 -0700)
committerNick Kralevich <nnk@google.com>
Mon, 23 Apr 2012 23:50:34 +0000 (16:50 -0700)
commit94179a509ee3f6ba7b4ba45fb90477b01049dab8
treec26445b77fe8d4b289208db58f754deb4c2d16cf
parentbaeacba04dc09ab269cd75806fdefab7f4a6505e
linker: remove STB_LOCAL hack

The ARM static linker wasn't properly handling __exidx_start
and __exidx_end symbols. Now that the static linker has been fixed,
we don't need the dynamic linker to work around this problem.

Change-Id: I041b94903609fafab33663a7d441a5e70b7ffcdd
linker/linker.c