]> git.baikalelectronics.ru Git - kernel.git/commit
x86 vDSO: compile with -g, 64-bit
authorRoland McGrath <roland@redhat.com>
Mon, 14 Apr 2008 19:19:30 +0000 (12:19 -0700)
committerIngo Molnar <mingo@elte.hu>
Sat, 19 Apr 2008 17:19:55 +0000 (19:19 +0200)
commit2ec452b6044e23358f832abcf9f47a1e2eda732b
tree8800cf01a912e0a3e43b8feedd81e5e797dc1a89
parent9011adcdf35fd393e89980f487d761a2c970f88d
x86 vDSO: compile with -g, 64-bit

The 64-bit vDSO's sources are compiled with -g0 for no good reason.
Using -g when enabled lets their separate debug files be used at
runtime via build ID matching, same as we can see 32-bit vDSO's
assembly sources.

Signed-off-by: Roland McGrath <roland@redhat.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/vdso/Makefile