aboutsummaryrefslogtreecommitdiff
path: root/bfd/version.h
diff options
context:
space:
mode:
authorCarl Love <cel@us.ibm.com>2021-11-20 00:12:47 +0000
committerCarl Love <cel@us.ibm.com>2021-11-30 16:01:36 -0600
commit5de7960f76456dd98a5a1dd5d9cfc64048f59a7d (patch)
treed2b640063004312a1081b91c3e030ed275ecf1bf /bfd/version.h
parent10e1e79e58fee9553575dda4199cc433ce1b1b67 (diff)
downloadgdb-5de7960f76456dd98a5a1dd5d9cfc64048f59a7d.zip
gdb-5de7960f76456dd98a5a1dd5d9cfc64048f59a7d.tar.gz
gdb-5de7960f76456dd98a5a1dd5d9cfc64048f59a7d.tar.bz2
gdb: Powerpc fix gdb.multi/multi-arch-exec.exp test
The expect file has a procedure append_arch_options which sets march based the istarget. The current if / else statement does not check for powerpc64. The else statement is hit which sets march to -m32. This results in compilation errors on 64-bit PowerPC. This patch adds an if statement to check for powerpc64 and if true sets mach to -m64. The patch was tested on a Power 10 system. No compile errors were generated. The test completes with 1 expected pass and no failures.
Diffstat (limited to 'bfd/version.h')
0 files changed, 0 insertions, 0 deletions