summaryrefslogtreecommitdiff
path: root/ld/ldfile.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2003-06-28 05:28:54 +0000
committerAlan Modra <amodra@bigpond.net.au>2003-06-28 05:28:54 +0000
commit84c5e5376b0e2c7871e430d7a2db872a357e9869 (patch)
tree00da93bb58430151091cabe79deca9c9aaf1d30b /ld/ldfile.h
parentbc870ceb4eaed5d1df4c7654525d152b261d6f08 (diff)
downloadbinutils-redhat-84c5e5376b0e2c7871e430d7a2db872a357e9869.tar.gz
Convert to C90
Diffstat (limited to 'ld/ldfile.h')
-rw-r--r--ld/ldfile.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/ld/ldfile.h b/ld/ldfile.h
index 0bfea7caba..8b2e6e99c5 100644
--- a/ld/ldfile.h
+++ b/ld/ldfile.h
@@ -16,7 +16,8 @@
You should have received a copy of the GNU General Public License
along with GLD; see the file COPYING. If not, write to
- the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ the Free Software Foundation, 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA. */
#ifndef LDFILE_H
#define LDFILE_H
@@ -44,21 +45,21 @@ typedef struct search_dirs {
extern search_dirs_type *search_head;
extern void ldfile_add_arch
- PARAMS ((const char *));
+ (const char *);
extern void ldfile_add_library_path
- PARAMS ((const char *, bfd_boolean cmdline));
+ (const char *, bfd_boolean cmdline);
extern void ldfile_open_command_file
- PARAMS ((const char *name));
+ (const char *name);
extern void ldfile_open_file
- PARAMS ((struct lang_input_statement_struct *));
+ (struct lang_input_statement_struct *);
extern bfd_boolean ldfile_try_open_bfd
- PARAMS ((const char *, struct lang_input_statement_struct *));
+ (const char *, struct lang_input_statement_struct *);
extern FILE *ldfile_find_command_file
- PARAMS ((const char *name, const char *extend));
+ (const char *name, const char *extend);
extern void ldfile_set_output_arch
- PARAMS ((const char *));
+ (const char *);
extern bfd_boolean ldfile_open_file_search
- PARAMS ((const char *arch, struct lang_input_statement_struct *,
- const char *lib, const char *suffix));
+ (const char *arch, struct lang_input_statement_struct *,
+ const char *lib, const char *suffix);
#endif