* config/ia64/ia64.h (STRIP_NAME_ENCODING): Strip out '*' as well.
From-SVN: r44351
This commit is contained in:
parent
a89dd0729b
commit
ff3daa889a
@ -1,3 +1,7 @@
|
|||||||
|
2001-07-25 Andrew MacLeod <amacleod@redhat.com>
|
||||||
|
|
||||||
|
* config/ia64/ia64.h (STRIP_NAME_ENCODING): Strip out '*' as well.
|
||||||
|
|
||||||
2001-07-25 Jan Hubicka <jh@suse.cz>
|
2001-07-25 Jan Hubicka <jh@suse.cz>
|
||||||
Richard Henderson <rth@redhat.com>
|
Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
@ -1930,7 +1930,9 @@ do { \
|
|||||||
that encode section info. */
|
that encode section info. */
|
||||||
|
|
||||||
#define STRIP_NAME_ENCODING(VAR, SYMBOL_NAME) \
|
#define STRIP_NAME_ENCODING(VAR, SYMBOL_NAME) \
|
||||||
(VAR) = (SYMBOL_NAME) + ((SYMBOL_NAME)[0] == SDATA_NAME_FLAG_CHAR)
|
(VAR) = ((SYMBOL_NAME) \
|
||||||
|
+ (*(SYMBOL_NAME) == '*' || *(SYMBOL_NAME) == SDATA_NAME_FLAG_CHAR))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Position Independent Code. */
|
/* Position Independent Code. */
|
||||||
|
Loading…
Reference in New Issue
Block a user