Patches from WRS:

Mon Sep 21 14:44:17 1992  Ian Lance Taylor  (ian@cygnus.com)

	* tc-m68k.c (m68k_ip): fixed move16 operand handling, from WRS.
This commit is contained in:
Ian Lance Taylor 1992-09-21 22:31:41 +00:00
parent e3e138e801
commit 25fb44628a
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Mon Sep 21 14:44:17 1992 Ian Lance Taylor (ian@cygnus.com)
* tc-m68k.c (m68k_ip): fixed move16 operand handling, from WRS.
Fri Sep 18 08:02:18 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* tc-m68k.c (m68k_ip): An(disp) is not pc relative.

View File

@ -2648,8 +2648,7 @@ void m68k_ip (instring)
break;
case '_': /* used only for move16 absolute 32-bit address */
tmpreg=get_num(opP->con1,80);
addword (tmpreg >> 16);
addword (tmpreg & 0xFFFF);
install_operand(s[1], tmpreg);
break;
default:
as_fatal("Internal error: Operand type %c unknown in line %d of file \"%s\"",