summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/dbxout.c
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-08-22 03:10:47 +0000
committerkan <kan@FreeBSD.org>2003-08-22 03:10:47 +0000
commitd6bc06101fceaa845f49f85581464c8c6fb06029 (patch)
treeb4f8e83f22030f101cd48dad2c5408050716af47 /contrib/gcc/dbxout.c
parent0509a035d147d5a0f0da4af64572682e26a3a514 (diff)
downloadFreeBSD-src-d6bc06101fceaa845f49f85581464c8c6fb06029.zip
FreeBSD-src-d6bc06101fceaa845f49f85581464c8c6fb06029.tar.gz
Stock files.
Diffstat (limited to 'contrib/gcc/dbxout.c')
-rw-r--r--contrib/gcc/dbxout.c4
1 files changed, 1 insertions, 3 deletions
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);
OpenPOWER on IntegriCloud