aboutsummaryrefslogtreecommitdiff
path: root/bfd/vms-tir.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-09-01 10:29:27 +0000
committerAndreas Jaeger <aj@suse.de>2001-09-01 10:29:27 +0000
commit524f76c97ebd0fadd977a5ef8b70acccbfa4bbd9 (patch)
tree5ad1d5d44ea44cd2d6890a3905ce77f12117cec2 /bfd/vms-tir.c
parent3ca047d39a25fd5ad5a1e37c2f8bfa987f4e4d1b (diff)
downloadgdb-524f76c97ebd0fadd977a5ef8b70acccbfa4bbd9.zip
gdb-524f76c97ebd0fadd977a5ef8b70acccbfa4bbd9.tar.gz
gdb-524f76c97ebd0fadd977a5ef8b70acccbfa4bbd9.tar.bz2
* vms-tir.c: Add missing prototypes.
* vms-hdr.c: Likewise. * vms-gsd.c: Likewise. * vms-misc.c: Likewise.
Diffstat (limited to 'bfd/vms-tir.c')
-rw-r--r--bfd/vms-tir.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/bfd/vms-tir.c b/bfd/vms-tir.c
index 1f3446c..7ffe605 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));
/*-----------------------------------------------------------------------------*/