powerpc: No need to use dot symbols when branching to a function
authorAnton Blanchard <anton@samba.org>
Tue, 4 Feb 2014 05:04:35 +0000 (16:04 +1100)
committerAnton Blanchard <anton@samba.org>
Wed, 23 Apr 2014 00:05:16 +0000 (10:05 +1000)
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>

No differences found