[llvm-commits] [PATCH] PowerPC: Fix eh_frame relocation for PIC

Hal Finkel hfinkel at anl.gov
Wed Jan 2 12:04:57 PST 2013


----- Original Message -----
> From: "Adhemerval Zanella" <azanella at linux.vnet.ibm.com>
> To: llvm-commits at cs.uiuc.edu
> Sent: Wednesday, January 2, 2013 7:21:36 AM
> Subject: [llvm-commits] [PATCH] PowerPC: Fix eh_frame relocation for PIC
> 
> This patch fixes the PPC eh_frame definitions for the personality and
> frame unwinding for PIC objects. It makes PIC build correctly creates
> relative relocations in the '.rela.eh_frame' segments and thus
> avoiding
> a text relocation that generates a DT_TEXTREL segments in link phase.
> 
> Any tips, comments, advices?

Looks fine to me. Is there a reason why all of the comments start with ';;' instead of just one semicolon?

 -Hal

> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> 

-- 
Hal Finkel
Postdoctoral Appointee
Leadership Computing Facility
Argonne National Laboratory



More information about the llvm-commits mailing list