Re: [PATCH][AArch64][PR 66136] rewrite geniterators.sh in awk

2015-06-30 Thread Szabolcs Nagy
On 02/06/15 18:01, Szabolcs Nagy wrote: > On 01/06/15 13:55, Marcus Shawcroft wrote: >> On 18 May 2015 at 15:57, Szabolcs Nagy wrote: >>> Rewrote the generator script in awk, to avoid dealing with >>> sed portability issues. >>> >>> gcc/Changelog: >>> >>> 2015-05-18 Szabolcs Nagy >>> >>>

Re: [PATCH][AArch64][PR 66136] rewrite geniterators.sh in awk

2015-06-02 Thread Szabolcs Nagy
On 01/06/15 13:55, Marcus Shawcroft wrote: > On 18 May 2015 at 15:57, Szabolcs Nagy wrote: >> Rewrote the generator script in awk, to avoid dealing with >> sed portability issues. >> >> gcc/Changelog: >> >> 2015-05-18 Szabolcs Nagy >> >> PR target/66136 >> * config/aarch64/genit

Re: [PATCH][AArch64][PR 66136] rewrite geniterators.sh in awk

2015-06-01 Thread Marcus Shawcroft
On 18 May 2015 at 15:57, Szabolcs Nagy wrote: > Rewrote the generator script in awk, to avoid dealing with > sed portability issues. > > gcc/Changelog: > > 2015-05-18 Szabolcs Nagy > > PR target/66136 > * config/aarch64/geniterators.sh: Rewrite in awk. OK provide you have check

Re: [PATCH][AArch64][PR 66136] rewrite geniterators.sh in awk

2015-06-01 Thread Szabolcs Nagy
On 18/05/15 15:57, Szabolcs Nagy wrote: > Rewrote the generator script in awk, to avoid dealing with > sed portability issues. > Ping. it was confirmed to fix the build on freebsd: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66136 > gcc/Changelog: > > 2015-05-18 Szabolcs Nagy > > P

[PATCH][AArch64][PR 66136] rewrite geniterators.sh in awk

2015-05-18 Thread Szabolcs Nagy
Rewrote the generator script in awk, to avoid dealing with sed portability issues. gcc/Changelog: 2015-05-18 Szabolcs Nagy PR target/66136 * config/aarch64/geniterators.sh: Rewrite in awk. diff --git a/gcc/config/aarch64/geniterators.sh b/gcc/config/aarch64/geniterators.sh ind