From 04b07d16c7664664c478d01852a1b2fa4b81eaa3 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 18 Sep 1992 15:03:59 +0000 Subject: [PATCH] * tc-m68k.c (m68k_ip): An(disp) is not pc relative. --- gas/config/ChangeLog | 4 ++++ gas/config/tc-m68k.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/config/ChangeLog b/gas/config/ChangeLog index 4b3bef2..287ce08 100644 --- a/gas/config/ChangeLog +++ b/gas/config/ChangeLog @@ -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. diff --git a/gas/config/tc-m68k.c b/gas/config/tc-m68k.c index 0342624..0cfc1a0 100644 --- a/gas/config/tc-m68k.c +++ b/gas/config/tc-m68k.c @@ -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); -- 2.7.4