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: [PATCH,gdb,Update6]: ensures that cie ptr of an fda is a cie


>>>>> "Fawzi" == Fawzi Mohamed <fawzi.mohamed@nokia.com> writes:

Fawzi> I added a comment about that.

Better to just use the result.

Fawzi> +		{
Fawzi> +		    /* just shrinks, could be skipped */
Fawzi> +		    xrealloc (fde_table.entries,fde_table.num_entries *
Fawzi> +			      sizeof (fde_table.entries[0]));

Still the wrong indentation here.

Comments must start with an upper-case letter and end with a period and
two spaces.

Tom


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