mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
458 B

  1. this definition is private for binutils, seems the author forgot that
  2. when decide to use it in execstack :-)
  3. may be next bintuils will make it public.
  4. -Alejandro
  5. --- ./src/prelink.h.orig 2003-12-09 22:59:17.000000000 -0300
  6. +++ ./src/prelink.h 2003-12-09 23:04:03.000000000 -0300
  7. @@ -44,6 +44,8 @@
  8. #define SHT_GNU_LIBLIST 0x6ffffff7
  9. #endif
  10. +#define PT_GNU_STACK (PT_LOOS + 0x474e551)
  11. +
  12. struct prelink_entry;
  13. struct prelink_info;
  14. struct PLArch;