commit | c60c390620e0abb60d4ae8c43583714bda27763f | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Thu Apr 28 22:47:29 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Thu Apr 28 22:47:29 2005 -0700 |
tree | 11aaf9d3ebfd4998fc7d550c9af4f502105f0835 | |
parent | 0cb766ae629c70d53040f85de73db0583eadb233 [diff] |
[PATCH] x86_64: fix PT_NOTE addition to IA32 vDSO The addition of the PT_NOTE didn't take in the x86_64 version of the i386 vDSO, because I forgot the linker script bit in that copy. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>