mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-24 19:42:32 +00:00
* config/tc-mips.c (macro): From wilson@cygnus.com: for M_L_DAB,
set coproc before doing goto ld.
This commit is contained in:
parent
44c0de5363
commit
4032d3f09e
@ -6,7 +6,8 @@ Wed Dec 1 10:41:56 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
|
||||
Wed Dec 1 12:10:41 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* config/tc-mips.c (macro): Subtract 8 from offset in non PIC l.d
|
||||
case. See comment.
|
||||
case. See comment. From wilson@cygnus.com: for M_L_DAB, set
|
||||
coproc before doing goto ld.
|
||||
|
||||
Tue Nov 30 13:40:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
|
||||
|
||||
|
@ -2898,6 +2898,7 @@ macro (ip)
|
||||
* But, the resulting address is the same after relocation so why
|
||||
* generate the extra instruction?
|
||||
*/
|
||||
coproc = 1;
|
||||
if (mips_isa >= 2)
|
||||
{
|
||||
s = "ldc1";
|
||||
@ -2906,7 +2907,6 @@ macro (ip)
|
||||
|
||||
s = "lwc1";
|
||||
fmt = "T,o(b)";
|
||||
coproc = 1;
|
||||
goto ldd_std;
|
||||
|
||||
case M_S_DAB:
|
||||
|
Loading…
x
Reference in New Issue
Block a user