commit | b1576fec7f4dd4657694fefc97fda4cf28ec68e9 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Tue Feb 04 16:04:35 2014 +1100 |
committer | Anton Blanchard <anton@samba.org> | Wed Apr 23 10:05:16 2014 +1000 |
tree | 5cb6a303ba74429260ecb200f454172e385b8593 | |
parent | 58aedccb1907f05f702f0f6d8f8a57e8efe485b7 [diff] |
powerpc: No need to use dot symbols when branching to a function binutils is smart enough to know that a branch to a function descriptor is actually a branch to the functions text address. Alan tells me that binutils has been doing this for 9 years. Signed-off-by: Anton Blanchard <anton@samba.org>