OSDN Git Service

2001-01-24 Jeff Holcomb <jeffh@redhat.com>
authorjeffh <jeffh>
Fri, 26 Jan 2001 19:47:19 +0000 (19:47 +0000)
committerjeffh <jeffh>
Fri, 26 Jan 2001 19:47:19 +0000 (19:47 +0000)
commita9f8dba01663a55ec0fc21a0e0bc61cecf14895e
treead64d673df031aed77b43375294a26e2c646ff86
parentc11b22d5634c61b4710e0203f6a9d0d7255bcbe1
2001-01-24  Jeff Holcomb  <jeffh@redhat.com>

        * remote-udi.c (udi_open): Change strdup to xstrdup.
        * thread.c (thread_apply_all_command): Change strdup to xstrdup.
        Update copyright message.
        * varobj.c (delete_variable_1): Likewise.

        * gdb_string.h: Remove declaration of strdup.  Update copyright
        message.
        * config/xm-mpw.h: Likewise.
        * config/i386/xm-i386mach.h: Likewise.
        * config/m68k/xm-apollo68b.h: Likewise.
        * config/m68k/xm-hp300bsd.h: Likewise.
        * config/rs6000/xm-rs6000.h: Likewise.
        * config/vax/xm-vaxult.h: Remove declaration of strdup.
        * config/vax/xm-vaxult2.h: Likewise.
12 files changed:
gdb/ChangeLog
gdb/config/i386/xm-i386mach.h
gdb/config/m68k/xm-apollo68b.h
gdb/config/m68k/xm-hp300bsd.h
gdb/config/rs6000/xm-rs6000.h
gdb/config/vax/xm-vaxult.h
gdb/config/vax/xm-vaxult2.h
gdb/config/xm-mpw.h
gdb/gdb_string.h
gdb/remote-udi.c
gdb/thread.c
gdb/varobj.c