summaryrefslogtreecommitdiff
path: root/gdb/xcoffread.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-11-15 19:58:14 +0000
committerKevin Buettner <kevinb@redhat.com>2000-11-15 19:58:14 +0000
commit5f4a0375be30b573913fc5d60b37b755db2ada02 (patch)
tree85b48856fd6109693783d9cf5ec9c3ab543b142f /gdb/xcoffread.c
parentc1488cf8ab52c0c5eaef23a26d2f016c8be9a9b2 (diff)
downloadgdb-5f4a0375be30b573913fc5d60b37b755db2ada02.tar.gz
Protoization.
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r--gdb/xcoffread.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c
index ed55c74d277..fac9a2fb8e6 100644
--- a/gdb/xcoffread.c
+++ b/gdb/xcoffread.c
@@ -408,8 +408,7 @@ compare_lte (const void *lte1p, const void *lte2p)
sort_linevec = 1 to end_symtab. */
static struct linetable *
-arrange_linetable (oldLineTb)
- struct linetable *oldLineTb; /* old linetable */
+arrange_linetable (struct linetable *oldLineTb)
{
int ii, jj, newline, /* new line count */
function_count; /* # of functions */
@@ -2600,9 +2599,7 @@ get_toc_offset (struct objfile *objfile)
table (as opposed to a shared lib or dynamically loaded file). */
static void
-xcoff_initial_scan (objfile, mainline)
- struct objfile *objfile;
- int mainline; /* FIXME comments above */
+xcoff_initial_scan (struct objfile *objfile, int mainline)
{
bfd *abfd;
int val;