* Makefile.in (go32-nat.o): Add $(top_h) to prerequisites.
authorEli Zaretskii <eliz@gnu.org>
Thu, 12 May 2005 21:23:17 +0000 (21:23 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 12 May 2005 21:23:17 +0000 (21:23 +0000)
commiteaae39195e3ebc6d1bd7d9d5750552184c32dc1f
tree7313fe0aa7ee49de3a376f5f7e7241e830ead407
parente0ecbda10dcbd7c79487d31d70ca88658be05e30
* 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/Makefile.in
gdb/cli/cli-cmds.c
gdb/config/i386/xm-go32.h [deleted file]
gdb/go32-nat.c
gdb/top.c