mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-03 19:57:39 +01:00
Usage of hidden visibility was temporary disabled for pathcc
This commit is contained in:
parent
f0bb27017d
commit
262fa7f56e
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#if defined(__GNUC__) && !defined(__PATHCC__)
|
||||||
# define UNUSED __attribute__((unused))
|
# define UNUSED __attribute__((unused))
|
||||||
# define NORETURN __attribute__((noreturn))
|
# define NORETURN __attribute__((noreturn))
|
||||||
# define ALIAS(name) __attribute__((alias (#name)))
|
# define ALIAS(name) __attribute__((alias (#name)))
|
||||||
|
|
Loading…
Reference in a new issue