Allow symbols in MEMORY region specification
[deliverable/binutils-gdb.git] / gas / config / atof-vax.c
index e0125268616ff5da0959c31dc684378e6f56215b..37f5fcc346637a9bc5a0ef4f9f3e26ff53a7d8f1 100644 (file)
@@ -1,6 +1,5 @@
 /* atof_vax.c - turn a Flonum into a VAX floating point number
-   Copyright 1987, 1992, 1993, 1995, 1997, 1999, 2000, 2005, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1987-2015 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -295,7 +294,7 @@ flonum_gen2vax (int format_letter,  /* One of 'd' 'f' 'g' 'h'.  */
          /* Seek (and forget) 1st significant bit.  */
          for (exponent_skippage = 0;
               !next_bits (1);
-              exponent_skippage++);;
+              exponent_skippage++);
 
          exponent_1 = f->exponent + f->leader + 1 - f->low;
          /* Radix LITTLENUM_RADIX, point just higher than f->leader.  */
This page took 0.023703 seconds and 4 git commands to generate.