[uClibc-cvs] uClibc/include elf.h,1.11,1.12

Manuel Novoa III mjn3 at uclibc.org
Fri May 7 10:53:59 UTC 2004


Update of /var/cvs/uClibc/include
In directory nail:/tmp/cvs-serv17288

Modified Files:
	elf.h 
Log Message:
Peter Mazinger asked for this several months ago.


Index: elf.h
===================================================================
RCS file: /var/cvs/uClibc/include/elf.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- a/elf.h	18 Feb 2004 08:04:47 -0000	1.11
+++ b/elf.h	7 May 2004 10:53:57 -0000	1.12
@@ -565,6 +565,8 @@
 #define	PT_NUM		8		/* Number of defined types */
 #define PT_LOOS		0x60000000	/* Start of OS-specific */
 #define PT_GNU_EH_FRAME	0x6474e550	/* GCC .eh_frame_hdr segment */
+#define PT_GNU_STACK	0x6474e551	/* Indicates stack executability */
+#define PT_GNU_RELRO	0x6474e552	/* Read-only after relocation */
 #define PT_LOSUNW	0x6ffffffa
 #define PT_SUNWBSS	0x6ffffffa	/* Sun Specific segment */
 #define PT_SUNWSTACK	0x6ffffffb	/* Stack segment */




More information about the uClibc-cvs mailing list