]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: fix recent build breakage on 32 bit systems users/guinevere/try-build-break
authorGuinevere Larsen <guinevere@redhat.com>
Fri, 17 Jan 2025 18:33:11 +0000 (15:33 -0300)
committerGuinevere Larsen <guinevere@redhat.com>
Fri, 17 Jan 2025 18:33:11 +0000 (15:33 -0300)
commitabfc3190ce8503890b8df4e3c315532b2efb4f84
treeca11dbaf8bc971d1cb5be3cd9a8fb957170806f7
parent56535ffb619362d5f492fddc15aa6aaee47baab4
gdb: fix recent build breakage on 32 bit systems

The recent commit 3919cf8a704138e4f2dd79c66e33a62087180f1f caused a
build breakage on the 32-bit debian try bot. This seems related to how
the patch allocates space for the frame unwinder table in a gdbarch.
This commit changes that allocation to be in-place.
gdb/frame-unwind.c