]> gcc.gnu.org Git - gcc.git/commitdiff
remove verbatim symbol test
authorDavid Edelsohn <edelsohn@gnu.org>
Wed, 21 Feb 1996 16:46:19 +0000 (16:46 +0000)
committerDavid Edelsohn <edelsohn@gnu.org>
Wed, 21 Feb 1996 16:46:19 +0000 (16:46 +0000)
From-SVN: r11332

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

index 6ae4a6436fb36be4a665f44fbe94372bc74c11f8..14de5ebf80da3097070e23aa9459dfb94080f677 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 98aaaf1b4b522aed40c7e8b4f171b4d9fecaa87e..42e23908f6646181c0f2587e4baacc9130375e67 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 c050690f49c3073edae8999b2dc0a312e68b8c50..9f1ffd606cc23211528baa57de1c7549f962a685 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 b0c99f9c07f6d8b2b111ac71f7edd050f9203e7b..de34f973b002bed336343e00e7777e4b4358da22 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);     \
This page took 0.057308 seconds and 5 git commands to generate.