Re: [PATCH v2] MIPS16: Implement `code_readable` function attribute.

2023-06-05 Thread YunQiang Su via Gcc-patches
Jie Mei 于2023年5月19日周五 16:07写道: > > From: Simon Dardis > > Support for __attribute__ ((code_readable)). Takes up to one argument of > "yes", "no", "pcrel". This will change the code readability setting for just > that function. If no argument is supplied, then the setting is 'yes'. > > gcc/Chan

[PATCH v2] MIPS16: Implement `code_readable` function attribute.

2023-05-19 Thread Jie Mei
From: Simon Dardis Support for __attribute__ ((code_readable)). Takes up to one argument of "yes", "no", "pcrel". This will change the code readability setting for just that function. If no argument is supplied, then the setting is 'yes'. gcc/ChangeLog: * config/mips/mips.cc (enum mi