Searched hist:ad0289e4acf2bd6989e745cff3b4f0781a919e30 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-wrappers.S | diff ad0289e4acf2bd6989e745cff3b4f0781a919e30 Mon Feb 03 23:04:52 CST 2014 Anton Blanchard <anton@samba.org> powerpc: Remove superflous function descriptors in assembly only code
We have a number of places where we load the text address of a local function and indirectly branch to it in assembly. Since it is an indirect branch binutils will not know to use the function text address, so that trick wont work.
There is no need for these functions to have a function descriptor so we can replace it with a label and remove the dot symbol.
Signed-off-by: Anton Blanchard <anton@samba.org>
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | head_64.S | diff ad0289e4acf2bd6989e745cff3b4f0781a919e30 Mon Feb 03 23:04:52 CST 2014 Anton Blanchard <anton@samba.org> powerpc: Remove superflous function descriptors in assembly only code
We have a number of places where we load the text address of a local function and indirectly branch to it in assembly. Since it is an indirect branch binutils will not know to use the function text address, so that trick wont work.
There is no need for these functions to have a function descriptor so we can replace it with a label and remove the dot symbol.
Signed-off-by: Anton Blanchard <anton@samba.org>
|
H A D | exceptions-64s.S | diff ad0289e4acf2bd6989e745cff3b4f0781a919e30 Mon Feb 03 23:04:52 CST 2014 Anton Blanchard <anton@samba.org> powerpc: Remove superflous function descriptors in assembly only code
We have a number of places where we load the text address of a local function and indirectly branch to it in assembly. Since it is an indirect branch binutils will not know to use the function text address, so that trick wont work.
There is no need for these functions to have a function descriptor so we can replace it with a label and remove the dot symbol.
Signed-off-by: Anton Blanchard <anton@samba.org>
|