* config/tc-sparc.c (sparc_ip): Reject integer values for pc-relative operand
authorKen Raeburn <raeburn@cygnus>
Thu, 10 Feb 1994 06:48:19 +0000 (06:48 +0000)
committerKen Raeburn <raeburn@cygnus>
Thu, 10 Feb 1994 06:48:19 +0000 (06:48 +0000)
fields.  This forces "call 0" to become "jmpl %g0,%o7" with no relocs needed.

gas/ChangeLog

index 0a1a1b3..55b035d 100644 (file)
@@ -1,3 +1,9 @@
+Thu Feb 10 01:24:27 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
+
+       * config/tc-sparc.c (sparc_ip): Reject integer values for
+       pc-relative operand fields.  This forces "call 0" to become "jmpl
+       %g0,%o7" with no relocations needed.
+
 Wed Feb  9 13:08:32 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
        * as.h (xmalloc, xrealloc): Declare using PTR rather than char *.