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
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 "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
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
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
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
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
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