bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[BUG] GLOBAL 6.5.7 ignores a symbol after _asm__("");


From: Yusheng Chen 陳昱升
Subject: [BUG] GLOBAL 6.5.7 ignores a symbol after _asm__("");
Date: Thu, 16 Nov 2017 14:52:04 +0800

Hi,

GLOBAL 6.5.7 ignores a symbol after _asm__("");

For instance, gtags ignores "copy_thread" in this C file :

// hello.c
void ret_from_fork(void) __asm__("ret_from_fork");

int copy_thread(void)
{
}

> gtags && global copy_thread
(no result)

Removing the "__asm__("ret_from_fork")" can make gtags behave normally.
> gtags && global copy_thread
hello.c

reply via email to

[Prev in Thread] Current Thread [Next in Thread]