This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Retrieving argument value from __attribute__
On 25/02/13 14:28, naga raj wrote:
> Hi All,
>
> I am working on Microblaze port. I have a requirement in which user
> will declare a handler number in the function prototype as below
> ex: void matrix_const(int ) __attribute__((svc_handler(777)));
Will that be equivalent to what other targets use interrupt attribute for?
In that case, I would find preferable not to create a new attribute...