Commit 2d0e2e02 by George Helffrich Committed by Jeff Law

* dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.

From-SVN: r35209
parent 05ae1c31
Sun Jul 23 11:52:03 2000 George Helffrich (george@gly.bris.ac.uk)
* dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
2000-07-23 Kazu Hirata <kazu@hxi.com>
* h8300.c: Fix formatting.
......
......@@ -1266,7 +1266,7 @@ dbxout_type (type, full, show_arg_types)
dbxout_type_index (type);
fputc (';', asmfile);
fprintf (asmfile, HOST_WIDE_INT_PRINT_DEC,
int_size_in_bytes (TREE_TYPE (type)));
2 * int_size_in_bytes (TREE_TYPE (type)));
fputs (";0;", asmfile);
CHARS (12); /* The number is probably incorrect here. */
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment