mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* ldexp.c: Replace CONST with const.
* ldfile.c: Likewise. * ldfile.h: Likewise. * ldlex.l: Likewise. * mri.c: Likewise. * pe-dll.h: Likewise.
This commit is contained in:
@ -41,7 +41,7 @@ typedef struct search_dirs {
|
||||
|
||||
extern search_dirs_type *search_head;
|
||||
|
||||
extern void ldfile_add_arch PARAMS ((CONST char *));
|
||||
extern void ldfile_add_arch PARAMS ((const char *));
|
||||
extern void ldfile_add_library_path PARAMS ((const char *, boolean cmdline));
|
||||
extern void ldfile_open_command_file PARAMS ((const char *name));
|
||||
extern void ldfile_open_file PARAMS ((struct lang_input_statement_struct *));
|
||||
@ -49,7 +49,7 @@ extern boolean ldfile_try_open_bfd
|
||||
PARAMS ((const char *, struct lang_input_statement_struct *));
|
||||
extern FILE *ldfile_find_command_file
|
||||
PARAMS ((const char *name, const char *extend));
|
||||
extern void ldfile_set_output_arch PARAMS ((CONST char *));
|
||||
extern void ldfile_set_output_arch PARAMS ((const char *));
|
||||
extern boolean ldfile_open_file_search
|
||||
PARAMS ((const char *arch, struct lang_input_statement_struct *,
|
||||
const char *lib, const char *suffix));
|
||||
|
Reference in New Issue
Block a user