diff options
author | Jeff Law <law@redhat.com> | 1998-10-05 06:23:20 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-10-05 06:23:20 +0000 |
commit | 58537630efca3b252a6435efa4899c99263eff02 (patch) | |
tree | ce5feb00b1a809bbedb89d126a66ec64324727d8 /include | |
parent | d84563bc18c4aa8aadc2e515131acb4ca40300a9 (diff) | |
download | gdb-58537630efca3b252a6435efa4899c99263eff02.zip gdb-58537630efca3b252a6435efa4899c99263eff02.tar.gz gdb-58537630efca3b252a6435efa4899c99263eff02.tar.bz2 |
* hppa.h: Add "fid".
start-sanitize-cygnus
Add PA2.0 floating point instructions, including butchered load/store
with 14bit offset support.
end-sanitize-cygnus
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/.Sanitize b/include/opcode/.Sanitize index 29076d3..76c1904 100644 --- a/include/opcode/.Sanitize +++ b/include/opcode/.Sanitize @@ -187,7 +187,7 @@ else done fi -cygnus_files="ChangeLog mips.h" +cygnus_files="ChangeLog mips.h hppa.h" 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 |