* tc-m68k.c (m68k_ip): An(disp) is not pc relative.
This commit is contained in:
parent
a03d4f8e65
commit
04b07d16c7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Sep 18 08:02:18 1992 Steve Chamberlain (sac@thepub.cygnus.com)
|
||||||
|
|
||||||
|
* tc-m68k.c (m68k_ip): An(disp) is not pc relative.
|
||||||
|
|
||||||
Sun Sep 13 20:29:39 1992 Ian Lance Taylor (ian@cygnus.com)
|
Sun Sep 13 20:29:39 1992 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
* obj-coffbfd.h: define WARN_SIGNED_OVERFLOW_WORD.
|
* obj-coffbfd.h: define WARN_SIGNED_OVERFLOW_WORD.
|
||||||
|
|
|
@ -2017,7 +2017,7 @@ void m68k_ip (instring)
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
addword(0x0170);
|
addword(0x0170);
|
||||||
add_fix('l',opP->con1,1);
|
add_fix('l',opP->con1,0);
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
addword(0x0170);
|
addword(0x0170);
|
||||||
|
|
Loading…
Reference in a new issue