* config/atof-ieee.c (gen_to_words): Correctly round a
[deliverable/binutils-gdb.git] / bfd / aout-ns32k.c
index 89b09ef8c2f07edbc1be3998f7de5f1f9fc8418f..c1335aa84d7d522a98345dfb2c0bd16f405a1f29 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for ns32k a.out-ish binaries.
-   Copyright (C) 1990, 1991, 1992, 1994, 1995 Free Software Foundation, Inc.
+   Copyright (C) 1990, 91, 92, 94, 95, 96, 1998 Free Software Foundation, Inc.
    Contributed by Ian Dall (idall@eleceng.adelaide.edu.au).
 
 This file is part of BFD, the Binary File Descriptor library.
@@ -344,8 +344,8 @@ _bfd_ns32k_relocate_contents (howto, input_bfd, relocation, location)
      bfd_byte *location;
 {
   int r_ns32k_type = (howto - MY(howto_table)) / 6;
-  long (*get_data)();
-  int (*put_data)();
+  long (*get_data) PARAMS ((bfd_byte *, long, long));
+  int (*put_data) PARAMS ((long, bfd_byte *, long, long));
 
   switch (r_ns32k_type)
     {
@@ -362,6 +362,8 @@ _bfd_ns32k_relocate_contents (howto, input_bfd, relocation, location)
                                    location);
       /* NOT REACHED */
       break;
+    default:
+      return bfd_reloc_notsupported;
     }
   return _bfd_do_ns32k_reloc_contents (howto, input_bfd, relocation,
                                       location, get_data, put_data);
This page took 0.023642 seconds and 4 git commands to generate.