* config/i386/djgpp.h: Use STRIP_NAME_ENCODING in macro UNIQUE_SECTION
From-SVN: r49289
This commit is contained in:
parent
adc8cb5dea
commit
d534119e40
@ -1,3 +1,7 @@
|
||||
2002-01-28 Andris Pavenis <pavenis@latnet.lv>
|
||||
|
||||
* config/i386/djgpp.h: Use STRIP_NAME_ENCODING in macro UNIQUE_SECTION
|
||||
|
||||
2002-01-28 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* config.gcc (*-*-netbsdelf*): Set up generic parameters.
|
||||
|
@ -215,6 +215,8 @@ do { \
|
||||
char *string; \
|
||||
\
|
||||
name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (DECL)); \
|
||||
/* Strip off any encoding in fnname. */ \
|
||||
STRIP_NAME_ENCODING (name, name); \
|
||||
\
|
||||
if (! DECL_ONE_ONLY (DECL)) \
|
||||
{ \
|
||||
|
Loading…
Reference in New Issue
Block a user