]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-alpha-relro.patch
- quotes fixed.
[packages/glibc.git] / glibc-alpha-relro.patch
CommitLineData
c8072ca9
JB
1--- libc/sysdeps/alpha/dl-machine.h.orig 2004-03-20 23:24:17.000000000 +0100
2+++ libc/sysdeps/alpha/dl-machine.h 2004-06-07 17:09:35.000000000 +0200
3@@ -321,7 +321,8 @@
4 mov $0, $9 \n\
5 /* See if we were run as a command with the executable \n\
6 file name as an extra leading argument. */ \n\
7- ldl $1, _dl_skip_args($gp) !gprel \n\
8+ ldah $1, _dl_skip_args($gp) !gprelhigh \n\
9+ ldl $1, _dl_skip_args($1) !gprellow \n\
10 bne $1, $fixup_stack \n\
11 $fixup_stack_ret: \n\
12 /* The special initializer gets called with the stack \n\
This page took 0.026869 seconds and 4 git commands to generate.