From d6bc06101fceaa845f49f85581464c8c6fb06029 Mon Sep 17 00:00:00 2001 From: kan Date: Fri, 22 Aug 2003 03:10:47 +0000 Subject: Stock files. --- contrib/gcc/dbxout.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'contrib/gcc/dbxout.c') diff --git a/contrib/gcc/dbxout.c b/contrib/gcc/dbxout.c index 60ca664..43dd9ab 100644 --- a/contrib/gcc/dbxout.c +++ b/contrib/gcc/dbxout.c @@ -1621,9 +1621,7 @@ dbxout_type (type, full) * BITS_PER_UNIT); putc (',', asmfile); CHARS (1); - print_wide_int (tree_low_cst (DECL_SIZE - (TYPE_NAME - (BINFO_TYPE (child))), + print_wide_int (tree_low_cst (TYPE_SIZE (BINFO_TYPE (child)), 0) * BITS_PER_UNIT); putc (';', asmfile); -- cgit v1.1