diff options
author | Stu Grossman <grossman@cygnus> | 1991-08-23 05:26:06 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1991-08-23 05:26:06 +0000 |
commit | 7d003262a723b67a843d98acae10b933b4447530 (patch) | |
tree | c53e70d0ef2d7c16c85a68858d3ef32ce3bedf1f /bfd/aoutx.h | |
parent | 69e87de278d46588593bca456fdf10cba7b52c88 (diff) | |
download | gdb-7d003262a723b67a843d98acae10b933b4447530.zip gdb-7d003262a723b67a843d98acae10b933b4447530.tar.gz gdb-7d003262a723b67a843d98acae10b933b4447530.tar.bz2 |
saber
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r-- | bfd/aoutx.h | 5 |
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); } |