rs6000.c (VTABLE_NAME_P): Add _ZTI to special symbol handling.

* 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
This commit is contained in:
David Edelsohn 2004-04-05 12:45:51 -04:00 committed by David Edelsohn
parent fda935a2da
commit 26be75dbef
2 changed files with 7 additions and 1 deletions

View 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

View 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