]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PR 33385 unsupported relocs
authorAlan Modra <amodra@gmail.com>
Sun, 7 Sep 2025 23:00:56 +0000 (08:30 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 8 Sep 2025 12:47:46 +0000 (22:17 +0930)
Commit 96d3b80f5498 changed a couple of reloc functions to return
false, and propagated the error.  They previously did nothing, so
revert to that sad state.

* vms-alpha.c (alpha_vms_add_lw_reloc): Return true.
(alpha_vms_add_qw_reloc): Likewise.

bfd/vms-alpha.c

index 1924a7611414907f42ffb4f17b13774a3420bbb1..80a559dabed397d711084e65fc781fbe0d009d85 100644 (file)
@@ -8939,13 +8939,13 @@ alpha_vms_add_fixup_lr (struct bfd_link_info *info ATTRIBUTE_UNUSED,
 static bool
 alpha_vms_add_lw_reloc (struct bfd_link_info *info ATTRIBUTE_UNUSED)
 {
-  return false;
+  return true;
 }
 
 static bool
 alpha_vms_add_qw_reloc (struct bfd_link_info *info ATTRIBUTE_UNUSED)
 {
-  return false;
+  return true;
 }
 
 static struct bfd_hash_entry *