From: David Edelsohn Date: Mon, 5 Apr 2004 16:45:51 +0000 (-0400) Subject: rs6000.c (VTABLE_NAME_P): Add _ZTI to special symbol handling. X-Git-Tag: releases/gcc-4.0.0~9044 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=26be75dbef9e280475d6fdbd3f38955d511ca02d;p=gcc.git 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 From-SVN: r80434 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index db54eaa39327..5654f031f0bf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 - John David Anglin + John David Anglin PR optimization/13424 (hppa), bootstrap/14462, c/14828 * pa.md: Use replace_equiv_address to retain the attributes of the diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index f92a12c85b4d..e57f3907a1eb 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -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