summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-12-17 06:56:58 +0000
committerimp <imp@FreeBSD.org>2008-12-17 06:56:58 +0000
commit39a3668dccb441d4080c6f8653899b5361f948e7 (patch)
tree18e46173fbeb417083e3c30ffb92fecf09751def /sys/ia64
parente4a424be307b05ab46e5eed3a5788634cc5ae8d9 (diff)
downloadFreeBSD-src-39a3668dccb441d4080c6f8653899b5361f948e7.zip
FreeBSD-src-39a3668dccb441d4080c6f8653899b5361f948e7.tar.gz
AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.
Reviewed by: peter
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/include/elf.h12
1 files changed, 0 insertions, 12 deletions
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.
*/
OpenPOWER on IntegriCloud