]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/write.c
gas: drop sprint_value()
authorJan Beulich <jbeulich@suse.com>
Mon, 19 Apr 2021 11:28:35 +0000 (13:28 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 19 Apr 2021 11:28:35 +0000 (13:28 +0200)
commit9a8041fd94b7b5c12cb802f87648cce954d18d2a
tree0c3070b7a9525345185ba17ef4ff6efba4be9978
parent4dee4f3ea143a8910de487a810e972152154292d
gas: drop sprint_value()

Its (documented) behavior is unhelpful in particular in 64-bit build
environments: While printing large 32-bit numbers in decimal already
isn't very meaningful to most people, this even more so goes for yet
larger 64-bit numbers. bfd_sprintf_vma() still tries to limit the number
of digits printed (without depending on a build system property), but
uniformly produces hex output.
gas/ChangeLog
gas/as.h
gas/config/tc-i386.c
gas/config/tc-s390.c
gas/doc/internals.texi
gas/messages.c
gas/write.c