Commit d534119e by Andris Pavenis Committed by DJ Delorie

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

From-SVN: r49289
parent adc8cb5d
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)) \
{ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment