RE: [PATCH 2/4] [ARC] Cleanup implementation.

2016-12-05 Thread Claudiu Zissulescu
Hi, > > * config/arc/arc.md (ls_gd_load): Remove. > > (tls_gd_dispatch): Likewise. > > I don't see the connection between these two parts? Plus it would be > nice to have some more words _somewhere_ for why these are being > removed. The commit message is probably the right place I'd ha

Re: [PATCH 2/4] [ARC] Cleanup implementation.

2016-11-30 Thread Andrew Burgess
* Claudiu Zissulescu [2016-11-16 11:17:59 +0100]: > gcc/ > 2016-06-30 Claudiu Zissulescu There seem to be two sets of changes here: > > * config/arc/arc-protos.h (insn_is_tls_gd_dispatch): Remove. > * config/arc/arc.c (arc_unspec_offset): New function. > (arc_finalize_pic

RE: [PATCH 2/4] [ARC] Cleanup implementation.

2016-11-29 Thread Claudiu Zissulescu
Ping. > -Original Message- > From: Claudiu Zissulescu > Sent: Wednesday, November 16, 2016 11:18 AM > To: gcc-patches@gcc.gnu.org > Cc: Claudiu Zissulescu ; > francois.bed...@synopsys.com; andrew.burg...@embecosm.com > Subject: [PATCH 2/4] [ARC] Cleanup implementation

[PATCH 2/4] [ARC] Cleanup implementation.

2016-11-16 Thread Claudiu Zissulescu
gcc/ 2016-06-30 Claudiu Zissulescu * config/arc/arc-protos.h (insn_is_tls_gd_dispatch): Remove. * config/arc/arc.c (arc_unspec_offset): New function. (arc_finalize_pic): Change. (arc_emit_call_tls_get_addr): Likewise. (arc_legitimize_tls_address): Likewis