Add the ablity to hide symbols on ELF/OLF objects.
authorrahnds <rahnds@openbsd.org>
Thu, 9 Jan 1997 04:16:51 +0000 (04:16 +0000)
committerrahnds <rahnds@openbsd.org>
Thu, 9 Jan 1997 04:16:51 +0000 (04:16 +0000)
commitb627a0fe250ede2e8158bc7f76add6a86d8c22cb
treef7741141518082c80d80aea8fcfdbd3dbeaf7a9f
parent7f1c33d29d1294aa52bebf752096daea1b8bf49f
Add the ablity to hide symbols on ELF/OLF objects.
This is a first cut at the symbol hiding process for ELF.
The current method will not work properly on mips.
It has been tested for powerpc and should work on alpha.
The problem with mips is due to the standard PIC compilation.
distrib/crunch/crunchide/Makefile
distrib/crunch/crunchide/crunchide.c
distrib/crunch/crunchide/elf_hide.c [new file with mode: 0644]