mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
2004-09-11 Andrew Cagney <cagney@gnu.org>
* language.c (hex_string, hex_string_custom): Move from here ... * utils.c (hex_string, hex_string_custom): ... to here, rewrite. (CELLSIZE): Increase to 50. * language.h (hex_string, hex_string_custom): Move from here ... * defs.h: ... to here. * Makefile.in: Update all dependencies.
This commit is contained in:
@ -382,12 +382,6 @@ extern enum language set_language (enum language);
|
||||
extern char *longest_raw_hex_string (LONGEST);
|
||||
#endif
|
||||
|
||||
/* Return a string that contains a number formatted as a hex string */
|
||||
|
||||
extern char *hex_string (LONGEST); /* language.c */
|
||||
|
||||
extern char *hex_string_custom (LONGEST, int); /* language.c */
|
||||
|
||||
/* Type predicates */
|
||||
|
||||
extern int simple_type (struct type *);
|
||||
|
Reference in New Issue
Block a user