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] emulation list in ld is wrong


Fixed wrong entry in the ld/configure.tgt file. Committed as obvious.


Svein


ld/ChangeLog:
2003-04-04  Svein E. Seldal  <Svein dot Seldal at solidas dot com>

* configure.tgt: Fixed bug in list of targ_extra_emuls.
? build.c4x
? build.inst.tic4x
? build.tic4x
? gas/doc/all.texi.new
? gas/doc/as.texinfo.new
? gas/doc/Makefile.am.new
? gas/doc/Makefile.in.new
? gas/doc/c-tic4x.texi
? ld/ldlang.c.new
Index: ld/ChangeLog
===================================================================
RCS file: /cvs/src/src/ld/ChangeLog,v
retrieving revision 1.895
diff -c -3 -p -r1.895 ChangeLog
*** ld/ChangeLog	4 Apr 2003 08:15:15 -0000	1.895
--- ld/ChangeLog	4 Apr 2003 14:12:24 -0000
***************
*** 1,5 ****
--- 1,6 ----
  2003-04-04  Svein E. Seldal  <Svein dot Seldal at solidas dot com>
  
+ 	* configure.tgt: Fixed bug in list of targ_extra_emuls.
  	* emulparams/tic3xcoff.sh (SCRIPT_NAME): Namespace
  	cleanup. Replace s/c4x/tic4x and s/c3x/tic3x/
  	* emulparams/tic3xcoff_onchip.sh: Ditto
Index: ld/configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.123
diff -c -3 -p -r1.123 configure.tgt
*** ld/configure.tgt	1 Apr 2003 15:50:25 -0000	1.123
--- ld/configure.tgt	4 Apr 2003 14:12:24 -0000
*************** powerpc-*-windiss*)	targ_emul=elf32ppcwi
*** 514,521 ****
  rs6000-*-aix5*)		targ_emul=aix5rs6 ;;
  rs6000-*-aix*)		targ_emul=aixrs6 ;;
  tic30-*-*aout*)		targ_emul=tic30aout ;;
! tic30-*-*coff*)		targ_emul=tic30coff ; targ_extra_emuls="tic3xcoff tic3xcoff_onchip" ;;
! tic4x-*-* | c4x-*-*)    targ_emul=tic4xcoff ;;
  tic54x-*-* | c54x*-*-*)	targ_emul=tic54xcoff ;;
  tic80-*-*)		targ_emul=tic80coff ;;
  v850-*-*)		targ_emul=v850 ;;
--- 514,521 ----
  rs6000-*-aix5*)		targ_emul=aix5rs6 ;;
  rs6000-*-aix*)		targ_emul=aixrs6 ;;
  tic30-*-*aout*)		targ_emul=tic30aout ;;
! tic30-*-*coff*)		targ_emul=tic30coff ;;
! tic4x-*-* | c4x-*-*)    targ_emul=tic4xcoff ; targ_extra_emuls="tic3xcoff tic3xcoff_onchip" ;;
  tic54x-*-* | c54x*-*-*)	targ_emul=tic54xcoff ;;
  tic80-*-*)		targ_emul=tic80coff ;;
  v850-*-*)		targ_emul=v850 ;;

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