* config/i386/djgpp.h: Use STRIP_NAME_ENCODING in macro UNIQUE_SECTION
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jan 2002 18:11:13 +0000 (18:11 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jan 2002 18:11:13 +0000 (18:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49289 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/djgpp.h

index c41bf5f..4077250 100644 (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.
index 36b4639..600a11e 100644 (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))                                  \
     {                                                          \