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: [PATCH RFC] Convert CANNOT_STORE_REGISTER, CANNOT_FETCH_REGISTER into multi-arch


> 2001-05-18  Orjan Friberg  <orjanf@axis.com>
> 
> * gdbarch.sh (CANNOT_STORE_REGISTER, CANNOT_FETCH_REGISTER): 
>         Multi-arch.
>         * gdbarch.h, gdbarch.c: Regenerate.
>         * infptrace.c (fetch_register): Replace #ifdef
> CANNOT_FETCH_REGISTER
>         with CANNOT_FETCH_REGISTER_P ().
>         (store_register): Replace #ifdef CANNOT_STORE_REGISTER with 
>         CANNOT_STORE_REGISTER_P ().
>         * regcache.c (legacy_write_register_gen): Ditto.
>         * lynx-nat.c (store_inferior_registers): Ditto.
> 


Yes fine and thanks!

	Andrew



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