mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
merge from gcc
This commit is contained in:
@ -5139,7 +5139,7 @@ main (argc, argv)
|
||||
{
|
||||
int skip_first = 0;
|
||||
|
||||
if (mbuffer[0] == '.')
|
||||
if (mbuffer[0] == '.' || mbuffer[0] == '$')
|
||||
++skip_first;
|
||||
if (strip_underscore && mbuffer[skip_first] == '_')
|
||||
++skip_first;
|
||||
|
Reference in New Issue
Block a user