Re: ubsan: undefined shift in frag_align_code
[binutils-gdb.git] / gas / itbl-ops.c
index e5d48e48ddc9d4c6d5951351562b4533af307af3..94a002d9b46f3dfe2736354e48d47665813f14a7 100644 (file)
@@ -1,5 +1,5 @@
 /* itbl-ops.c
-   Copyright (C) 1997-2020 Free Software Foundation, Inc.
+   Copyright (C) 1997-2022 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 ();