Changeset 924786bf in mainline for uspace/lib/c/generic/elf/elf_mod.c
- Timestamp:
- 2018-05-02T16:31:14Z (7 years ago)
- Children:
- d92060f
- Parents:
- 742fc98e
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-05-02 16:05:44)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-05-02 16:31:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/elf/elf_mod.c
r742fc98e r924786bf 342 342 case PT_NOTE: 343 343 break; 344 case PT_GNU_EH_FRAME: 345 case PT_GNU_STACK: 346 case PT_GNU_RELRO: 347 /* Ignore GNU headers, if present. */ 348 break; 344 349 case PT_INTERP: 345 350 elf->info->interp =
Note:
See TracChangeset
for help on using the changeset viewer.