This is the mail archive of the gdb-patches@sourceware.cygnus.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: [PATCH RFA] gdbserver/low-linux.c changes for IA-64


Kevin Buettner wrote:
> 
> I seek approval for checking in the following changes:
> 
>         * gdbserver/low-linux.c (u_offsets, ia64_register_u_addr,
>         initialize_arch): Define for IA-64.

This looks fine to check in, with one exception as noted below:

> +initialize_arch()
> +{
> +  return;

Presumably this is redundant and can be omitted.  (It would be nice
to have a void (void) decl glued on too, but not crucial.)

> +}
>  #endif
> 
>  CORE_ADDR

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