]> gcc.gnu.org Git - gcc.git/commitdiff
rs6000.c (VTABLE_NAME_P): Add _ZTI to special symbol handling.
authorDavid Edelsohn <edelsohn@gnu.org>
Mon, 5 Apr 2004 16:45:51 +0000 (12:45 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 5 Apr 2004 16:45:51 +0000 (12:45 -0400)
* config/rs6000/rs6000.c (VTABLE_NAME_P): Add _ZTI to special
symbol handling.

Co-Authored-By: John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
From-SVN: r80434

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index db54eaa39327df17a7606f33073df4a953340283..5654f031f0bf8b680dc31e71df1e8dde787f3190 100644 (file)
@@ -1,5 +1,10 @@
+2004-04-05  David Edelsohn
+
+       * config/rs6000/rs6000.c (VTABLE_NAME_P): Add _ZTI to special
+       symbol handling.
+
 2004-04-05  Jakub Jelinek  <jakub@redhat.com>
-         John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+           John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        PR optimization/13424 (hppa), bootstrap/14462, c/14828
        * pa.md: Use replace_equiv_address to retain the attributes of the
index f92a12c85b4d6647b36653e4355d7e9eb96490e6..e57f3907a1eb90695616f6e686ce06fc579504c0 100644 (file)
@@ -13332,6 +13332,7 @@ toc_hash_eq (const void *h1, const void *h2)
   (strncmp ("_vt.", name, strlen("_vt.")) == 0         \
   || strncmp ("_ZTV", name, strlen ("_ZTV")) == 0      \
   || strncmp ("_ZTT", name, strlen ("_ZTT")) == 0      \
+  || strncmp ("_ZTI", name, strlen ("_ZTI")) == 0      \
   || strncmp ("_ZTC", name, strlen ("_ZTC")) == 0) 
 
 void
This page took 0.094923 seconds and 5 git commands to generate.