Remove print_spaces
authorTom Tromey <tom@tromey.com>
Sat, 11 Dec 2021 21:57:17 +0000 (14:57 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 20 Dec 2021 16:49:41 +0000 (09:49 -0700)
commit6bebf813ac2d4b92facae7b18161aad1b734a894
treeaaa28c29f4665e5db0bf87e0167f88122e55b433
parentb0715493df19e5223251c5be0efc7f180aa0a5ff
Remove print_spaces

This removes the print_spaces helper function, in favor of using the
"*%s" idiom that's already used in many places in gdb.  One spot (in
symmisc.c) is changed to use print_spaces_filtered, because the rest
of that function is using filtered output.  (This highlights one way
that the printf idiom is better -- this error is harder to make when
using that.)

Regression tested on x86-64 Fedora 34.
gdb/cli-out.c
gdb/compile/compile-loc2c.c
gdb/dwarf2/read.c
gdb/symmisc.c
gdb/utils.c
gdb/utils.h