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: [commit] Deprecate MIPS only IGNORE_HELPER_CALL


   Date: Wed, 21 Jul 2004 10:26:25 -0400
   From: Andrew Cagney <cagney@gnu.org>

   FYI, this MIPS only macro won't be added to the architecture vector. 
   Deprecating it makes that clear.

   Andrew


   2004-07-21  Andrew Cagney  <cagney@gnu.org>

	   * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
	   * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
	   * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
	   (handle_inferior_event): Wrap call to deprecated
	   IGNORE_HELPER_CALL in #ifdef.
	   * config/mips/tm-nbsd.h: Update.

Andrew, this breaks OpenBSD/sparc64.  Please look at the patch again.
You've #ifdef'd out code that's used on other targets than MIPS.  Can
you please revert the patch, or fix it properly?

Mark


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