* config/djgpp/djconfig.sh: Add copyright notice.
authorEli Zaretskii <eliz@gnu.org>
Mon, 26 Mar 2001 11:26:45 +0000 (11:26 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 26 Mar 2001 11:26:45 +0000 (11:26 +0000)
commit4d2779813faf9e0309a2eefe7a35e4b7d3489140
tree2d5e4d50fb761d36797b6e0e6172a91f582496ba
parent0879a67a8f08e0b520773356f890c3e7fc98ab1e
* config/djgpp/djconfig.sh: Add copyright notice.

* ser-go32.c (rawclock): Remove prototype; include time.h instead.
(ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C.
(top level) <string.h>: Include gdb_string.h instead.
(dos_noop, dos_raw, dos_noflush_set_tty_state)
(dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED.

* go32-nat.c (go32_create_inferior): Move the declaration of
`environ' to here from the top level.
(top level) <_initialize_go32_nat>: Remove redundant prototype.
<gdb_string.h>: Include it instead of string.h.
(store_register): Call register_buffer instead of accessing
registers[] directly.
(redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger)
(redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put
the function names at the start of the line.
(go32_set_dr): Throw internal_error if the argument is not a valid
debug register number.
(go32_open, go32_close, go32_attach, go32_detach, go32_resume)
(go32_wait, go32_xfer_memory, go32_files_info)
(go32_terminal_info): Remove ATTRIBUTE_UNUSED.
gdb/ChangeLog
gdb/config/djgpp/djconfig.sh
gdb/go32-nat.c
gdb/ser-go32.c