[COMMITTED] elfutils.spec: Add eu-srcfiles and add new make rpmbuild target

2023-11-03 Thread Mark Wielaard
The elfutils.spec was missing the new eu-srcfiles program. Add a new rpmbuild target to test a whole rpm build to catch such issues early. * config/elfutils.spec.in: Add eu-srcfiles to files. * Makefile.am (rpmbuild): New target. Signed-off-by: Mark Wielaard --- Makefile.am

Creating an elfutils release

2023-11-03 Thread Mark Wielaard
Although most things are automated there are a couple of manual steps. I thought I would write those down, so others can also create a release. - Pre-release, go over any pending patches or recently updated bugs making sure there isn't anything urgent (or note those as known issues in the rele

elfutils 0.190 released

2023-11-03 Thread Mark Wielaard
ELFUTILS 0.190 "Woke!" - http://elfutils.org/ A new release of elfutils is available at: ftp://sourceware.org/pub/elfutils/0.190/ or https://sourceware.org/elfutils/ftp/0.190/ Visit us on the Libera.Chat irc channel #elfutils * NEWS * Version 0.190 "Woke!" CONTRIBUTING: Switch from real name p

[PATCH] Prepare for 0.190

2023-11-03 Thread Mark Wielaard
Set version to 0.190 Update NEWS and elfutils.spec.in Regenerate po/*.po files. Signed-off-by: Mark Wielaard --- NEWS| 17 +- config/elfutils.spec.in | 15 +- configure.ac|2 +- po/de.po| 1482 +++--- po/es.p

[COMMITTED] The default branch is now 'main'

2023-11-03 Thread Mark Wielaard
Updated the HEAD symbolic reference. Updated gitsigure checkref. Updated hooks/post-receive irkerhook Updated buildbot elfutils_[snapshots_]scheduler and elfutils_gitpoller If you still have a checkout that refers to master and you do a git pull you might get: Your configuration specifies to me

Re: [PATCH v2 0/5] Add support for MIPS

2023-11-03 Thread Mark Wielaard
On Fri, 2023-11-03 at 12:56 +0100, Mark Wielaard wrote: > Hi Yimg, Sorry, typo, Ying. > On Thu, 2023-11-02 at 14:55 +0800, Ying Huang wrote: > > This is a series of modifications about MIPS. > > Support src/readelf, strip, elflint, objdump related tools. > > Thanks. What are the changes compared

Re: [PATCH v2 1/5] strip: Adapt src/strip -o -f on mips

2023-11-03 Thread Mark Wielaard
Hi Ying, On Thu, 2023-11-02 at 14:55 +0800, Ying Huang wrote: > In mips64 little-endian, r_info consists of four byte fields(contains > three reloc types) and a 32-bit symbol index. In order to adapt > GELF_R_SYM and GELF_R_TYPE, need convert raw data to get correct symbol > index and type. This

Re: [PATCH v2 0/5] Add support for MIPS

2023-11-03 Thread Mark Wielaard
Hi Yimg, On Thu, 2023-11-02 at 14:55 +0800, Ying Huang wrote: > This is a series of modifications about MIPS. > Support src/readelf, strip, elflint, objdump related tools. Thanks. What are the changes compared to v1? https://patchwork.sourceware.org/project/elfutils/list/?series=18813 > Pass all