Home | History | Annotate | Download | only in vax
History log of /src/libexec/ld.elf_so/arch/vax/Makefile.inc
RevisionDateAuthorComments
 1.11  19-Sep-2009  skrll Fix start symbol. I have no idea how this worked before.
 1.10  04-Jun-2005  lukem Explicitly prefix ld(1) options in LDFLAGS with "-Wl," rather than
using the ${LDFLAGS:@F@-Wl,$F@} make substitution because that breaks
if LDFLAGS is already set.
 1.9  28-Apr-2004  mhitch The -symbolic flag in gcc 2.95.3 is not passed to the linker, which is
required. Restore the -Bsymbolic option in LDFLAGS on the vax. Fixes
the problem with ld.elf_so mentioned on port-vax.
 1.8  21-Feb-2004  skrll branches: 1.8.2;
Move common LDFLAGS into Makefile from arch/*/Makefile.inc
 1.7  20-Feb-2004  skrll Whitespace.
 1.6  24-Sep-2002  mycroft Nuke reference to RTLD_RELOCATE_SELF.
 1.5  05-Sep-2002  mycroft Make _rtld_setup_pltgot() a consistent interface on all platforms.
 1.4  20-Dec-2001  thorpej branches: 1.4.2;
Grumble. Put compiler options back into CPPFLAGS for now, since
they're needed to build .S files with the correct PIC options.

XXX Really needs cleanup in <bsd.*.mk> to do this properly.
 1.3  14-Dec-2001  thorpej Don't put compiler options into CPPFLAGS.
 1.2  14-Jul-2000  matt No need for RELOCATE_SELF since the VAX does real PIC. Rewrite the bind
routine to deal with JMP .vs. CALLx differences.
 1.1  21-Aug-1999  matt Initial VAX ELF32 support (mostly untested). It's checked primarily for
testing and archival for now. I don't expect anyone to work with it
since the binutils and gas changes are still pending. But you got to
crawl before you walk.
 1.4.2.1  28-May-2004  tron Apply patch (request by skrll in ticket #1702):
Bring "ld.elf_so" (mostly) in sync with NetBSD-current:
- MI and MD (e.g. under NetBSD-alpha) performance improvements
- RTLD_SELF, RTLD_NEXT, RTLD_DEFAULT support
- much better structured code
- closes PR bin/25464
 1.8.2.1  29-Apr-2004  jmc Pullup rev 1.9 (requested by mhitch in ticket #219)

The -symbolic flag in gcc 2.95.3 is not passed to the linker, which is
required. Restore the -Bsymbolic option in LDFLAGS on the vax.

RSS XML Feed