This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

COMMITED: Restore alpha sorting to gas/configure.tgt


Hi Guys,

  I am applying the small patch below to restore alpha sorting to the
  object format table in gas/configure.tgt.

Cheers
  Nick

gas/ChangeLog
2009-01-19  Nick Clifton  <nickc@redhat.com>

	* configure.tgt: Restore alpha sorting to object format switch
	statement.

Index: gas/configure.tgt
===================================================================
RCS file: /cvs/src/src/gas/configure.tgt,v
retrieving revision 1.45
diff -c -3 -p -r1.45 configure.tgt
*** gas/configure.tgt	15 Jan 2009 12:42:52 -0000	1.45
--- gas/configure.tgt	19 Jan 2009 15:28:28 -0000
*************** case ${generic_target} in
*** 246,255 ****
  
    iq2000-*-elf)         		fmt=elf ;;
  
-   m32c-*-elf | m32c-*-rtems*)		fmt=elf ;;
- 
    lm32-*-*)				fmt=elf ;;
  
    m32r-*-elf* | m32r-*-rtems*)		fmt=elf ;;
    m32r-*-linux*)			fmt=elf em=linux;;
  
--- 246,255 ----
  
    iq2000-*-elf)         		fmt=elf ;;
  
    lm32-*-*)				fmt=elf ;;
  
+   m32c-*-elf | m32c-*-rtems*)		fmt=elf ;;
+ 
    m32r-*-elf* | m32r-*-rtems*)		fmt=elf ;;
    m32r-*-linux*)			fmt=elf em=linux;;
  


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