[PATCH v7 08/13] ARC: Linux ABI

Vineet Gupta Vineet.Gupta1@synopsys.com
Mon Jul 6 18:44:26 GMT 2020


On 7/6/20 11:36 AM, Adhemerval Zanella via Libc-alpha wrote:
>>> The indentation is not really following the GNU guidelines here.
>> So, these need to start at column #1, per [1] ?
>>
>> I don't mind fixing it but all other implementations of this file have the format
>> exactly like above.
>
> I don't have a strong opinion here in fact, I think usually developers just
> import the code from kernel and do some name adjustments to fit on glibc.

To be compliant, I've changed it now look like following:

typedef struct
{
  unsigned long int __pad;
  ...
  unsigned long int __r30, __r58, __r59;
} mcontext_t;


More information about the Libc-alpha mailing list