Fri Mar 13 15:37:02 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
authorJason Molenda <jmolenda@apple.com>
Fri, 13 Mar 1998 23:43:05 +0000 (23:43 +0000)
committerJason Molenda <jmolenda@apple.com>
Fri, 13 Mar 1998 23:43:05 +0000 (23:43 +0000)
commit60c7c37625c1319676afd4f8aba8b1b092024c5f
tree341115a12f7c05f338b41163b6c841f471273d9f
parent4369e92453f6ce5cc83a4080fee19f41412eb58f
Fri Mar 13 15:37:02 1998  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)

        * config/m68k/xm-sun3os4.h:  Remove malloc declarations, they
        are handled via autoconf now.
        * remote.c (remote_ops, extended_remote_ops):  Replace static
        forward declaration by moving the static definition to the top of
        the file, for old K&R compilers.
        * tracepoint.c (collect_symbol, trace_start_command):
        Replace ANSI string concatenation with K&R compatible simple string.
gdb/ChangeLog
gdb/config/m68k/xm-sun3os4.h
gdb/tracepoint.c