aboutsummaryrefslogtreecommitdiff
path: root/gdb/coffread.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-04 06:46:30 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-04 06:46:30 +0000
commit9bba3334a0c5925f924d0c0c1e61af2ff9da5e17 (patch)
treea78639e0d02c9353cb18c2423a31be258d3fbe6e /gdb/coffread.c
parent5b0a744f98759f3b51b4362f25b497d0da9c16d1 (diff)
downloadgdb-9bba3334a0c5925f924d0c0c1e61af2ff9da5e17.zip
gdb-9bba3334a0c5925f924d0c0c1e61af2ff9da5e17.tar.gz
gdb-9bba3334a0c5925f924d0c0c1e61af2ff9da5e17.tar.bz2
* dbxread.c, coffread.c: static-ize functions that were
gratuitiously external. (From Fred Fish.)
Diffstat (limited to 'gdb/coffread.c')
-rw-r--r--gdb/coffread.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/coffread.c b/gdb/coffread.c
index b37ef06..37c5af3 100644
--- a/gdb/coffread.c
+++ b/gdb/coffread.c
@@ -627,7 +627,7 @@ struct coff_symfile_info {
static int text_bfd_scnum;
-void
+static void
coff_symfile_init (sf)
struct sym_fns *sf;
{
@@ -728,7 +728,7 @@ static bfd *symfile_bfd;
shared libraries or add_file! */
/* ARGSUSED */
-void
+static void
coff_symfile_read (sf, addr, mainline)
struct sym_fns *sf;
CORE_ADDR addr;
@@ -822,7 +822,7 @@ coff_symfile_read (sf, addr, mainline)
select_source_symtab (0); /* FIXME, this might be too slow, see dbxread */
}
-void
+static void
coff_new_init ()
{
/* There seems to be nothing to do except free_all_symtabs and set