artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
959570c
)
Don't make the DT_TEXTREL warning fatal. Hopefully this will be temporary,
author
kettenis
<kettenis@openbsd.org>
Wed, 22 Jun 2016 13:29:14 +0000
(13:29 +0000)
committer
kettenis
<kettenis@openbsd.org>
Wed, 22 Jun 2016 13:29:14 +0000
(13:29 +0000)
but we first have to make sure that our tree is clean.
ok deraadt@
gnu/usr.bin/binutils-2.17/bfd/elflink.c
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/binutils-2.17/bfd/elflink.c
b/gnu/usr.bin/binutils-2.17/bfd/elflink.c
index
677fd5b
..
baa6e59
100644
(file)
--- a/
gnu/usr.bin/binutils-2.17/bfd/elflink.c
+++ b/
gnu/usr.bin/binutils-2.17/bfd/elflink.c
@@
-8700,8
+8700,10
@@
bfd_elf_final_link (bfd *abfd, struct bfd_link_info *info)
{
_bfd_error_handler
(_("warning: creating a DT_TEXTREL in a shared object."));
+#if 0
if (!info->allow_textrel)
goto error_return;
+#endif
break;
}
}