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: [RFA] ARI fix: remove 6 last %p occurences


>>>>> "Pierre" == Pierre Muller <muller@ics.u-strasbg.fr> writes:

Pierre>   The two last changes in symmisc.c were postponed 
Pierre> in my first patch because I had a question:
[...]
>> I don't know the rules for C,
>> is an addition of a pointer and a integer always of type pointer?
Pierre> But nobody answered :(

Sorry about that.  Yes, in C, the addition of a pointer and an integer
always has pointer type.

Pierre> Is this OK?

Yes, thanks.

Pierre> +				   host_address_to_string (
Pierre> +				    psymtab->objfile->global_psymbols.list

The formatting here looks a bit weird.  There aren't many good
choices, but usually I just choose to let the line wrap rather than
splitting after the "(".

Tom


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