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]

Re: new port for Xtensa processors (bfd files)


On Wednesday 02 April 2003 09:33 am, Nick Clifton wrote:
> Making the changes in consultation with Tensilica is not really an
> option, since that would imply some kind of ownership by Tensilica.
> But making the changes in consultation with the maintainer for the
> Xtensa port is certainly reasonable, and if that maintainer just
> happens to work for Tensilica....

OK.  Whatever :-)

(I don't see how consulting with a 3rd party in the interest of compatibilty 
implies ownership by that party, but you can't really consult with an 
abstract entity like a corporation anyway....)


> On a different note - there is a problem with the linker tests you
> contributed.  They are being run for non-Xtensa ports.  eg from a
> recent run of the x86 linux native:

Fixed as follows:

2003-04-02  Bob Wilson  <bob dot wilson at acm dot org>

        * ld-xtensa/coalesce.exp: Skip if target is not xtensa-*-*.
        * ld-xtensa/lcall.exp: Likewise.

Index: ld-xtensa/coalesce.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-xtensa/coalesce.exp,v
retrieving revision 1.1
diff -c -3 -r1.1 coalesce.exp
*** ld-xtensa/coalesce.exp	1 Apr 2003 15:50:31 -0000	1.1
--- ld-xtensa/coalesce.exp	2 Apr 2003 17:53:38 -0000
***************
*** 17,22 ****
--- 17,26 ----
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  
+ if ![istarget "xtensa-*-*"] {
+     return
+ }
+ 
  set testname "COALESCE"
  
  set OBJDUMPFLAGS "-dr"
Index: ld-xtensa/lcall.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-xtensa/lcall.exp,v
retrieving revision 1.1
diff -c -3 -r1.1 lcall.exp
*** ld-xtensa/lcall.exp	1 Apr 2003 15:50:31 -0000	1.1
--- ld-xtensa/lcall.exp	2 Apr 2003 17:53:38 -0000
***************
*** 17,22 ****
--- 17,26 ----
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  
+ if ![istarget "xtensa-*-*"] {
+     return
+ }
+ 
  set testname "LCALL"
  
  set OBJDUMPFLAGS "-dr"

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