OSDN Git Service

* 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)
commit9d48a4d06eda48150489f26be428b33bff9b8266
tree1a449343f17b4a2b4c0d2194de35fd475a16a2d5
parenta7c1ff92b026e31485ef049f79074dacaac98ae9
* 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