This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

RFA: Do not pass -


Hi Stan,

  I recently updated GAS to remove support for the (never released)
  IQ10 variant of the IQ2000 target, but I failed to update GCC to
  take into account the fact that the -m2000 switch is no longer
  needed or supported by GAS.

  So - please may I have permission to apply the patch below to fix
  this omission ?  Tested with no redundancies on an iq2000-elf
  target.

  
Cheers
    Nick

gcc/ChangeLog    
2005-01-11  Nick Clifton  <nickc@redhat.com>

	* config/iq2000/iq2000.h (ASM_SPEC): Do not define, it is no
	longer needed.
  
Index: gcc/config/iq2000/iq2000.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/iq2000/iq2000.h,v
retrieving revision 1.19
diff -c -3 -p -r1.19 iq2000.h
*** gcc/config/iq2000/iq2000.h	30 Dec 2004 03:07:50 -0000	1.19
--- gcc/config/iq2000/iq2000.h	11 Jan 2005 21:46:51 -0000
*************** extern void		sbss_section  (void);
*** 926,932 ****
  
  
  #undef ASM_SPEC
- #define ASM_SPEC "%{march=iq2000: -m2000} %{march=iq10: -m10} %{!march=*: -m2000}"
  
  
  /* The mapping from gcc register number to DWARF 2 CFA column number.
--- 926,931 ----


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