summaryrefslogtreecommitdiff
path: root/ld/ldfile.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-06-08 07:39:45 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-06-08 07:39:45 +0000
commitdf0c0e1d8e2da545e84122b0bd8cc2e00a1f3929 (patch)
tree4d3e4ed9d5c44599d5a2225dbcfb3a09de33d44c /ld/ldfile.h
parent615cba6c64eaa7cf1b30ea3ff68fdb74076494cb (diff)
downloadbinutils-redhat-df0c0e1d8e2da545e84122b0bd8cc2e00a1f3929.tar.gz
* ldexp.c: Replace CONST with const.
* ldfile.c: Likewise. * ldfile.h: Likewise. * ldlex.l: Likewise. * mri.c: Likewise. * pe-dll.h: Likewise.
Diffstat (limited to 'ld/ldfile.h')
-rw-r--r--ld/ldfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ldfile.h b/ld/ldfile.h
index 777932591a..11a42322ab 100644
--- a/ld/ldfile.h
+++ b/ld/ldfile.h
@@ -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));