* alpha.c: Add missing prototypes.

* sparc.c: Likewise.
	* tahoe.c: Likewise.
	* vax.c: Likewise.
	* i386.c: Likewise.
	(i386_iscall): Don't use DEFUN.
This commit is contained in:
Alan Modra
2001-08-09 14:57:42 +00:00
parent badaf34c72
commit 5789ecea4c
6 changed files with 27 additions and 1 deletions

View File

@@ -27,6 +27,8 @@
*/
#define CALL (0xc0000000)
void sparc_find_call PARAMS ((Sym *, bfd_vma, bfd_vma));
void
sparc_find_call (parent, p_lowpc, p_highpc)
Sym *parent;