summaryrefslogtreecommitdiff
path: root/output/outrdf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'output/outrdf2.c')
-rw-r--r--output/outrdf2.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/output/outrdf2.c b/output/outrdf2.c
index 7fb46159..c98beadd 100644
--- a/output/outrdf2.c
+++ b/output/outrdf2.c
@@ -84,14 +84,13 @@ static int32_t headerlength;
static void rdf2_init(FILE * fp, efunc errfunc, ldfunc ldef, evalfunc eval)
{
-
+ int segtext, segdata, segbss;
+
(void)ldef;
(void)eval;
maxbits = 64;
- int segtext, segdata, segbss;
-
/* set up the initial segments */
segments[0].segname = ".text";
segments[0].segnumber = 0;
@@ -135,14 +134,13 @@ static void rdf2_init(FILE * fp, efunc errfunc, ldfunc ldef, evalfunc eval)
static int32_t rdf2_section_names(char *name, int pass, int *bits)
{
-
- (void)pass;
-
int i;
char *p, *q;
int code = -1;
int reserved = 0;
+ (void)pass;
+
/*
* Default is 32 bits, in the text segment.
*/