]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
BFD: Fix function prototype breakage through stabs.c
authorMaciej W. Rozycki <macro@redhat.com>
Fri, 24 Oct 2025 20:39:46 +0000 (21:39 +0100)
committerMaciej W. Rozycki <macro@redhat.com>
Fri, 24 Oct 2025 20:39:46 +0000 (21:39 +0100)
commit1266b99f270679e76db512214541e51f8c6e1c11
tree5d3db6cc9d0062f670487bc0aec8be8328f11df4
parent12926e6ab8d0c93dd25de6970b0991f0484d03d2
BFD: Fix function prototype breakage through stabs.c

Update function prototype templates through stabs.c according to commit
eb92a17c47ea ("bfd: move sec_info from ELF to general section struct"),
which changed the generated prototypes in libbfd.h by hand rather than
by remaking them properly from sources, and causing the build to fail as
soon as libbfd.h has been regenerated.

While at it remove an extraneous character introduced by the same commit
to a comment for a new member of `struct bfd_section'.
bfd/bfd-in2.h
bfd/section.c
bfd/stabs.c