From 524f76c97ebd0fadd977a5ef8b70acccbfa4bbd9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 1 Sep 2001 10:29:27 +0000 Subject: * vms-tir.c: Add missing prototypes. * vms-hdr.c: Likewise. * vms-gsd.c: Likewise. * vms-misc.c: Likewise. --- bfd/vms-tir.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'bfd/vms-tir.c') diff --git a/bfd/vms-tir.c b/bfd/vms-tir.c index 1f3446c7346..7ffe605fcd1 100644 --- a/bfd/vms-tir.c +++ b/bfd/vms-tir.c @@ -1,6 +1,6 @@ /* vms-tir.c -- BFD back-end for VAX (openVMS/VAX) and EVAX (openVMS/Alpha) files. - Copyright 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. TIR record handling functions ETIR record handling functions @@ -49,6 +49,17 @@ static void image_write_b PARAMS ((bfd *abfd, unsigned int value)); static void image_write_w PARAMS ((bfd *abfd, unsigned int value)); static void image_write_l PARAMS ((bfd *abfd, unsigned long value)); static void image_write_q PARAMS ((bfd *abfd, uquad value)); +static int check_section PARAMS ((bfd *, int)); +static boolean etir_sta PARAMS ((bfd *, int, unsigned char *)); +static boolean etir_sto PARAMS ((bfd *, int, unsigned char *)); +static boolean etir_opr PARAMS ((bfd *, int, unsigned char *)); +static boolean etir_ctl PARAMS ((bfd *, int, unsigned char *)); +static boolean etir_stc PARAMS ((bfd *, int, unsigned char *)); +static asection *new_section PARAMS ((bfd *, int)); +static int alloc_section PARAMS ((bfd *, unsigned int)); +static int etir_cmd PARAMS ((bfd *, int, unsigned char *)); +static int analyze_tir PARAMS ((bfd *, unsigned char *, unsigned int)); +static int analyze_etir PARAMS ((bfd *, unsigned char *, unsigned int)); /*-----------------------------------------------------------------------------*/ -- cgit v1.2.1