Skip to content
Snippets Groups Projects
Commit 7b4f358f authored by jdh8d's avatar jdh8d
Browse files

Updates to elfwrite to handle more segments, new cfar configs typed out, and...

Updates to elfwrite to handle more segments, new cfar configs typed out, and scons added to get-packages.
parent 65e3d056
No related branches found
No related tags found
No related merge requests found
......@@ -564,8 +564,12 @@ bool ElfWriterImpl<T_Elf_Ehdr,T_Elf_Phdr,T_Elf_Addr,T_Elf_Shdr,T_Elf_Sym, T_Elf_
T_Elf_Phdr newphdr=phdrs[i];
// figure out how to make this an xform/step in $PS.
// instead of always doing it.
#if 0
if(phdrs[i].p_type == PT_GNU_STACK)
newphdr.p_flags &= ~PF_X; // turn off executable stack.
#endif
// find offset in loadable segment
// using segvec.size() instead of new_phdrs size to search for segments in the new list.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment