mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
testsuite, gdb: recognize DW_OP_fbreg in lib/dwarf.exp
gdb/testsuite/ChangeLog: 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
|
||||||
|
|
||||||
|
* lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
|
||||||
|
|
||||||
2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
|
2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
|
||||||
|
|
||||||
* gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
|
* gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
|
||||||
|
@ -1211,6 +1211,11 @@ namespace eval Dwarf {
|
|||||||
_op .sleb128 $argvec(offset)
|
_op .sleb128 $argvec(offset)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DW_OP_fbreg {
|
||||||
|
_get_args $line $opcode offset
|
||||||
|
_op .sleb128 $argvec(offset)
|
||||||
|
}
|
||||||
|
|
||||||
default {
|
default {
|
||||||
if {[llength $line] > 1} {
|
if {[llength $line] > 1} {
|
||||||
error "Unimplemented: operands in location for $opcode"
|
error "Unimplemented: operands in location for $opcode"
|
||||||
|
Reference in New Issue
Block a user