aboutsummaryrefslogtreecommitdiff
path: root/sys/sun4v
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-12-17 06:56:58 +0000
committerWarner Losh <imp@FreeBSD.org>2008-12-17 06:56:58 +0000
commitdb3cd725a556a6fc536afbffb18a4b0c803804b0 (patch)
tree18e46173fbeb417083e3c30ffb92fecf09751def /sys/sun4v
parent0e7faf393457cd1e37a51e28d15575b06bcfecd7 (diff)
Notes
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/include/elf.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/sun4v/include/elf.h b/sys/sun4v/include/elf.h
index 76e3a7637199..108ade159e64 100644
--- a/sys/sun4v/include/elf.h
+++ b/sys/sun4v/include/elf.h
@@ -78,18 +78,6 @@ __ElfType(Auxinfo);
#define AT_BASE 7 /* Interpreter's base address. */
#define AT_FLAGS 8 /* Flags (unused). */
#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 T_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.
*/