Home | History | Annotate | Download | only in m68k
History log of /src/libexec/ld.elf_so/arch/m68k/Makefile.inc
RevisionDateAuthorComments
 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  21-Feb-2004  skrll Move common LDFLAGS into Makefile from arch/*/Makefile.inc
 1.8  20-Feb-2004  skrll Whitespace.
 1.7  24-Sep-2002  mycroft Remove vestiges of VARPSZ.
 1.6  11-Sep-2002  mycroft Add a _rtld_relocate_nonplt_self() here too.
 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  21-Dec-2000  scw Define VARPSZ so dynamic binaries work on both 4K and 8K page size machines.
 1.1  29-Apr-1999  kleink Add m68k code.
 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

RSS XML Feed