This is the mail archive of the gdb-patches@sources.redhat.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: [RFA] Minor change in sh-tdep.c


Michael Snyder writes:
 > Kevin Buettner wrote:
 > > 
 > > On Dec 11, 12:43pm, Michael Snyder wrote:
 > > 
 > > >         * sh-tdep.c (sh_extract_struct_value_address): For consistancy,
 > > >         change decl from "CORE_ADDR static" to "static CORE_ADDR".
 > > [...]
 > > > ! static CORE_ADDR
 > > > ! sh_extract_struct_value_address (regbuf)
 > > >        char *regbuf;
 > > 
 > > Maybe you could protoize this at the same time?
 > 
 > Too late -- but I can protoize it as an afterthought...

Please, do. I guess the protoizing script left this alone because
the 'static' was in the wrong spot?

Thanks.

Elena

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