mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-12 20:03:45 +08:00
restore some old code to punt symbols which are BSF_LOCAL (needed for Solaris,
should be correct for anything else.)
This commit is contained in:
parent
c73e3fe40c
commit
a0d48c83a3
@ -668,14 +668,12 @@ funcsymbol( symp )
|
||||
if (!symp->section)
|
||||
return FALSE;
|
||||
|
||||
#if 0
|
||||
if (!aflag && (symp->flags&BSF_LOCAL)) {
|
||||
#if defined(DEBUG)
|
||||
fprintf (stderr, "%s(%d): %s: not a function\n", __FILE__, __LINE__, symp->name);
|
||||
#endif
|
||||
return FALSE;
|
||||
}
|
||||
#endif /* 0 */
|
||||
/*
|
||||
* can't have any `funny' characters in name,
|
||||
* where `funny' includes `.', .o file names
|
||||
|
Loading…
Reference in New Issue
Block a user