This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch/5.1] ARI tweeks


Just FYI,

I've committed the attached ARI tweeks to both the trunk and the 5.1 branch.

	Andrew
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.

Index: go32-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/go32-nat.c,v
retrieving revision 1.20.2.2
diff -p -r1.20.2.2 go32-nat.c
*** go32-nat.c	2001/08/02 12:05:57	1.20.2.2
--- go32-nat.c	2001/08/24 04:52:29
*************** go32_create_inferior (char *exec_file, c
*** 649,655 ****
        exit (1);
      }
    environ = env_save;
!   free (cmdline);
  
    edi_init (start_state);
  #if __DJGPP_MINOR__ < 3
--- 649,655 ----
        exit (1);
      }
    environ = env_save;
!   xfree (cmdline);
  
    edi_init (start_state);
  #if __DJGPP_MINOR__ < 3
Index: config/djgpp/fnchange.lst
===================================================================
RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v
retrieving revision 1.18
diff -p -r1.18 fnchange.lst
*** fnchange.lst	2001/07/12 17:23:32	1.18
--- fnchange.lst	2001/08/24 04:52:32
***************
*** 109,114 ****
--- 109,116 ----
  @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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]