]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix regressions caused by agent expression C++-ification
authorTom Tromey <tom@tromey.com>
Fri, 30 Jun 2023 01:38:10 +0000 (19:38 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 30 Jun 2023 14:11:20 +0000 (08:11 -0600)
commit72723f78cc511d0ea209805bcde2d3b4ba11616c
tree5a92bf4959c14eb7a51c8a49c6e9741729b8c79d
parente507570754867e3b74c01b55386067c30651c776
Fix regressions caused by agent expression C++-ification

Simon pointed out that my agent expression C++-ification patches
caused a regression with the native-gdbserver target board.  The bug
is that append_const is supposed to write in big-endian order, but I
switched this by mistake.
gdb/ax-general.c