OSDN Git Service

* tinfo2.cc: Add tinfo for signed char.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Feb 1998 09:55:20 +0000 (09:55 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Feb 1998 09:55:20 +0000 (09:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17687 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/tinfo2.cc

index a533614..197f942 100644 (file)
@@ -1,3 +1,7 @@
+Thu Feb  5 19:10:40 1998  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * tinfo2.cc: Add tinfo for signed char.
+
 Thu Feb  5 14:38:23 1998  Mike Stump  <mrs@wrs.com>
 
        * search.c (compute_access): Handle protected constructors in derived
index 5313488..9496486 100644 (file)
@@ -322,3 +322,4 @@ extern "C" const type_info &__tf##mangled (void) {          \
 BUILTIN (v); BUILTIN (x); BUILTIN (l); BUILTIN (i); BUILTIN (s); BUILTIN (b);
 BUILTIN (c); BUILTIN (w); BUILTIN (r); BUILTIN (d); BUILTIN (f);
 BUILTIN (Ui); BUILTIN (Ul); BUILTIN (Ux); BUILTIN (Us); BUILTIN (Uc);
+BUILTIN (Sc);