aboutsummaryrefslogtreecommitdiff
path: root/bfd/aoutx.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r--bfd/aoutx.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h
index 91a4a3f..ebd825b 100644
--- a/bfd/aoutx.h
+++ b/bfd/aoutx.h
@@ -199,7 +199,8 @@ DEFUN(hlo10,(abfd, reloc_entry, symbol_in, data, input_section),
return bfd_reloc_ok;
}
-static r64()
+static bfd_reloc_status_enum_type
+r64()
{
abort();
}
@@ -1090,7 +1091,7 @@ DEFUN(NAME(aout,write_syms),(abfd),
- translate_to_native_sym_flags (&nsp, (PTR)g, abfd);
+ translate_to_native_sym_flags (&nsp, g, abfd);
bfd_write((PTR)&nsp,1,EXTERNAL_LIST_SIZE, abfd);
}