Rev 3677 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3677 | Rev 3686 | ||
|---|---|---|---|
| Line 58... | Line 58... | ||
| 58 | /* |
58 | /* |
| 59 | * ELF-specific data. |
59 | * ELF-specific data. |
| 60 | */ |
60 | */ |
| 61 | /** Pointer to ELF dynamic section of the program. */ |
61 | /** Pointer to ELF dynamic section of the program. */ |
| 62 | void *dynamic; |
62 | void *dynamic; |
| - | 63 | /** Pointer to dynamic linker state structure (runtime_env_t). */ |
|
| - | 64 | void *rtld_runtime; |
|
| 63 | } pcb_t; |
65 | } pcb_t; |
| 64 | 66 | ||
| 65 | /** |
67 | /** |
| 66 | * A pointer to the program control block. Having received the PCB pointer, |
68 | * A pointer to the program control block. Having received the PCB pointer, |
| 67 | * the C library startup code stores it here for later use. |
69 | * the C library startup code stores it here for later use. |