* Most files:
[deliverable/binutils-gdb.git] / bfd / coff-a29k.c
index 7161d4065d7131411d35c40ff7acd7b84205f548..9084a40dcee10ee7265511c0d044339c1064cc6e 100644 (file)
@@ -248,12 +248,13 @@ static reloc_howto_type howto_table[] =
 #define RELOC_PROCESSING(relent, reloc, symbols, abfd, section) \
  reloc_processing(relent, reloc, symbols, abfd, section)
 
-static void DEFUN(reloc_processing,(relent,reloc, symbols, abfd, section) ,
-          arelent *relent AND
-          struct internal_reloc *reloc AND
-          asymbol **symbols AND
-          bfd *abfd AND
-          asection *section)
+static void
+reloc_processing (relent,reloc, symbols, abfd, section)
+     arelent *relent;
+     struct internal_reloc *reloc;
+     asymbol **symbols;
+     bfd *abfd;
+     asection *section;
 {
     relent->address = reloc->r_vaddr;          
     relent->howto = howto_table + reloc->r_type;
This page took 0.023831 seconds and 4 git commands to generate.