PPC fix for stfiwx instruction (and additional stores with primary opcode of 31)
authorCarl Love <cel@us.ibm.com>
Fri, 8 Oct 2021 22:54:05 +0000 (22:54 +0000)
committerCarl Love <cel@us.ibm.com>
Wed, 13 Oct 2021 18:16:21 +0000 (13:16 -0500)
commit1284c2264cca5c848e2f9622ea53e42c97e4e838
tree0886484575871267eb0f8b2a4a5da355d3dd049a
parent76b43c9b5c2b275cbf4f927bfc25984410cb5dd5
PPC fix for stfiwx instruction (and additional stores with primary opcode of 31)

[gdb] Fix address being recorded in rs6000-tdep.c, ppc_process_record_op31.

The GDB record function was recording the variable addr that was passed in
rather than the calculated effective address (ea) by the
ppc_process_record_op31 function.
gdb/rs6000-tdep.c