aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2021-04-19 13:28:35 +0200
committerJan Beulich <jbeulich@suse.com>2021-04-19 13:28:35 +0200
commit9a8041fd94b7b5c12cb802f87648cce954d18d2a (patch)
tree0c3070b7a9525345185ba17ef4ff6efba4be9978 /gas/as.h
parent4dee4f3ea143a8910de487a810e972152154292d (diff)
downloadgdb-9a8041fd94b7b5c12cb802f87648cce954d18d2a.zip
gdb-9a8041fd94b7b5c12cb802f87648cce954d18d2a.tar.gz
gdb-9a8041fd94b7b5c12cb802f87648cce954d18d2a.tar.bz2
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.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/as.h b/gas/as.h
index 6b68954..14a768f 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -428,7 +428,6 @@ PRINTF_WHERE_LIKE (as_warn_where);
void as_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
void signal_init (void);
-void sprint_value (char *, addressT);
int had_errors (void);
int had_warnings (void);
void as_warn_value_out_of_range (const char *, offsetT, offsetT, offsetT,