xtensa-lx106-elf-gdb question/bug ?
Posted: Sun May 17, 2015 6:32 am
Moin,
many thanks to the crosstools team and the xtensa gurus for the giant shoulders to stand on!
Here is a question about xtensa registers.
When executing "info all-registers" in xtensa-lx106-elf-gdb
I get
a0 0x4023db2b 1076091691
a1 0x3ffff760 1073739616
...
litbase 0x0 0
...
litbaddr 0x0 0
litben 0x3ffff760 1073739616
As far as I understand the masks defined in xtensa-config.c
the register "litben" should be just some bits out of "litbase".
Did I miss something?
Cal
many thanks to the crosstools team and the xtensa gurus for the giant shoulders to stand on!
Here is a question about xtensa registers.
When executing "info all-registers" in xtensa-lx106-elf-gdb
I get
a0 0x4023db2b 1076091691
a1 0x3ffff760 1073739616
...
litbase 0x0 0
...
litbaddr 0x0 0
litben 0x3ffff760 1073739616
As far as I understand the masks defined in xtensa-config.c
the register "litben" should be just some bits out of "litbase".
Did I miss something?
Cal