* config/i386/djgpp.h: Use STRIP_NAME_ENCODING in macro UNIQUE_SECTION

From-SVN: r49289
This commit is contained in:
Andris Pavenis 2002-01-28 20:11:13 +02:00 committed by DJ Delorie
parent adc8cb5dea
commit d534119e40
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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)) \
{ \