mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* NEWS: Mention --with-iconv-bin.
* configure.ac: New option --with-iconv-bin. * configure: Regenerate. * config.in: Regenerate. * defs.h (relocate_gdb_directory): Declare. * main.c (relocate_gdb_directory): Renamed from relocate_directory, removed progname parameter, and exported. All callers updated. * charset.c (find_charset_names): Use --with-iconv-bin if specified. doc/ * gdb.texinfo (Requirements): Fix typo. Mention --with-iconv-bin.
This commit is contained in:
@ -282,6 +282,12 @@ struct breakpoint;
|
||||
struct frame_info;
|
||||
struct gdbarch;
|
||||
|
||||
/* From main.c. */
|
||||
|
||||
/* This really belong in utils.c (path-utils.c?), but it references some
|
||||
globals that are currently only available to main.c. */
|
||||
extern char *relocate_gdb_directory (const char *initial, int flag);
|
||||
|
||||
/* From utils.c */
|
||||
|
||||
extern void initialize_utils (void);
|
||||
|
Reference in New Issue
Block a user