* tc-m68k.c (m68k_ip): An(disp) is not pc relative.
authorSteve Chamberlain <sac@cygnus>
Fri, 18 Sep 1992 15:03:59 +0000 (15:03 +0000)
committerSteve Chamberlain <sac@cygnus>
Fri, 18 Sep 1992 15:03:59 +0000 (15:03 +0000)
gas/config/ChangeLog
gas/config/tc-m68k.c

index 4b3bef2ca786eb7e379974e2a716f59830dd6a55..287ce08a0ae959cc85eeb057d48e1f17f7284400 100644 (file)
@@ -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)
 
        * obj-coffbfd.h: define WARN_SIGNED_OVERFLOW_WORD.
index 034262453406987504501164e79cdd354c49733b..0cfc1a06e8a59ff9486a37a431969d6d85d8b5f1 100644 (file)
@@ -2017,7 +2017,7 @@ void m68k_ip (instring)
              break;
            } else {
              addword(0x0170);
-             add_fix('l',opP->con1,1);
+             add_fix('l',opP->con1,0);
            }
          } else
            addword(0x0170);