correct ft32 reloc range test
[deliverable/binutils-gdb.git] / bfd / coff-m88k.c
index 6314bd35f9f22b4d273eec615e3e2f215e178258..93a2d48729a25296bb4542c07d3267584428880b 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Motorola 88000 COFF "Binary Compatibility Standard" files.
-   Copyright (C) 1990-2017 Free Software Foundation, Inc.
+   Copyright (C) 1990-2018 Free Software Foundation, Inc.
    Written by Cygnus Support.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -81,7 +81,7 @@ m88k_special_reloc (bfd *abfd,
                                           * bfd_octets_per_byte (abfd)))
            return bfd_reloc_outofrange;
 
-         x = bfd_get_16 (abfd, (bfd_byte *) data + addr);        
+         x = bfd_get_16 (abfd, (bfd_byte *) data + addr);
 
          /* Work out which section the relocation is targeted at and the
             initial relocation command value.  */
This page took 0.027411 seconds and 4 git commands to generate.