Bug 17316 - All tests fail for MIPS64 n32
Summary: All tests fail for MIPS64 n32
Status: RESOLVED FIXED
Alias: None
Product: gdb
Classification: Unclassified
Component: gdb (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-27 05:29 UTC by Andrew Pinski
Modified: 2014-12-03 07:29 UTC (History)
0 users

See Also:
Host:
Target: mipsisa64-elf
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Pinski 2014-08-27 05:29:06 UTC
This was introduced by:
https://sourceware.org/ml/gdb-patches/2014-04/msg00259.html

All the gdb testsuite fails when testing with the n32 ABI on MIPS64 with the following internal compiler error:
/home/jenkins/workspace/BuildToolchainMIPS_bm/toolchain/scripts/../src/gdb/findvar.c:773: internal-error: address_from_register: Assertion `!gdbarch_convert_register_p (gdbarch, regnum, type)' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Create a core file of GDB? (y or n) n
Comment 1 Andrew Pinski 2014-12-03 07:29:36 UTC
Fixed.