From 39a3668dccb441d4080c6f8653899b5361f948e7 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 17 Dec 2008 06:56:58 +0000 Subject: AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them. Reviewed by: peter --- sys/ia64/include/elf.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'sys/ia64') diff --git a/sys/ia64/include/elf.h b/sys/ia64/include/elf.h index ec22512..faab8d1 100644 --- a/sys/ia64/include/elf.h +++ b/sys/ia64/include/elf.h @@ -82,18 +82,6 @@ __ElfType(Auxinfo); #define AT_BASE 7 /* Interpreter's base address. */ #define AT_FLAGS 8 /* Flags (unused for i386). */ #define AT_ENTRY 9 /* Where interpreter should transfer control. */ - -/* - * The following non-standard values are used for passing information - * from John Polstra's testbed program to the dynamic linker. These - * are expected to go away soon. - * - * Unfortunately, these overlap the Linux non-standard values, so they - * must not be used in the same context. - */ -#define AT_BRK 10 /* Starting point for sbrk and brk. */ -#define AT_DEBUG 11 /* Debugging level. */ - /* * The following non-standard values are used in Linux ELF binaries. */ -- cgit v1.1