diff options
author | Nick Clifton <nickc@redhat.com> | 2004-05-06 11:01:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-05-06 11:01:48 +0000 |
commit | e59763172f0ba262bc2b0452db6fb816c457bba3 (patch) | |
tree | 3dbbd1d7f9491655b38ef50a0b936f2b94be763d /gas/as.h | |
parent | 41cf0c62851dd766a7c2558c396a7babdc657d86 (diff) | |
download | gdb-e59763172f0ba262bc2b0452db6fb816c457bba3.zip gdb-e59763172f0ba262bc2b0452db6fb816c457bba3.tar.gz gdb-e59763172f0ba262bc2b0452db6fb816c457bba3.tar.bz2 |
Remove duplicate code and provide a function for generating internally consistent 'value out of range' messages
Diffstat (limited to 'gas/as.h')
-rw-r--r-- | gas/as.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -562,6 +562,9 @@ void sprint_value (char *buf, addressT value); int had_errors (void); int had_warnings (void); +void as_warn_value_out_of_range (char *, offsetT, offsetT, offsetT, char *, unsigned); +void as_bad_value_out_of_range (char *, offsetT, offsetT, offsetT, char *, unsigned); + void print_version_id (void); char *app_push (void); char *atof_ieee (char *str, int what_kind, LITTLENUM_TYPE * words); |