Browse Source

Alejandro Mery <amery@geeks.cl>:

fix prelink. tested
update libelf-0.8.4->0.8.5


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1944 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Alejandro Mery 21 years ago
parent
commit
97f85081e9
3 changed files with 22 additions and 2 deletions
  1. +4
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +2
    -2
      package/base/libelf/libelf.desc
  3. +16
    -0
      package/base/prelink/pt_gnu_stack.patch

+ 4
- 0
Documentation/Developers/CHANGELOG-RENE

@ -1,4 +1,8 @@
*) 2003-12-10 (2.0.0-rc3 - 2.0.0-rc4)
- Alejandro Mery: fixed prelink and updated libelf
*) 2003-12-09 (2.0.0-rc3 - 2.0.0-rc4)
- Andreas V. Meier and Rene Rebe: updated screen (4.0.2)

+ 2
- 2
package/base/libelf/libelf.desc

@ -34,8 +34,8 @@
[L] GPL
[S] Beta
[V] 0.8.4
[V] 0.8.5
[P] X ---3-----9 286.000
[D] 1943831446 libelf-0.8.4.tar.gz http://www.stud.uni-hannover.de/~michael/software/
[D] 1621141339 libelf-0.8.5.tar.gz http://www.stud.uni-hannover.de/~michael/software/

+ 16
- 0
package/base/prelink/pt_gnu_stack.patch

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

Loading…
Cancel
Save