aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-11-25 16:58:32 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-11-25 16:58:32 +0000
commit913d08334a78012ba496b669bc0077a98d6e9b3c (patch)
tree255cdd5d37dc128a7ad564ade1d1db3d7b9f9af2 /gcc/dbxout.c
parent7a12ace5bc2c9be0cbcd4b13bcd89f2e79a16318 (diff)
downloadgcc-913d08334a78012ba496b669bc0077a98d6e9b3c.zip
gcc-913d08334a78012ba496b669bc0077a98d6e9b3c.tar.gz
gcc-913d08334a78012ba496b669bc0077a98d6e9b3c.tar.bz2
c-common.c (check_format_info): Don't call a variadic function with a non-literal format string.
* c-common.c (check_format_info): Don't call a variadic function with a non-literal format string. * c-decl.c (grokdeclarator, start_struct, finish_struct): Likewise. * c-typeck.c (build_component_ref, build_unary_op, lvalue_or_else, pedantic_lvalue_warning, error_init, pedwarn_init, warning_init): Likewise. * cccp.c (check_macro_name, do_xifdef, vwarning_with_line): Likewise. * collect2.c (collect_wait): Likewise. * dbxout.c (dbxout_type): Likewise. * gcc.c (do_spec_1): Likewise. * genemit.c (gen_insn, gen_expand): Likewise. * genrecog.c (write_switch, write_subroutine): Likewise. * mips-tfile.c (catch_signal, botch): Likewise. * print-rtl.c (print_rtx): Likewise. * toplev.c (default_print_error_function, report_error_function, _fatal_insn): Likewise. From-SVN: r30666
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index cce7031..c54912d 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -1382,7 +1382,7 @@ dbxout_type (type, full, show_arg_types)
If the type has a name, don't nest its definition within
another type's definition; instead, output an xref
and let the definition come when the name is defined. */
- fprintf (asmfile, (TREE_CODE (type) == RECORD_TYPE) ? "xs" : "xu");
+ fputs ((TREE_CODE (type) == RECORD_TYPE) ? "xs" : "xu", asmfile);
CHARS (3);
#if 0 /* This assertion is legitimately false in C++. */
/* We shouldn't be outputting a reference to a type before its