diff options
author | Richard Henderson <rth@redhat.com> | 2000-05-23 01:48:04 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2000-05-23 01:48:04 +0000 |
commit | c67e42c950b142df5bf62ec004b4ada59f45689f (patch) | |
tree | 35aa2b5f42c2252821393cfa81f54a305ef69b0b /gas/ChangeLog | |
parent | 748abff62c2f576c8914568fc239406366bbf6a4 (diff) | |
download | gdb-c67e42c950b142df5bf62ec004b4ada59f45689f.zip gdb-c67e42c950b142df5bf62ec004b4ada59f45689f.tar.gz gdb-c67e42c950b142df5bf62ec004b4ada59f45689f.tar.bz2 |
* config/tc-ia64.c (FUNC_PC_RELATIVE): New.
(pseudo_func): Add pcrel.
(operand_match): Handle IA64_OPND_TGT64.
(build_insn): Likewise.
(md_begin): Initialize pseudo_func[FUNC_PC_RELATIVE].
(ia64_gen_real_reloc_type): Handle FUNC_PC_RELATIVE.
(fix_insn): Handle all three 64-bit relocation types.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9f69a28..ddcb37a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2000-05-22 Richard Henderson <rth@cygnus.com> + + * config/tc-ia64.c (FUNC_PC_RELATIVE): New. + (pseudo_func): Add pcrel. + (operand_match): Handle IA64_OPND_TGT64. + (build_insn): Likewise. + (md_begin): Initialize pseudo_func[FUNC_PC_RELATIVE]. + (ia64_gen_real_reloc_type): Handle FUNC_PC_RELATIVE. + (fix_insn): Handle all three 64-bit relocation types. + Mon May 22 22:43:32 2000 Hans-Peter Nilsson <hp@axis.com> * obj.h (struct format_ops): New members begin, app_file, @@ -410,7 +420,7 @@ Tue Apr 25 11:02:02 2000 Jeffrey A Law (law@cygnus.com) Fri Apr 21 14:29:43 2000 Jeffrey A Law (law@cygnus.com) Jason Eckhardt <jle@cygnus.com> - * config/tc-hppa.c (md_apply_fix): Handle new PA2.0 formats. + * config/tc-hppa.c (md_apply_fix): Handle new PA2.0 formats. * config/tc-hppa.c (CHECK_ALIGN): New macro. Added handling of new operand types l,y,&,fe,fE,fx. |