Home | History | Annotate | only in /src/usr.bin/ldd/elf32_compat
History log of /src/usr.bin/ldd/elf32_compat
RevisionDateAuthorComments
 1.4 27-Jan-2019  kre Fix merge botch
 1.3 27-Jan-2019  pgoyette Merge the [pgoyette-compat] branch
 1.2 21-Jun-2018  kamil branches: 1.2.2;
Disable SANITIZER for ldd(1)

These utilities (elf32, elf32_compat, elf64, liblldb) share code with the
ELF dynamic loader that is not being sanitized and its symbols are
installed into sanitized programs (in particular __tls_get_addr()).

Additionally libldd is used in rescue that is not expected to be sanitized
as of today.
 1.1 13-Dec-2009  mrg branches: 1.1.2; 1.1.4; 1.1.48;
- adjust the logic for compat ldd: add an elf32_compat module and arrange
for mips64 to build this with MLIBDIR set to o32
- make mips64 ldd call elf32_compat_ldd as well
- make mips64 elf64 set MLIBDIR to 64
- don't need ld.elf_so's Makefile.ld32 files anymore (they are going away
soon anyway)

tested on amd64 and sparc64, and an earlier version tested on mips64.
 1.1.48.1 25-Jun-2018  pgoyette Sync with HEAD
 1.1.4.2 06-Jan-2011  riz Apply patch (requested by mrg in ticket #1499):

src/compat version 2. this allows building any number of alternate
library / program target ABIs. rather than duplicating the list of
subdirs and Makefiles to build, it re-traverses the necessary ones.
details:
- add support for MAKEDIRTARGETENV to share/mk
- renames LD32DIR to MLIBDIR
- fixes library builds for some subdirs (more was built than needed)
- fixes /bin & /sbin apps in compat mode
- reduces complexity in src/compat and the rest of the tree
- updates ldd netbsd32 support
 1.1.4.1 13-Dec-2009  riz file Makefile was added on branch netbsd-5 on 2011-01-06 05:20:26 +0000
 1.1.2.2 23-Dec-2009  mrg pull across from -current:
> Log Message:
> - adjust the logic for compat ldd: add an elf32_compat module and arrange
> for mips64 to build this with MLIBDIR set to o32
> - make mips64 ldd call elf32_compat_ldd as well
> - make mips64 elf64 set MLIBDIR to 64
> - don't need ld.elf_so's Makefile.ld32 files anymore (they are going away
> soon anyway)
>
> tested on amd64 and sparc64, and an earlier version tested on mips64.

> Log Message:
> make this actually build on mips64.
 1.1.2.1 13-Dec-2009  mrg file Makefile was added on branch matt-nb5-mips64 on 2009-12-23 03:14:47 +0000
 1.2.2.1 10-Jun-2019  christos Sync with HEAD

RSS XML Feed