diff options
author | Stu Grossman <grossman@cygnus> | 1992-06-25 23:02:57 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-06-25 23:02:57 +0000 |
commit | bf18ac80076cb6bff297e75a92995653c3effa5b (patch) | |
tree | e7c7dad4a8af0388b68a3b8ee76a80a313c1f1fd /gdb/hppabsd-core.c | |
parent | d98a0a44629e41413cbb243954ab7876ab3919d0 (diff) | |
download | fsf-binutils-gdb-bf18ac80076cb6bff297e75a92995653c3effa5b.zip fsf-binutils-gdb-bf18ac80076cb6bff297e75a92995653c3effa5b.tar.gz fsf-binutils-gdb-bf18ac80076cb6bff297e75a92995653c3effa5b.tar.bz2 |
* dbxread.c (dbx_symfile_init): Move more code under hp9000s800
conditional.
* hppabsd-core.c: Don't include "param.h", include <sys/param.h>
instead.
* remote.c (remote_wait): Cast signal to void * to avoid warning
from busted HP compiler.
Diffstat (limited to 'gdb/hppabsd-core.c')
-rw-r--r-- | gdb/hppabsd-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/hppabsd-core.c b/gdb/hppabsd-core.c index 681aeac..5ca5f9b 100644 --- a/gdb/hppabsd-core.c +++ b/gdb/hppabsd-core.c @@ -22,7 +22,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "defs.h" -#include "param.h" #include "frame.h" #include "inferior.h" |