Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • opensrc/zipr
  • whh8b/zipr
2 results
Show changes
Commits on Source (2)
Subproject commit 21f81981bd84809e87ae4000df504b558330a01f
Subproject commit c83b62097a717690207cb668f7105247780d5190
a.out
good.txt
peasoup_executable_*
xform.txt
xxx
......@@ -4010,9 +4010,12 @@ void fill_in_indtargs(FileIR_t* firp, exeio* exeiop, int64_t do_unpin_opt)
/* mark the entry point as a target */
possible_target(exeiop->get_entry(),0,ibt_provenance_t::ibtp_entrypoint);
/* Read the exception handler frame so that those indirect branches are accounted for */
/* then now process the ranges and mark IBTs as necessarthat have exception handling */
read_ehframe(firp, exeiop);
/* Read the exception handler frame so that those indirect branches are accounted for
* then now process the ranges and mark IBTs as necessarthat have exception handling.
* But skip it if we are going to read the EH info into the IR.
*/
if(!split_eh_frame_opt)
read_ehframe(firp, exeiop);
process_ranges(firp);
/* now, find the .GOT addr and process any pc-rel things for x86-32 ibts. */
......
Subproject commit ab7012312f8e6ebf8762b420171cc49d112060d3
Subproject commit b0a00fafb98416b235b17fbb4ae749babfa47681