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]
Other format: [Raw text]

Re: [PATCH] Deperectate REG_STRUCT_HAS_ADDR


   Date: Sat, 13 Sep 2003 11:08:59 -0400
   From: Andrew Cagney <ac131313@redhat.com>
   User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820
   X-Accept-Language: en-us, en
   Cc: gdb-patches@sources.redhat.com
   Content-Type: text/plain; charset=us-ascii; format=flowed
   X-Spam-Status: No, hits=-3.5 required=5.0
	   tests=BAYES_10,FROM_ENDS_IN_NUMS,QUOTED_EMAIL_TEXT,REFERENCES,
		 UPPERCASE_25_50,USER_AGENT_MOZILLA_UA
	   version=2.55
   X-Spam-Level: 
   X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)

   > Index: ChangeLog
   > from  Mark Kettenis  <kettenis@gnu.org>
   >  
   > 	* gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Renamed from
   > 	REG_STRUCT_HAS_ADDR.
   > 	* gdbarch.c, gdbarch.h: Updated.
   > 	* infcall.c (call_function_by_hand): Update.
   > 	* stabsread.c (define_symbol): Updated.
   > 
   > Index: doc/ChangeLog
   > from  Mark Kettenis  <kettenis@gnu.org>
   > 
   > 	* gdbint.texinfo (Target Architecture Definition): Replace
   > 	REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.

   It's ok but only once the *-tdep.c files and the corrresponding cross 
   targets have been rebuilt.

Hmm, I already checked the stuff in (and managed to break
*everybody's* build by forgetting about gdbarch.[ch]).  Will fix those
*-tdep.c's ASAP.

   You'll want ccache installed.

Me doing:

$ cd /usr/ports/devel/ccache
$ su
# make install

Looks promising.  

   Andrew



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