This is the mail archive of the binutils@sources.redhat.com 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]

[patch] Small fix


Hi Nick (and others),

I'm sorry for forgetting to write the ld/NEWS and gas/NEWS file in the tic4x patch, and thank you for writing one for me. However, I must correct you on the text, so please consider this patch.

This leads me to another issue. There exists a target named tic30 in binutils. This target is supposedly addressing the TMS320C3x target, but I've never been able to get it to work. (Anone?) The new tic4x target is also addressing the TMS320C3x line of DSP's, so the tic30 target is redundant and exessive. And from previous mails, the tic30 target is "dead" and maintainer-less.

I'm not insisting on removing tic30, that's not my call, but I'm informing you that the tic4x target has now support for tms320c3x line of DSP's. In the case someone would like to pick up the broomstick and clean out some dead code -- if it indeed is dead, of cource...


Regards,
Svein
? build
? patch
Index: gas/NEWS
===================================================================
RCS file: /cvs/src/src/gas/NEWS,v
retrieving revision 1.35
diff -c -3 -p -r1.35 NEWS
*** gas/NEWS	28 Aug 2002 10:38:46 -0000	1.35
--- gas/NEWS	4 Sep 2002 08:24:39 -0000
***************
*** 1,7 ****
  -*- text -*-
  
! * Support for Texas Instruments TMS320C4x series of microcontrollers
!   contributed by Michael Hayes and Svein E. Seldal.
    
  * Support for the Ubicom IP2xxx microcontroller added.
  
--- 1,7 ----
  -*- text -*-
  
! * Support for Texas Instruments TMS320C4x and TMS320C3x series of
!   DSP's contributed by Michael Hayes and Svein E. Seldal.
    
  * Support for the Ubicom IP2xxx microcontroller added.
  
Index: ld/NEWS
===================================================================
RCS file: /cvs/src/src/ld/NEWS,v
retrieving revision 1.30
diff -c -3 -p -r1.30 NEWS
*** ld/NEWS	28 Aug 2002 10:38:49 -0000	1.30
--- ld/NEWS	4 Sep 2002 08:25:08 -0000
***************
*** 1,7 ****
  -*- text -*-
  
! * Support for Texas Instruments TMS320C4x series of microcontrollers
!   contributed by Michael Hayes and Svein E. Seldal.
    
  * Added --with-lib-path configure switch to specify default value for
    LIB_PATH.
--- 1,7 ----
  -*- text -*-
  
! * Support for Texas Instruments TMS320C4x and TMS320C3x series of
!   DSP's contributed by Michael Hayes and Svein E. Seldal.
    
  * Added --with-lib-path configure switch to specify default value for
    LIB_PATH.

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