public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: type-o's in mips.h
  1998-01-15 16:13 type-o's in mips.h Gavin Koch
@ 1998-01-14 18:35 ` Jeffrey A Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey A Law @ 1998-01-14 18:35 UTC (permalink / raw)
  To: Gavin Koch; +Cc: egcs

  In message < m0xsbpb-0006vBC@cetus.cygnus.com >you write:
  > 
  > While trying to get the previous patch working, I found the
  > following type-o's in mips.h
  > 
  > 
  > 	* mips/mips.h: Fix some type-o's from a previous change.
Thanks.  Installed.  If that's all I managed to screw up during the
mips16 merge I'll be absolutely amazed.

jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

* type-o's in mips.h
@ 1998-01-15 16:13 Gavin Koch
  1998-01-14 18:35 ` Jeffrey A Law
  0 siblings, 1 reply; 2+ messages in thread
From: Gavin Koch @ 1998-01-15 16:13 UTC (permalink / raw)
  To: law; +Cc: egcs

While trying to get the previous patch working, I found the
following type-o's in mips.h


	mips/mips.h: Fix some type-o's from a previous change.


Index: mips.h
===================================================================
***************
*** 537,543 ****
    { "cpu=",	&mips_cpu_string	},				\
    { "ips",	&mips_isa_string	},				\
    { "entry",	&mips_entry_string	},				\
!   { "no-mips16", &mips_no_mips16_string	}
  }
  
  /* This is meant to be redefined in the host dependent files.  */
--- 537,543 ----
    { "cpu=",	&mips_cpu_string	},				\
    { "ips",	&mips_isa_string	},				\
    { "entry",	&mips_entry_string	},				\
!   { "no-mips16", &mips_no_mips16_string	}                               \
  }
  
  /* This is meant to be redefined in the host dependent files.  */
***************
*** 545,551 ****
  
  #define GENERATE_BRANCHLIKELY  (!TARGET_MIPS16 && (TARGET_MIPS3900 || (mips_isa >= 2)))
  #define GENERATE_MULT3         (TARGET_MIPS3900				\
! 				&& !TARGET_MIPS16
  #define GENERATE_MADD          (TARGET_MIPS3900				\
  				&& !TARGET_MIPS16)
  
--- 545,551 ----
  
  #define GENERATE_BRANCHLIKELY  (!TARGET_MIPS16 && (TARGET_MIPS3900 || (mips_isa >= 2)))
  #define GENERATE_MULT3         (TARGET_MIPS3900				\
! 				&& !TARGET_MIPS16)
  #define GENERATE_MADD          (TARGET_MIPS3900				\
  				&& !TARGET_MIPS16)
  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1998-01-15 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-01-15 16:13 type-o's in mips.h Gavin Koch
1998-01-14 18:35 ` Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).