OSDN Git Service

* Makefile.in (go32-nat.o): Add $(top_h) to prerequisites.
authoreliz <eliz>
Thu, 12 May 2005 21:23:17 +0000 (21:23 +0000)
committereliz <eliz>
Thu, 12 May 2005 21:23:17 +0000 (21:23 +0000)
commit1202f4e2d203fd159e96d69c4a9431364f2ca49e
tree0ecc3acca3c2a1691cde1cd74270b9cb5c916920
parent4e6f21cef780f5944d75d182502479a1432a2dca
* Makefile.in (go32-nat.o): Add $(top_h) to prerequisites.

* go32-nat.c: Include top.h.  Update copyright years.
(init_go32_ops): Override the default value of gdbinit[] with
"gdb.ini".

* cli/cli-cmds.c (init_cli_cmds): Use gdbinit[] instead of a
compile-time literal string GDBINIT_FILENAME.

* top.c (PATH_MAX): Define if not defined.
(gdbinit): Declare with a constant size PATH_MAX.

* config/i386/go32.mh (XM_FILE): Remove.

* config/i386/xm-go32.h: Remove file.
gdb/go32-nat.c
gdb/top.c