* config/tc-hppa.c (pa_ip): Use R_HPPA_ABS_CALL, not R_HPPA for
authorJeff Law <law@redhat.com>
Wed, 18 May 1994 15:18:23 +0000 (15:18 +0000)
committerJeff Law <law@redhat.com>
Wed, 18 May 1994 15:18:23 +0000 (15:18 +0000)
absolute calls.

gas/ChangeLog
gas/config/tc-hppa.c

index 0d6fc7d0a87b5c0fa54085cc888878ab73b604dc..28fd55d30589bb22a0a2fbfb09eef882e49b027f 100644 (file)
@@ -1,3 +1,8 @@
+Wed May 18 09:16:36 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * config/tc-hppa.c (pa_ip): Use R_HPPA_ABS_CALL, not R_HPPA for
+       absolute calls.
+
 Tue May 17 12:50:46 1994  Jeff Law  (law@snake.cs.utah.edu)
 
        * config/tc-hppa.c (pa_parse_fp_cmp_cond): Report an error
index c90649c93cd21e2c9d29b9ce36e4599b6c66f2b9..dc4c2742f46c6f1f8f2cbde4359d7c53c7be588c 100644 (file)
@@ -2191,7 +2191,7 @@ pa_ip (str)
                }
              else
                {
-                 the_insn.reloc = R_HPPA;
+                 the_insn.reloc = R_HPPA_ABS_CALL;
                  the_insn.format = 17;
                  continue;
                }