From: Ken Raeburn Date: Thu, 10 Feb 1994 06:48:19 +0000 (+0000) Subject: * config/tc-sparc.c (sparc_ip): Reject integer values for pc-relative operand X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6440d65c347602c31af7469e45b738371d3570b3;p=binutils-gdb.git * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 0a1a1b38e73..55b035da707 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 *.