diff options
author | Doug Evans <dje@google.com> | 1998-03-13 00:17:35 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-03-13 00:17:35 +0000 |
commit | 6d0a565ce26f07b7f99768f35f4d88f9b317166a (patch) | |
tree | 885170f84c5cf20aeb529601e7dccbaeff6978eb | |
parent | 00735561e849a668064d3a89de951f7c4b7c8a43 (diff) | |
download | gdb-6d0a565ce26f07b7f99768f35f4d88f9b317166a.zip gdb-6d0a565ce26f07b7f99768f35f4d88f9b317166a.tar.gz gdb-6d0a565ce26f07b7f99768f35f4d88f9b317166a.tar.bz2 |
* config/tc-dvp.h (TC_FIX_TYPE,TC_INIT_FIX_DATA): Define.
* config/tc-dvp.c (compute_nloop,check_nloop): New functions.
(gif_insn_frag_loc): New static global.
(assemble_gif): Record frag and location frag of insn.
(md_apply_fix3): Validate user specified nloop if we couldn't do
it earlier.
(s_endgif): Queue fixup to install nloop if we can't compute it here.
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 95406ad..89d3642 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,4 +1,14 @@ start-sanitize-sky +Thu Mar 12 16:13:25 1998 Doug Evans <devans@canuck.cygnus.com> + + * config/tc-dvp.h (TC_FIX_TYPE,TC_INIT_FIX_DATA): Define. + * config/tc-dvp.c (compute_nloop,check_nloop): New functions. + (gif_insn_frag_loc): New static global. + (assemble_gif): Record frag and location frag of insn. + (md_apply_fix3): Validate user specified nloop if we couldn't do + it earlier. + (s_endgif): Queue fixup to install nloop if we can't compute it here. + Fri Mar 6 11:36:37 1998 Doug Evans <devans@canuck.cygnus.com> * config/tc-dvp.c (s_endgif): Fix nloop calc and test. Warn if |