diff options
| -rw-r--r-- | Documentation/vDSO/vdso_standalone_test_x86.c (renamed from Documentation/vDSO/vdso_test.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vDSO/vdso_test.c b/Documentation/vDSO/vdso_standalone_test_x86.c index fff633432dff..1523f5d681f3 100644 --- a/Documentation/vDSO/vdso_test.c +++ b/Documentation/vDSO/vdso_standalone_test_x86.c | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | * You can amuse yourself by compiling with: | 6 | * You can amuse yourself by compiling with: |
| 7 | * gcc -std=gnu99 -nostdlib | 7 | * gcc -std=gnu99 -nostdlib |
| 8 | * -Os -fno-asynchronous-unwind-tables -flto | 8 | * -Os -fno-asynchronous-unwind-tables -flto |
| 9 | * vdso_test.c parse_vdso.c -o vdso_test | 9 | * vdso_standalone_test_x86.c parse_vdso.c |
| 10 | * to generate a small binary with no dependencies at all. | 10 | * to generate a small binary with no dependencies at all. |
| 11 | */ | 11 | */ |
| 12 | 12 | ||
