History log of /openbsd/gnu/usr.bin/binutils/bfd/elfxx-mips.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 78bc84a5 31-Jul-2020 visa <visa@openbsd.org>

Use consistent types in comparison to fix build with clang 10.

Instead of just checking if *namep is NULL, also check if the string
pointed by *namep is empty. This is probably the original intent o

Use consistent types in comparison to fix build with clang 10.

Instead of just checking if *namep is NULL, also check if the string
pointed by *namep is empty. This is probably the original intent of
the code.

OK kettenis@ jsg@ deraadt@

show more ...


# 2d6de53b 22-Dec-2014 kettenis <kettenis@openbsd.org>

Teach ld(1) not to add a PT_INTERP entry for -static -pie.

ok kurt@


# 5bfc90f5 14-Aug-2014 guenther <guenther@openbsd.org>

Backport from binutils-2.17:
2005-08-17 Alan Modra <amodra@bigpond.net.au>
* elfxx-mips.c (_bfd_mips_elf_hide_symbol): Cope with being called
without any got section.

ok miod@


# 150fdec4 12-Nov-2004 pefo <pefo@openbsd.org>

Don't use the IRIX workaround for relocs. Seems to break reloc count in
some shared libs and we don't need any workaround in OpenBSD.


# cf2f2c56 02-Nov-2004 miod <miod@openbsd.org>

Binutils 2.15, with testsuites removed, and without gdb and libiberty.


# d2201f2f 17-May-2004 drahn <drahn@openbsd.org>

import binutils 2.14 (excluding testsuites, .info files, and .po files)