RE: [PATCH][ARC] Fix PIE.
> gcc/config.gcc | 2 +- > gcc/config/arc/arc.h | 10 -- > libgcc/config.host | 4 ++-- > libgcc/config/arc/crti.S | 2 ++ Approved and committed, thank you for your contribution, Claudiu
[PATCH][ARC] Fix PIE.
Hi Claudiu and Andrew This patches solves the dejagnu PIE failing tests. Looking forward to your review. Best regards, Cupertino gcc/ 2016-07-27 Cupertino Miranda * config/arc/arc.h (STARTFILE_SPEC): Use default linux specs. (ENDFILE_SPEC): Likewise. libgcc/ 2016-07-27 Cupe