diff options
author | Jeff Law <law@redhat.com> | 1998-10-05 06:52:58 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-10-05 06:52:58 +0000 |
commit | e963374a58e4a8cb3d6681f84d211053efe486a9 (patch) | |
tree | 141c7975041b89ed7ff42bf9107d9fb2f6f9e41f /gas/config/.Sanitize | |
parent | 58537630efca3b252a6435efa4899c99263eff02 (diff) | |
download | gdb-e963374a58e4a8cb3d6681f84d211053efe486a9.zip gdb-e963374a58e4a8cb3d6681f84d211053efe486a9.tar.gz gdb-e963374a58e4a8cb3d6681f84d211053efe486a9.tar.bz2 |
* 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
Diffstat (limited to 'gas/config/.Sanitize')
-rw-r--r-- | gas/config/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index 1f00f93..fe09395 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -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 |