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]

Re: new port for TILEPro and TILE-Gx processors (toplevel files)


Fixes some differences between source and generated files related to
the recent new target.  I'm also taking the liberty of updating gold's
POTFILES.in.

bfd/
	* Makefile.am: Formatting.
	* Makefile.in: Regenerate.
	* configure.in (bfd_elf64_tilegx_vec): Add elfxx-tilegx.lo.
	* po/SRC-POTFILES.in: Regnerate.
gas/
	* po/POTFILES.in: Regenerate.
gold/
	* po/POTFILES.in: Regenerate.
opcodes/
	* Makefile.in: Regenerate.

Index: bfd/Makefile.am
===================================================================
RCS file: /cvs/src/src/bfd/Makefile.am,v
retrieving revision 1.256
diff -u -p -r1.256 Makefile.am
--- bfd/Makefile.am	13 Jun 2011 15:18:44 -0000	1.256
+++ bfd/Makefile.am	14 Jun 2011 04:38:49 -0000
@@ -612,7 +612,7 @@ BFD64_BACKENDS = \
 	elf64-s390.lo \
 	elf64-sh64.lo \
 	elf64-sparc.lo \
- 	elf64-tilegx.lo \
+	elf64-tilegx.lo \
 	elf64-x86-64.lo \
 	elf64.lo \
 	elfn32-mips.lo \
Index: bfd/Makefile.in
===================================================================
RCS file: /cvs/src/src/bfd/Makefile.in,v
retrieving revision 1.284
diff -u -p -r1.284 Makefile.in
--- bfd/Makefile.in	13 Jun 2011 15:18:44 -0000	1.284
+++ bfd/Makefile.in	14 Jun 2011 04:38:50 -0000
@@ -1307,6 +1307,8 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic54x.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic6x.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic80.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tilegx.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tilepro.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-v850.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-vax.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-w65.Plo@am__quote@
@@ -1383,6 +1385,8 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-sparc.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-spu.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-tic6x.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-tilegx.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-tilepro.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-v850.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-vax.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xc16x.Plo@am__quote@
@@ -1399,6 +1403,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-s390.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-sh64.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-sparc.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-tilegx.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-x86-64.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elflink.Plo@am__quote@
@@ -1406,6 +1411,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-ia64.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-mips.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-sparc.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-tilegx.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epoc-pe-arm.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epoc-pei-arm.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/format.Plo@am__quote@
Index: bfd/configure.in
===================================================================
RCS file: /cvs/src/src/bfd/configure.in,v
retrieving revision 1.297
diff -u -p -r1.297 configure.in
--- bfd/configure.in	13 Jun 2011 15:18:45 -0000	1.297
+++ bfd/configure.in	14 Jun 2011 04:39:01 -0000
@@ -835,7 +835,7 @@ do
     bfd_elf64_sparc_vec)	tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
     bfd_elf64_sparc_freebsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
     bfd_elf64_sparc_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
-    bfd_elf64_tilegx_vec)	tb="$tb elf64-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
+    bfd_elf64_tilegx_vec)	tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
     bfd_elf64_tradbigmips_vec | bfd_elf64_tradbigmips_freebsd_vec)
 				tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
     bfd_elf64_tradlittlemips_vec | bfd_elf64_tradlittlemips_freebsd_vec)
Index: bfd/po/SRC-POTFILES.in
===================================================================
RCS file: /cvs/src/src/bfd/po/SRC-POTFILES.in,v
retrieving revision 1.53
diff -u -p -r1.53 SRC-POTFILES.in
--- bfd/po/SRC-POTFILES.in	2 Jun 2011 13:43:16 -0000	1.53
+++ bfd/po/SRC-POTFILES.in	14 Jun 2011 04:39:07 -0000
@@ -122,6 +122,8 @@ cpu-tic4x.c
 cpu-tic54x.c
 cpu-tic6x.c
 cpu-tic80.c
+cpu-tilegx.c
+cpu-tilepro.c
 cpu-v850.c
 cpu-vax.c
 cpu-w65.c
@@ -201,6 +203,8 @@ elf32-sh64.c
 elf32-sparc.c
 elf32-spu.c
 elf32-tic6x.c
+elf32-tilegx.c
+elf32-tilepro.c
 elf32-v850.c
 elf32-vax.c
 elf32-xc16x.c
@@ -217,6 +221,7 @@ elf64-ppc.c
 elf64-s390.c
 elf64-sh64.c
 elf64-sparc.c
+elf64-tilegx.c
 elf64-x86-64.c
 elf64.c
 elfcode.h
@@ -226,6 +231,7 @@ elfn32-mips.c
 elfxx-ia64.c
 elfxx-mips.c
 elfxx-sparc.c
+elfxx-tilegx.c
 epoc-pe-arm.c
 epoc-pei-arm.c
 format.c
Index: gas/po/POTFILES.in
===================================================================
RCS file: /cvs/src/src/gas/po/POTFILES.in,v
retrieving revision 1.47
diff -u -p -r1.47 POTFILES.in
--- gas/po/POTFILES.in	5 Nov 2010 10:25:08 -0000	1.47
+++ gas/po/POTFILES.in	14 Jun 2011 04:39:13 -0000
@@ -144,6 +144,10 @@ config/tc-tic54x.c
 config/tc-tic54x.h
 config/tc-tic6x.c
 config/tc-tic6x.h
+config/tc-tilegx.c
+config/tc-tilegx.h
+config/tc-tilepro.c
+config/tc-tilepro.h
 config/tc-v850.c
 config/tc-v850.h
 config/tc-vax.c
Index: gold/po/POTFILES.in
===================================================================
RCS file: /cvs/src/src/gold/po/POTFILES.in,v
retrieving revision 1.23
diff -u -p -r1.23 POTFILES.in
--- gold/po/POTFILES.in	4 Aug 2008 06:55:33 -0000	1.23
+++ gold/po/POTFILES.in	14 Jun 2011 04:39:31 -0000
@@ -1,5 +1,10 @@
 archive.cc
 archive.h
+arm-reloc-property.cc
+arm-reloc-property.h
+arm.cc
+attributes.cc
+attributes.h
 binary.cc
 binary.h
 common.cc
@@ -27,11 +32,19 @@ errors.h
 expression.cc
 fileread.cc
 fileread.h
+freebsd.h
+gc.cc
+gc.h
 gold-threads.cc
 gold-threads.h
 gold.cc
 gold.h
 i386.cc
+icf.cc
+icf.h
+incremental.cc
+int_encoding.cc
+int_encoding.h
 layout.cc
 layout.h
 mapfile.cc
@@ -46,6 +59,8 @@ output.cc
 output.h
 parameters.cc
 parameters.h
+plugin.cc
+plugin.h
 powerpc.cc
 readsyms.cc
 readsyms.h
@@ -68,7 +83,10 @@ symtab.h
 target-reloc.h
 target-select.cc
 target-select.h
+target.cc
 target.h
+timer.cc
+timer.h
 tls.h
 token.h
 version.cc
Index: opcodes/Makefile.in
===================================================================
RCS file: /cvs/src/src/opcodes/Makefile.in,v
retrieving revision 1.183
diff -u -p -r1.183 Makefile.in
--- opcodes/Makefile.in	13 Jun 2011 15:18:52 -0000	1.183
+++ opcodes/Makefile.in	14 Jun 2011 04:39:38 -0000
@@ -852,7 +852,9 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic80-dis.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic80-opc.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tilegx-dis.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tilegx-opc.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tilepro-dis.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tilepro-opc.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v850-dis.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v850-opc.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vax-dis.Plo@am__quote@

-- 
Alan Modra
Australia Development Lab, IBM


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