projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
673acec
)
* config/tc-hppa.c (pa_ip): Use R_HPPA_ABS_CALL, not R_HPPA for
author
Jeff Law
<law@redhat.com>
Wed, 18 May 1994 15:18:23 +0000
(15:18 +0000)
committer
Jeff Law
<law@redhat.com>
Wed, 18 May 1994 15:18:23 +0000
(15:18 +0000)
absolute calls.
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-hppa.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 0d6fc7d0a87b5c0fa54085cc888878ab73b604dc..28fd55d30589bb22a0a2fbfb09eef882e49b027f 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-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
diff --git
a/gas/config/tc-hppa.c
b/gas/config/tc-hppa.c
index c90649c93cd21e2c9d29b9ce36e4599b6c66f2b9..dc4c2742f46c6f1f8f2cbde4359d7c53c7be588c 100644
(file)
--- a/
gas/config/tc-hppa.c
+++ b/
gas/config/tc-hppa.c
@@
-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;
}