aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-12-17 06:11:42 +0000
committerWarner Losh <imp@FreeBSD.org>2008-12-17 06:11:42 +0000
commit0e7faf393457cd1e37a51e28d15575b06bcfecd7 (patch)
tree37369244350dda151e909918e7f1c4f9c68323d1 /sys/amd64/linux32
parent61f45a72229b9bcfcc1a37466a5e1dd5ee597530 (diff)
downloadsrc-0e7faf393457cd1e37a51e28d15575b06bcfecd7.tar.gz
src-0e7faf393457cd1e37a51e28d15575b06bcfecd7.zip
Remove obsolete AT_DEBUG stuff. It never should have been committed
in the first place, let alone migrated to linux emulation. Reviewed by: peter, rdivacky
Notes
Notes: svn path=/head/; revision=186211
Diffstat (limited to 'sys/amd64/linux32')
-rw-r--r--sys/amd64/linux32/linux32_sysvec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/linux32/linux32_sysvec.c b/sys/amd64/linux32/linux32_sysvec.c
index 3acee30ca6b1..aaa7458ac7e2 100644
--- a/sys/amd64/linux32/linux32_sysvec.c
+++ b/sys/amd64/linux32/linux32_sysvec.c
@@ -254,8 +254,6 @@ elf_linux_fixup(register_t **stack_base, struct image_params *imgp)
args = (Elf32_Auxargs *)imgp->auxargs;
pos = base + (imgp->args->argc + imgp->args->envc + 2);
- if (args->trace)
- AUXARGS_ENTRY_32(pos, AT_DEBUG, 1);
if (args->execfd != -1)
AUXARGS_ENTRY_32(pos, AT_EXECFD, args->execfd);
AUXARGS_ENTRY_32(pos, AT_PHDR, args->phdr);