aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-02-10 06:48:19 +0000
committerKen Raeburn <raeburn@cygnus>1994-02-10 06:48:19 +0000
commit6440d65c347602c31af7469e45b738371d3570b3 (patch)
tree3d462a01453a7974a8bd5b96fab1391b2a125760 /gas
parent0586b4600f8072bdde554e48a2548ae19beb426f (diff)
downloadfsf-binutils-gdb-6440d65c347602c31af7469e45b738371d3570b3.zip
fsf-binutils-gdb-6440d65c347602c31af7469e45b738371d3570b3.tar.gz
fsf-binutils-gdb-6440d65c347602c31af7469e45b738371d3570b3.tar.bz2
* 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.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0a1a1b3..55b035d 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 *.