Re: [PATCH v3 2/2] ARC: update definitions in elf/elf.h

2022-11-29 Thread Vineet Gupta
On 11/27/22 09:38, Shahab Vahedi via Libc-alpha wrote: While porting ARCv2 to elfutils [1], it was brought up that the necessary changes to the project's libelf/elf.h must come from glibc, because they sync it from glibc [2]. Therefore, this patch is to update ARC entries in elf/elf.h. The

Re: [PATCH v3 1/2] scripts: Add "|" operator support to glibcpp's parsing

2022-11-29 Thread Vineet Gupta
On 11/27/22 10:21, Florian Weimer via Libc-alpha wrote: * Shahab Vahedi: From the tests point of view, this is a necessary step for another patch [1] and allows parsing macros such as "#define A | B". Without it, a few tests [2] choke when the other patch [1] is applied: