Commit c690f089 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* config/elfos.h (UNIQUE_SECTION): Apply STRIP_NAME_ENCODING on name.

From-SVN: r36820
parent 45d640d9
2000-10-09 Hans-Peter Nilsson <hp@bitrange.com>
* config/elfos.h (UNIQUE_SECTION): Apply STRIP_NAME_ENCODING on name.
2000-10-09 Richard Henderson <rth@cygnus.com>
* Makefile.in (LANG_LIB2FUNCS): Remove.
......
......@@ -372,6 +372,8 @@ dtors_section () \
sec = 2; \
\
name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (DECL)); \
/* Strip off any encoding in name. */ \
STRIP_NAME_ENCODING (name, name); \
prefix = prefixes[sec][DECL_ONE_ONLY(DECL)]; \
len = strlen (name) + strlen (prefix); \
string = alloca (len + 1); \
......
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