This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH rsa/hwcap2_v6] Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.


> @@ -131,6 +131,8 @@ const ElfW(Phdr) *_dl_phdr;
>  size_t _dl_phnum;
>  uint64_t _dl_hwcap __attribute__ ((nocommon));
>  
> +uint64_t _dl_hwcap2 __attribute__ ((nocommon));

No reason for the blank line between them.

The change looks fine to me.


Thanks,
Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]