[AArch64] BFD_RELOC_AARCH64_TLSLE_ADD_LO12 should enable overflow check
[deliverable/binutils-gdb.git] / bfd / elfnn-aarch64.c
index bcb25fd905b4e5f0b77a59a9646851f0355c3073..26f20c587b5b7efaa5daf5f1a18d9d42b9f4bfaf 100644 (file)
@@ -1083,7 +1083,7 @@ static reloc_howto_type elfNN_aarch64_howto_table[] =
         12,                    /* bitsize */
         FALSE,                 /* pc_relative */
         0,                     /* bitpos */
-        complain_overflow_dont,        /* complain_on_overflow */
+        complain_overflow_unsigned,    /* complain_on_overflow */
         bfd_elf_generic_reloc, /* special_function */
         AARCH64_R_STR (TLSLE_ADD_TPREL_LO12),  /* name */
         FALSE,                 /* partial_inplace */
This page took 0.02461 seconds and 4 git commands to generate.