Re: [PATCH 1/2] [ARC] Generating code for profiling.

2016-12-17 Thread Matthias Klose
>> To: Claudiu Zissulescu >> Cc: gcc-patches@gcc.gnu.org; francois.bed...@synopsys.com >> Subject: Re: [PATCH 1/2] [ARC] Generating code for profiling. >> >> * Claudiu Zissulescu [2016-12-05 >> 12:59:12 +0100]: libgcc/config/arc/gmon is empty now. Removed this directory as obvious. Matthias

RE: [PATCH 1/2] [ARC] Generating code for profiling.

2016-12-16 Thread Claudiu Zissulescu
..@synopsys.com > Subject: Re: [PATCH 1/2] [ARC] Generating code for profiling. > > * Claudiu Zissulescu [2016-12-05 > 12:59:12 +0100]: > > > Remove old gmonlib from libgcc and reimplemnt profiling using UCB > > counters. > > > > gcc/ > > 2016-07-28 Cl

Re: [PATCH 1/2] [ARC] Generating code for profiling.

2016-12-14 Thread Andrew Burgess
* Claudiu Zissulescu [2016-12-05 12:59:12 +0100]: > Remove old gmonlib from libgcc and reimplemnt profiling using UCB > counters. > > gcc/ > 2016-07-28 Claudiu Zissulescu > > * config/arc/arc.h (LINK_SPEC): Tidy up. > (ENDFILE_SPEC): Likewise. > (LIB_SPEC): Likewise. >

[PATCH 1/2] [ARC] Generating code for profiling.

2016-12-05 Thread Claudiu Zissulescu
Remove old gmonlib from libgcc and reimplemnt profiling using UCB counters. gcc/ 2016-07-28 Claudiu Zissulescu * config/arc/arc.h (LINK_SPEC): Tidy up. (ENDFILE_SPEC): Likewise. (LIB_SPEC): Likewise. (STARTFILE_SPEC): Include gcrt0 when profiling. (FUNCT