From a14ed312fd86dd2c862847230931451da2e49942 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Sun, 28 May 2000 01:12:42 +0000 Subject: PARAMS removal. --- gdb/hp-psymtab-read.c | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) (limited to 'gdb/hp-psymtab-read.c') diff --git a/gdb/hp-psymtab-read.c b/gdb/hp-psymtab-read.c index 9a9e23f..f1aa475 100644 --- a/gdb/hp-psymtab-read.c +++ b/gdb/hp-psymtab-read.c @@ -38,31 +38,25 @@ /* Forward procedure declarations */ -void hpread_symfile_init - PARAMS ((struct objfile *)); +void hpread_symfile_init (struct objfile *); -void -do_pxdb PARAMS ((bfd *)); +void do_pxdb (bfd *); -void hpread_build_psymtabs - PARAMS ((struct objfile *, int)); +void hpread_build_psymtabs (struct objfile *, int); -void hpread_symfile_finish - PARAMS ((struct objfile *)); +void hpread_symfile_finish (struct objfile *); -static union dnttentry *hpread_get_gntt - PARAMS ((int, struct objfile *)); +static union dnttentry *hpread_get_gntt (int, struct objfile *); -static unsigned long hpread_get_textlow - PARAMS ((int, int, struct objfile *, int)); +static unsigned long hpread_get_textlow (int, int, struct objfile *, int); static struct partial_symtab *hpread_start_psymtab - PARAMS ((struct objfile *, char *, CORE_ADDR, int, - struct partial_symbol **, struct partial_symbol **)); + (struct objfile *, char *, CORE_ADDR, int, + struct partial_symbol **, struct partial_symbol **); static struct partial_symtab *hpread_end_psymtab - PARAMS ((struct partial_symtab *, char **, int, int, CORE_ADDR, - struct partial_symtab **, int)); + (struct partial_symtab *, char **, int, int, CORE_ADDR, + struct partial_symtab **, int); /* End of forward routine declarations */ -- cgit v1.1