forked from Imagelibrary/binutils-gdb
2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
* valprint.h (print_hex_chars, print_char_chars): New prototypes.
* valprint.c (print_hex_chars): Change from static to external.
(print_char_chars): New function.
* printcmd.c (print_scalar_formatted): For integer and enum types
that are longer than LONGEST, perform processing via appropriate
print_*_chars routines.
This commit is contained in:
@@ -63,4 +63,10 @@ extern void print_octal_chars (struct ui_file *, unsigned char *,
|
||||
|
||||
extern void print_decimal_chars (struct ui_file *, unsigned char *,
|
||||
unsigned int);
|
||||
|
||||
extern void print_hex_chars (struct ui_file *, unsigned char *,
|
||||
unsigned int);
|
||||
|
||||
extern void print_char_chars (struct ui_file *, unsigned char *,
|
||||
unsigned int);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user