OSDN Git Service

remove verbatim symbol test for section descriptors of externals
authoredelsohn <edelsohn@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Feb 1996 16:43:24 +0000 (16:43 +0000)
committeredelsohn <edelsohn@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Feb 1996 16:43:24 +0000 (16:43 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11331 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/rs6000/rs6000.h

index d4a3cbc..461079a 100644 (file)
@@ -2412,7 +2412,6 @@ toc_section ()                                            \
 { rtx _symref = XEXP (DECL_RTL (DECL), 0);     \
   if ((TREE_CODE (DECL) == VAR_DECL            \
        || TREE_CODE (DECL) == FUNCTION_DECL)   \
-      && (NAME)[0] != '*'                      \
       && (NAME)[strlen (NAME) - 1] != ']')     \
     {                                          \
       char *_name = (char *) permalloc (strlen (XSTR (_symref, 0)) + 5); \