diff options
author | John Baldwin <jhb@FreeBSD.org> | 2021-08-30 17:23:15 -0700 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2021-08-30 17:23:15 -0700 |
commit | ad15549d514afa0602a0c0fca4b3bbf545a3c994 (patch) | |
tree | 0743aee9db84751ed5b7c4d072561cf3459d38b5 /gas/config | |
parent | c0e5bb42c6e787351e5bd3718457c83e2ec983e9 (diff) | |
download | gdb-ad15549d514afa0602a0c0fca4b3bbf545a3c994.zip gdb-ad15549d514afa0602a0c0fca4b3bbf545a3c994.tar.gz gdb-ad15549d514afa0602a0c0fca4b3bbf545a3c994.tar.bz2 |
Use gdbfmt for vprintf_filtered.
gdbfmt was already used for printf_filtered, so using it for
vprintf_filtered is more consistent.
As a result, all callers of vfprintf_maybe_filtered now use gdbfmt, so
the function can be simplified to assume the gdbfmt case and remove
the associated bool argument. Similary, vprintf_filtered is now a
simple wrapper around vfprintf_filtered.
Diffstat (limited to 'gas/config')
0 files changed, 0 insertions, 0 deletions