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: Ping: [RFA]: New port: Epiphany


On Tue, Oct 25, 2011 at 01:36:58PM -0400, Joern Rennecke wrote:
> 2011-10-25  Joern Rennecke  <joern.rennecke@embecosm.com>
> 
> gas:
> 	* doc/as.texinfo [EPIPHANY]: Include c-epiphany.texi to avoid
> 	duplication.
> opcodes:
> 	* disassemble.c (ARCH_epiphany): Move into alphasorted spot.

OK.  The following need attention.  Seen when building on a 32-bit
host with --enable-64-bit-bfd.

.../opcodes/epiphany-asm.c: In function âparse_branch_addrâ:
.../opcodes/epiphany-asm.c:284: error: format â%ldâ expects type âlong intâ, but argument 3 has type âbfd_vmaâ
.../opcodes/epiphany-asm.c: In function âepiphany_cgen_parse_operandâ:
.../opcodes/epiphany-asm.c:332: error: passing argument 4 of âparse_postindexâ from incompatible pointer type
.../opcodes/epiphany-asm.c:133: note: expected âbfd_vma *â but argument is of type âlong unsigned int *â
.../opcodes/epiphany-asm.c:341: error: passing argument 4 of âparse_postindexâ from incompatible pointer type
.../opcodes/epiphany-asm.c:133: note: expected âbfd_vma *â but argument is of type âlong unsigned int *â
.../opcodes/epiphany-asm.c:417: error: passing argument 6 of âparse_branch_addrâ from incompatible pointer type
.../opcodes/epiphany-asm.c:247: note: expected âlong unsigned int *â but argument is of type âbfd_vma *â
.../opcodes/epiphany-asm.c:427: error: passing argument 6 of âparse_branch_addrâ from incompatible pointer type
.../opcodes/epiphany-asm.c:247: note: expected âlong unsigned int *â but argument is of type âbfd_vma *â
make[4]: *** [epiphany-asm.lo] Error 1


-- 
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]