Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
plt not useful for GNU
Browse files Browse the repository at this point in the history
  • Loading branch information
franksinankaya committed Feb 4, 2019
1 parent 54c818c commit 499936b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pal/inc/unixasmmacros.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
#define LOCAL_LABEL(name) L##name
#else
#define C_FUNC(name) name
#ifdef __llvm__
#define EXTERNAL_C_FUNC(name) C_FUNC(name)@plt
#else
#define EXTERNAL_C_FUNC(name) C_FUNC(name)
#endif
#define LOCAL_LABEL(name) .L##name
#endif

Expand Down

0 comments on commit 499936b

Please sign in to comment.