OSDN Git Service

remove verbatim symbol test
authoredelsohn <edelsohn@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Feb 1996 16:46:19 +0000 (16:46 +0000)
committeredelsohn <edelsohn@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Feb 1996 16:46:19 +0000 (16:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11332 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/rs6000/aix3newas.h
gcc/config/rs6000/aix41.h
gcc/config/rs6000/powerpc.h
gcc/config/rs6000/win-nt.h

index 6ae4a64..14de5eb 100644 (file)
@@ -70,7 +70,6 @@ Boston, MA 02111-1307, USA.  */
 { 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); \
index 98aaaf1..42e2390 100644 (file)
@@ -66,7 +66,6 @@ Boston, MA 02111-1307, USA.  */
 { 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); \
index c050690..9f1ffd6 100644 (file)
@@ -51,7 +51,6 @@ Boston, MA 02111-1307, USA.  */
 { 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); \
index b0c99f9..de34f97 100644 (file)
@@ -344,7 +344,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] != ']')                             \
     {                                                                  \
       _name = (char *) permalloc (strlen (XSTR (_symref, 0)) + 5);     \