Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9715a2e8 authored by Alexander Graf's avatar Alexander Graf
Browse files

PPC: Add _GLOBAL_TOC for 32bit



Commit ac5a8ee8 started using _GLOBAL_TOC on ppc32 code. Unfortunately it's only
defined for 64bit targets though. Define it for ppc32 as well, fixing the build
breakage that commit introduced.

Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent 341acbb3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -277,6 +277,8 @@ n:
	.globl n;	\
n:

#define _GLOBAL_TOC(name) _GLOBAL(name)

#define _KPROBE(n)	\
	.section ".kprobes.text","a";	\
	.globl	n;	\