Re: bfd.h fails to compile on FreeBSD: error: unknown type name 'ENUM_BITFIELD'

2023-02-28 Thread Alan Modra
On Tue, Feb 28, 2023 at 09:07:17AM -0800, Yuri wrote: > On 2/28/23 01:39, Alan Modra wrote: > > include/ansidecl.h is in the binutils sources. > > Ok, I see that include/ansidecl.h is not installed by binutils. It is installed for me. With default configure and current mainline: $ make install

[Bug binutils/29042] [2.38 regression] opcodes libtool regression (relinks libopcodes during install, picks up wrong libiberty from system)

2023-02-28 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29042 Sam James changed: What|Removed |Added Last reconfirmed||2023-03-01 Ever confirmed|0

Issue 56190 in oss-fuzz: binutils:fuzz_as: Segv on unknown address in expandargv

2023-02-28 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 56190 by sheriffbot: binutils:fuzz_as: Segv on unknown address in expandargv https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=56190#c3 This bug has been fixed. It has been opened to the public. - Your friendly Sheriffbot -

Issue 56286 in oss-fuzz: binutils:fuzz_objcopy: Out-of-memory in fuzz_objcopy

2023-02-28 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 56286 by sheriffbot: binutils:fuzz_objcopy: Out-of-memory in fuzz_objcopy https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=56286#c3 This bug has been fixed. It has been opened to the public. - Your friendly Sheriffbot --

Issue 56277 in oss-fuzz: binutils:fuzz_addr2line: Crash in ecoff_swap_sym_in

2023-02-28 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 56277 by sheriffbot: binutils:fuzz_addr2line: Crash in ecoff_swap_sym_in https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=56277#c3 This bug has been fixed. It has been opened to the public. - Your friendly Sheriffbot -- Y

Issue 55883 in oss-fuzz: binutils:fuzz_as: Unexpected-exit in xexit

2023-02-28 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 55883 by sheriffbot: binutils:fuzz_as: Unexpected-exit in xexit https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55883#c3 This bug has been fixed. It has been opened to the public. - Your friendly Sheriffbot -- You receiv

Re: bfd.h fails to compile on FreeBSD: error: unknown type name 'ENUM_BITFIELD'

2023-02-28 Thread Yuri
On 2/28/23 01:39, Alan Modra wrote: include/ansidecl.h is in the binutils sources. Ok, I see that include/ansidecl.h is not installed by binutils. But bfd.h needs to include it. When libbfd is used as a standalone library bfd.h needs to be self-sufficient. Yuri

Re: bfd.h fails to compile on FreeBSD: error: unknown type name 'ENUM_BITFIELD'

2023-02-28 Thread Alan Modra
On Tue, Feb 28, 2023 at 01:23:25AM -0800, Yuri wrote: > On 2/28/23 01:14, Nick Clifton wrote: > > Hi Yuri, > > > > > Where is ENUM_BITFIELD expected to come from? > > > > /usr/include/anisdecl.h > > > There's no such file on FreeBSD. include/ansidecl.h is in the binutils sources. -- Alan Mod

Re: bfd.h fails to compile on FreeBSD: error: unknown type name 'ENUM_BITFIELD'

2023-02-28 Thread Yuri
On 2/28/23 01:14, Nick Clifton wrote: Hi Yuri, Where is ENUM_BITFIELD expected to come from? /usr/include/anisdecl.h There's no such file on FreeBSD. Yuri

Re: bfd.h fails to compile on FreeBSD: error: unknown type name 'ENUM_BITFIELD'

2023-02-28 Thread Nick Clifton
Hi Yuri, Where is ENUM_BITFIELD expected to come from? /usr/include/anisdecl.h Cheers Nick