]> git.ipfire.org Git - thirdparty/gcc.git/commit
dbxout.c: Consistently use putc instead of fputc.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 25 Jul 2001 22:03:03 +0000 (18:03 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 25 Jul 2001 22:03:03 +0000 (18:03 -0400)
commit02e3f1a8e25d56a4823b76369ae043150e182d16
tree5763c7901d818dab44b17a315d53ea704df8eacb
parentf2d28b14f389e0e25d354a6c21dc76e2c35dae6d
dbxout.c: Consistently use putc instead of fputc.

* dbxout.c: Consistently use putc instead of fputc.
  (print_wide_int): New function; call instead of direct fprintf.
(dbxout_type_index): Adjust calls of CHARS to be more accurate.
(dbxout_type_fields, dbxout_type_method_1): Likewise.
(dbxout_type_methods, dbxout_range_type, dbxout_type): Likewise.
(print_int_cst_octal): Likewise.
(print_octal): Show we wrote characters.
(dbxout_type): Set have_used_extensions in more places.

From-SVN: r44367
gcc/ChangeLog
gcc/dbxout.c