* coffcode.h: use dummy_reloc16_extra_cases rather than casting abort.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 30 Apr 1993 17:22:39 +0000 (17:22 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 30 Apr 1993 17:22:39 +0000 (17:22 +0000)
bfd/ChangeLog
bfd/coffcode.h

index 4789620fb9272aa623d3f37bddbf144674c6b56c..5abf0b2d13962b4540932b97362d289704e243e7 100644 (file)
@@ -1,3 +1,7 @@
+Fri Apr 30 09:38:59 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * coffcode.h: use dummy_reloc16_extra_cases rather than casting abort.
+
 Thu Apr 29 11:30:32 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
 
        * Makefile.in: Build elf32-hppa.o.
index 1913e3573efa0df10790e6fe92ba33fb7c7a2124..c554276d00c60885b8c5f8116a36ebd925752f54 100644 (file)
@@ -2223,9 +2223,19 @@ bfd *abfd;
 #endif
 
 #ifndef coff_reloc16_extra_cases
-#define coff_reloc16_extra_cases \
-  (void (*) PARAMS ((bfd *, bfd_seclet_type *, arelent *, bfd_byte *,\
-                    unsigned int *, unsigned int *))) abort
+#define coff_reloc16_extra_cases dummy_reloc16_extra_cases
+/* This works even if abort is not declared in any header file.  */
+void
+dummy_reloc16_extra_cases (abfd, seclet, reloc, data, src_ptr, dst_ptr)
+     bfd *abfd;
+     struct bfd_seclet *seclet;
+     arelent *reloc;
+     bfd_byte *data;
+     unsigned int *src_ptr;
+     unsigned int *dst_ptr;
+{
+  abort ();
+}
 #endif
 
 static CONST bfd_coff_backend_data bfd_coff_std_swap_table = {