Skip to content

Commit

Permalink
binutils: Update version from 2.30 to 2.32
Browse files Browse the repository at this point in the history
elfutils 0.176 [does not work][1] with GNU Binutils 2.30.

For example building the Linux kernel fails with the error below.

    objdump: drivers/char/ipmi/ipmi_kcs_sm.o: unable to initialize decompress status for section .debug_info

Fixes: 26cb5a1 (elfutils: Convert into a be0 file)

[1]: https://sourceware.org/bugzilla/show_bug.cgi?id=23919
  • Loading branch information
pmenzel committed Jul 17, 2019
1 parent 9641e64 commit d83c542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binutils.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/env beesh
# BEE_VERSION binutils-2.30-0
# BEE_VERSION binutils-2.32-0

SRCURL="https://ftp.gnu.org/gnu/binutils/binutils-${PKGVERSION}.tar.xz"

Expand Down

0 comments on commit d83c542

Please sign in to comment.