dbxout.c (print_int_cst_bounds_in_octal_p): New function, extracted from dbxout_type.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 14 Apr 2003 22:06:07 +0000 (22:06 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 14 Apr 2003 22:06:07 +0000 (18:06 -0400)
commit39d658e3950054b6f18727d907a047a4dd6c10d4
treeead26b5a5f141b19830e8affa8f24cc6b2541519
parent4694840a01cc4b82378fdfbbf7d7d8a5c7426b54
dbxout.c (print_int_cst_bounds_in_octal_p): New function, extracted from dbxout_type.

* dbxout.c (print_int_cst_bounds_in_octal_p): New function,
extracted from dbxout_type.
(dbxout_range_type): print large bounds in octal format.
(dbxout_type): Replace extracted code by call to
print_int_cst_bounds_in_octal_p.

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