mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 17:40:06 +00:00
(JUMPTARGET): Use C_TEXT.
This commit is contained in:
parent
6e7c7c2186
commit
d4810d08f2
@ -85,4 +85,4 @@ C_TEXT (name):
|
||||
|
||||
|
||||
/* Jumping to another function. We are jumping to the TOC entry. */
|
||||
#define JUMPTARGET(name) name
|
||||
#define JUMPTARGET(name) C_TEXT (name)
|
||||
|
Loading…
Reference in New Issue
Block a user