bug-global
[Top][All Lists]
Advanced

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

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


From: Shigio YAMAGUCHI
Subject: Re: [BUG] GLOBAL 6.5.7 ignores a symbol after _asm__("");
Date: Fri, 17 Nov 2017 08:10:45 +0900

Hello,
I have put the bug into the Known bugs list.
<http://www.gnu.org/software/global/bugs.html>

Thank you for the report.

Regards
Shigio

2017-11-16 15:52 GMT+09:00 Yusheng Chen 陳昱升 <address@hidden>:
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

_______________________________________________
Bug-global mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-global




--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: 
26F6 31B4 3D62 4A92 7E6F  1C33 969C 3BE3 89DD A6EB

reply via email to

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