This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: gdb sources


On Fri, Sep 19, 2008 at 05:20:13PM +0200, André Pönitz wrote:
> > Please use diff -up for patches; with the default diff arguments, it's
> > impossible to see what you've changed.
> 
> I intented to do that but I somehow fumbled. Next try attached.

Sorry, one more issue I didn't mention - please keep changelog entries
as plain text, not a patch.  They always conflict.

> @@ -1,3 +1,18 @@
> +
> +2008-09-19  Andre Poenitz  <apoenitz@trolltech.com>
> +
> +	* symfile.c (allocate_symtab,allocate_psymtab): Accept a const argument.
> +	(allocate_psymtab): Likewise.
> +	(free_named_symtabs): Likewise.
> +	(deduce_language_from_filename): Likewise.
> +
> +	* symfile.h (allocate_symtab): Update prototype.
> +	(allocate_psymtab): Likewise.
> +	(free_named_symtabs): Likewise.
> +	* symtab.h (deduce_language_from_filename): Likewise.

It looks like you started rewriting this entry but didn't finish?

-- 
Daniel Jacobowitz
CodeSourcery


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