[PATCH v4] Add support for Synopsys ARCv2 processors

2022-12-21 Thread Shahab Vahedi via Elfutils-devel
There is no regression in tests for an x86_64 build, while the new hello_arc_hs4.ko is added as well. This is the only meaningful test that I could add at the moment, given the features supported by this port. $ cat tests/test-suite.log == elfutils 0

[PATCH v3] Add support for Synopsys ARCv2 processors

2022-12-20 Thread Shahab Vahedi via Elfutils-devel
There is no regression in tests for an x86_64 build, while the new hello_arc_hs4.ko is added as well. This is the only meaningful test that I could add at the moment, given the features supported by this port. $ cat tests/test-suite.log == elfutils 0

RE: [PATCH] Add support for ARCv2

2022-12-15 Thread Shahab Vahedi via Elfutils-devel
Hi Mark, On Tue, 2022-12-13 at 15:06, Mark Wielaard via Elfutils-devel wrote: > Let me know if I should wait for that or review the v2 patch > ignoring the elf.h changes. Please ignore v2 of the patch and kindly wait for v3. I will send it this week (50). Cheers, Shahab

Re: [PATCH] Add support for ARCv2

2022-12-01 Thread Shahab Vahedi via Elfutils-devel
On 12/1/22 00:36, Mark Wielaard wrote: > Nice. I just synced elf.h. Thanks a lot Mark! I will send a new patch sans the elf.h and will add possible test(s) that can be related to it. -- Shahab

Re: [PATCH] Add support for ARCv2

2022-11-30 Thread Shahab Vahedi via Elfutils-devel
Hi Mark, On 11/1/22 22:01, Mark Wielaard wrote: > Thanks. Normally we wait syncing the elf.h file once a patch lands in glibc. The necessary changes are in glibc now [1]. How/When does the sync happen? Should I submit a patch, or trigger a request, etc.? [1] ARC: update definitions in elf/elf.h

Re: [PATCH] Add support for ARCv2

2022-11-09 Thread Shahab Vahedi via Elfutils-devel
Hi Mark, On 11/1/22 22:01, Mark Wielaard wrote: > On Mon, Oct 31, 2022 at 02:54:33PM +0000, Shahab Vahedi via Elfutils-devel > wrote: >> To be clear, these are the test results on a build without the patch AND >> with the patch. I'm not sure why it happens even without th

Re: [PATCH] Add support for ARCv2

2022-10-31 Thread Shahab Vahedi via Elfutils-devel
022q4/005543.html Regarding your concerns, please find my answers below. On 10/30/22 02:29, Mark Wielaard wrote: > On Fri, Oct 28, 2022 at 01:43:49PM +, Shahab Vahedi via Elfutils-devel > wrote: >> This adds support for Synopsys ARCv2 processors. > > Is there an easy way t

[PATCH v2] Add support for ARCv2

2022-10-31 Thread Shahab Vahedi via Elfutils-devel
This adds support for Synopsys ARCv2 processors. ARC target related macros have been added to libelf/elf.h. However, there are a few changes on existing ARC macros to correct them and be in sync with binutils. All the details of those changes are listed in libelf/ChangeLog. I am going to propose th

[PATCH] Add support for ARCv2

2022-10-28 Thread Shahab Vahedi via Elfutils-devel
This adds support for Synopsys ARCv2 processors. ARC target related macros has been added to libelf/elf.h. However, there a few changes on existing ARC macros to correct them and be in sync with binutils. There are no regressions in tests for an x86_64 build. =

[PATCH] libdwfl: name dwfl_get_debuginfod_client stub's arg

2022-07-18 Thread Shahab Vahedi via Elfutils-devel
Since the stub version of "dwfl_get_debuginfod_client" doesn't name its parameter, building elfuitls fails on a system with gcc 10.2.1: - $ ./configure ... --disable-libdebuginfod $ make Making all in libdwfl CC