Ensure that padding in the constant pool uses constant values.
[deliverable/binutils-gdb.git] / gas / config / tc-arm.c
index b5f378661e5b850c1081ef0d1f4fcb8f2584157e..3c7e0141a5d95f3e4b27387bc66f3615183d646a 100644 (file)
@@ -3288,6 +3288,7 @@ add_to_lit_pool (unsigned int nbytes)
                }
 
              pool->literals[entry] = inst.reloc.exp;
+             pool->literals[entry].X_op = O_constant;
              pool->literals[entry].X_add_number = 0;
              pool->literals[entry++].X_md = (PADDING_SLOT << 8) | 4;
              pool->next_free_entry += 1;
This page took 0.033871 seconds and 4 git commands to generate.