* 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 relocs needed.
This commit is contained in:
Ken Raeburn
1994-02-10 06:48:19 +00:00
parent 0586b4600f
commit 6440d65c34

View 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 *.