diff options
author | John Gilmore <gnu@cygnus> | 1992-09-26 10:27:10 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-26 10:27:10 +0000 |
commit | fb1415aebefaf9091dc268a47045c832a8778622 (patch) | |
tree | ce0a3fb902212aa79749d7c674bda552ee4e8048 /gdb/tm-hppab.h | |
parent | e0ba1d1427d48b62a92a475ffe15eca42376b49a (diff) | |
download | gdb-fb1415aebefaf9091dc268a47045c832a8778622.zip gdb-fb1415aebefaf9091dc268a47045c832a8778622.tar.gz gdb-fb1415aebefaf9091dc268a47045c832a8778622.tar.bz2 |
Rename all HPPA files to fit into unique DOS filenames:
*hppabsd* => *hppab* *hppahpux* => *hppah*
Diffstat (limited to 'gdb/tm-hppab.h')
-rw-r--r-- | gdb/tm-hppab.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/tm-hppab.h b/gdb/tm-hppab.h new file mode 100644 index 0000000..577bb9b --- /dev/null +++ b/gdb/tm-hppab.h @@ -0,0 +1,6 @@ +/* Parameters for execution on an HP PA-RISC machine running BSD, for GDB. + Contributed by the Center for Software Science at the + University of Utah (pa-gdb-bugs@cs.utah.edu). */ + +/* It's all just the common stuff. */ +#include "tm-hppa.h" |