mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 12:33:36 +08:00
* go32-nat.c (go32_create_inferior): Use xfree instead of free.
* config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and i386bsd-nat.c.
This commit is contained in:
parent
598f52dfcc
commit
12a498f33a
@ -1,3 +1,9 @@
|
||||
2001-08-24 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* go32-nat.c (go32_create_inferior): Use xfree instead of free.
|
||||
* config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and
|
||||
i386bsd-nat.c.
|
||||
|
||||
2001-08-21 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* gdbtypes.h (builtin_type_ieee_single_big)
|
||||
|
@ -109,6 +109,8 @@
|
||||
@V@/gdb/gdbtk/library/ChangeLog-2000 @V@/gdb/gdbtk/library/ChangeLog.000
|
||||
@V@/gdb/gdbtk/library/ChangeLog-2001 @V@/gdb/gdbtk/library/ChangeLog.001
|
||||
@V@/gdb/i386-linux-tdep.c @V@/gdb/i386linux-tdep.c
|
||||
@V@/gdb/i386bsd-nat.c @V@/gdb/i3bsd-nat.c
|
||||
@V@/gdb/i386bsd-tdep.c @V@/gdb/i3bsd-tdep.c
|
||||
@V@/gdb/i386nbsd-nat.c @V@/gdb/i3nbsd-nat.c
|
||||
@V@/gdb/i386nbsd-tdep.c @V@/gdb/i3nbsd-tdep.c
|
||||
@V@/gdb/ia64-aix-nat.c @V@/gdb/ia64aix-nat.c
|
||||
|
@ -649,7 +649,7 @@ go32_create_inferior (char *exec_file, char *args, char **env)
|
||||
exit (1);
|
||||
}
|
||||
environ = env_save;
|
||||
free (cmdline);
|
||||
xfree (cmdline);
|
||||
|
||||
edi_init (start_state);
|
||||
#if __DJGPP_MINOR__ < 3
|
||||
|
Loading…
Reference in New Issue
Block a user