MIPS: Drop #ifdef __ELF__ in definition of LEAF_MIPS32R2
authorJames Cowgill <james410@cowgill.org.uk>
Tue, 5 May 2015 15:39:38 +0000 (16:39 +0100)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Thu, 7 May 2015 09:49:09 +0000 (12:49 +0300)
commitcf086d4949092861dc3729465a3881d229cc1060
tree457d89a0b52827457786021b69132a3197a6a9de
parent6f14bae79ed490b6f3fd9d66b51d843c0522543e
MIPS: Drop #ifdef __ELF__ in definition of LEAF_MIPS32R2

Commit 6d2cf40166d8 ("MIPS: Fix exported symbols in public API") attempted to
add a .hidden assembly directive, conditional on the code being compiled for an
ELF target. Unfortunately the #ifdef added was already inside a macro and
wasn't expanded properly by the preprocessor.

Fix by removing the check. It's unlikely there are many non-ELF MIPS systems
around anyway.

Fixes: Bug 83358 (https://bugs.freedesktop.org/83358)
Fixes: 6d2cf40166d8 ("MIPS: Fix exported symbols in public API")
Signed-off-by: James Cowgill <james410@cowgill.org.uk>
Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Cc: Nemanja Lukic <nemanja.lukic@rt-rk.com>
Acked-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
pixman/pixman-mips-dspr2-asm.h