* tc-hppa.c (fp_operand_format): Add some additional formats.
authorJeff Law <law@redhat.com>
Mon, 5 Oct 1998 06:52:58 +0000 (06:52 +0000)
committerJeff Law <law@redhat.com>
Mon, 5 Oct 1998 06:52:58 +0000 (06:52 +0000)
        (pa_ip): Do not automatically promote into pa2.0 mode.
        (pa_level): Handle ".level 2.0".
start-sanitize-cygnus
        (struct pa_it): New field "trunc".
        (pa_parse_fp_cnv_format): New function.
        (pa_parse_ftest_gfx_completer): New function.
        (pa_ip): Handle various new letters for PA2.0 support.
end-sanitize-cygnus

gas/ChangeLog
gas/config/.Sanitize

index fef289d48e2ffa2944ae71b964d8e537d0ec59c1..bfcefb2e1dda5c4e243c3353c95df7eb682ec3c0 100644 (file)
@@ -1,3 +1,15 @@
+Mon Oct  5 00:48:52 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * tc-hppa.c (fp_operand_format): Add some additional formats.
+       (pa_ip): Do not automatically promote into pa2.0 mode.
+       (pa_level): Handle ".level 2.0".
+start-sanitize-cygnus
+       (struct pa_it): New field "trunc".
+       (pa_parse_fp_cnv_format): New function.
+       (pa_parse_ftest_gfx_completer): New function.
+       (pa_ip): Handle various new letters for PA2.0 support.
+end-sanitize-cygnus
+
 Sun Oct  4 20:57:43 1998  Alan Modra  <alan@spri.levels.unisa.edu.au>
 
        * config/tc-i386.c (md_assemble): Handle AMD_3DNOW_OPCODE.
index 1f00f932eca238d76b803913fa604e1fa2f4d0ff..fe09395772eb19e2d6dfeb46da7e24d1d3533cd5 100644 (file)
@@ -238,7 +238,7 @@ else
        done
 fi
 
-cygnus_files="tc-mips.c"
+cygnus_files="tc-mips.c tc-hppa.c"
 if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
        for i in $cygnus_files ; do
                if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
This page took 0.026751 seconds and 4 git commands to generate.