|
Lines 152-157
Link Here
|
| 152 |
._dl_lazy = 1, |
152 |
._dl_lazy = 1, |
| 153 |
._dl_fpu_control = _FPU_DEFAULT, |
153 |
._dl_fpu_control = _FPU_DEFAULT, |
| 154 |
._dl_pointer_guard = 1, |
154 |
._dl_pointer_guard = 1, |
|
|
155 |
._dl_madvise = 1, |
| 155 |
|
156 |
|
| 156 |
/* Function pointers. */ |
157 |
/* Function pointers. */ |
| 157 |
._dl_debug_printf = _dl_debug_printf, |
158 |
._dl_debug_printf = _dl_debug_printf, |
|
Lines 2574-2579
Link Here
|
| 2574 |
break; |
2575 |
break; |
| 2575 |
|
2576 |
|
| 2576 |
case 9: |
2577 |
case 9: |
|
|
2578 |
/* Test whether we should not advise the kernel |
| 2579 |
about memory usage. */ |
| 2580 |
if (memcmp (envline, "NOMADVISE", 9) == 0) |
| 2581 |
{ |
| 2582 |
GLRO(dl_madvise) = envline[10] == '\0'; |
| 2583 |
break; |
| 2584 |
} |
| 2585 |
|
| 2577 |
/* Test whether we want to see the content of the auxiliary |
2586 |
/* Test whether we want to see the content of the auxiliary |
| 2578 |
array passed up from the kernel. */ |
2587 |
array passed up from the kernel. */ |
| 2579 |
if (memcmp (envline, "SHOW_AUXV", 9) == 0) |
2588 |
if (memcmp (envline, "SHOW_AUXV", 9) == 0) |