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] dwarf2read.c: Don't assume uint32_t is unsigned int on all hosts.


> If we ignore implementation details, can I take it you'd prefer
> the puint32 direction then?

My personal preference is to use plongest/pulongest. It's a little
bit like the puts vs fputs. We haven't put in place any mechanism
that prevents us from re-introducing puts, but the person who cares
enough about it can very easily fix them if/when they do re-appear.

-- 
Joel


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