On 01/06/15 13:55, Marcus Shawcroft wrote: > On 18 May 2015 at 15:57, Szabolcs Nagy <[email protected]> wrote: >> Rewrote the generator script in awk, to avoid dealing with >> sed portability issues. >> >> gcc/Changelog: >> >> 2015-05-18 Szabolcs Nagy <[email protected]> >> >> PR target/66136 >> * config/aarch64/geniterators.sh: Rewrite in awk. > > OK provide you have checked the generated output is identical before > and after this patch. Ask for an account on sourceware here > https://sourceware.org/cgi-bin/pdw/ps_form.cgi you want write on > approval for gcc. > > /Marcus >
commited in r224031. and added myself to write after approval.
Index: ChangeLog =================================================================== --- ChangeLog (revision 224031) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +2015-06-02 Szabolcs Nagy <[email protected]> + + * MAINTAINERS (Write After Approval): Add myself. + 2015-05-28 Mike Frysinger <[email protected]> * configure.ac (--vtable-verify): Use AS_HELP_STRING for help. Index: MAINTAINERS =================================================================== --- MAINTAINERS (revision 224031) +++ MAINTAINERS (working copy) @@ -500,6 +500,7 @@ Brooks Moses <[email protected]> Dirk Mueller <[email protected]> Phil Muldoon <[email protected]> +Szabolcs Nagy <[email protected]> Quentin Neill <[email protected]> Adam Nemet <[email protected]> Thomas Neumann <[email protected]>
