diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-02-10 06:48:19 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-02-10 06:48:19 +0000 |
commit | 6440d65c347602c31af7469e45b738371d3570b3 (patch) | |
tree | 3d462a01453a7974a8bd5b96fab1391b2a125760 /gas/ChangeLog | |
parent | 0586b4600f8072bdde554e48a2548ae19beb426f (diff) | |
download | gdb-6440d65c347602c31af7469e45b738371d3570b3.zip gdb-6440d65c347602c31af7469e45b738371d3570b3.tar.gz 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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
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 *. |