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


Correcting myself, here is a (hopefully) properly formatted changelog
entry:

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.

-- 
Orjan Friberg              E-mail: orjan.friberg@axis.com
Axis Communications AB     Phone:  +46 46 272 17 68


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