gas: Update 80387 floating point 's' suffix
[deliverable/binutils-gdb.git] / gas / itbl-ops.c
index 2a212a5c13b1c48e55dbd224f108c8322f625f02..aa91007d99846f51cda006da727de69f1d60c7a2 100644 (file)
@@ -1,5 +1,5 @@
 /* itbl-ops.c
-   Copyright (C) 1997-2018 Free Software Foundation, Inc.
+   Copyright (C) 1997-2020 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -272,7 +272,7 @@ itbl_init (void)
        for (e = *es; e; e = e->next)
          {
            symbol_table_insert (symbol_create (e->name, reg_section,
-                                               e->value, &zero_address_frag));
+                                               &zero_address_frag, e->value));
          }
       }
   append_insns_as_macros ();
This page took 0.023066 seconds and 4 git commands to generate.