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:
parent
fda935a2da
commit
26be75dbef
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue