aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-11 00:29:11 +0000
committerMike Frysinger <vapier@gentoo.org>2014-01-11 00:29:11 +0000
commitc095be8bcf46570e3b70ce627e69dd368fc794e0 (patch)
tree485a550080c389ed5a97642e78bbda02ca9e6baa /porting.h
parentscanelf: fix comment in middle of define (diff)
downloadpax-utils-c095be8bcf46570e3b70ce627e69dd368fc794e0.tar.gz
pax-utils-c095be8bcf46570e3b70ce627e69dd368fc794e0.tar.bz2
pax-utils-c095be8bcf46570e3b70ce627e69dd368fc794e0.zip
update elf.h
Diffstat (limited to 'porting.h')
-rw-r--r--porting.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/porting.h b/porting.h
index 8eec8c5..f10717f 100644
--- a/porting.h
+++ b/porting.h
@@ -1,7 +1,7 @@
/*
* Copyright 2005-2012 Gentoo Foundation
* Distributed under the terms of the GNU General Public License v2
- * $Header: /var/cvsroot/gentoo-projects/pax-utils/porting.h,v 1.44 2013/04/02 21:13:05 vapier Exp $
+ * $Header: /var/cvsroot/gentoo-projects/pax-utils/porting.h,v 1.45 2014/01/11 00:29:11 vapier Exp $
*
* Copyright 2005-2012 Ned Ludd - <solar@gentoo.org>
* Copyright 2005-2012 Mike Frysinger - <vapier@gentoo.org>
@@ -169,20 +169,6 @@
#endif
/*
- * in case we are not defined by proper/up-to-date system headers,
- * we check for a whole lot of things and copy them from elf.h.
- */
-
-#ifndef PT_GNU_STACK
-# define PT_GNU_STACK 0x6474e551
-#endif
-
-/* not in <=binutils-2.14.90.0.8 (should come in by way of .9) */
-#ifndef PT_GNU_RELRO
-# define PT_GNU_RELRO 0x6474e552
-#endif
-
-/*
* propably will never be official added to the toolchain.
* But none the less we should try to get 0x65041580 reserved
*/