This is the mail archive of the gdb-patches@sourceware.cygnus.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]

Re: [PATCH] savestring-->gdb_savestring


Elena Zannoni writes:
 > 
 > This patch renames all the occurrences of savestring in gdb to
 > gdb_savestring. I'll commit it tomorrow.
 > 
 > Elena
 > 
 > 2000-07-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 > 
 > 	* breakpoint.c, buildsym.c, ch-lang.c, coffread.c, command.c,
 >  	corefile.c, dbxread.c, defs.h, demangle.c, dstread.c, elfread.c,
 >  	event-top.c, hppah-nat.c, infcmd.c, infrun.c, infttrace.c,
 >  	language.c, mips-tdep.c, remote-adapt.c, remote-eb.c, remote-es.c,
 >  	remote-mm.c, remote-nindy.c, remote-udi.c, remote-utils.c,
 >  	remote-vx.c, rs6000-nat.c, source.c, stabsread.c, stack.c,
 >  	sun386-nat.c, symtab.c, top.c, tracepoint.c, umax-xdep.c, utils.c,
 >  	values.c, varobj.c , xcoffread.c: Change savestring() to
 >  	gdb_savestring(), to avoid conflicts with readline version of
 >  	savestring().
 > 

I withdraw this patch. It is not actually needed. Turns out that
leaving savestring in readline.h was an oversight. So I am just going
to comment that occurrence out.

Elena

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