import gdb-1999-06-14 snapshot

This commit is contained in:
Jason Molenda
1999-06-14 18:08:47 +00:00
parent 308b1ffded
commit 0f71a2f66f
37 changed files with 5858 additions and 2631 deletions

View File

@@ -399,7 +399,7 @@ skip_prologue (pc, fdata)
(op & 0xffff0000) == 0x3bde0000) { /* addi 30,30,foo@l */
continue;
} else if ((op & 0xfc000000) == 0x48000000) { /* bl foo,
} else if ((op & 0xfc000001) == 0x48000001) { /* bl foo,
to save fprs??? */
fdata->frameless = 0;