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: Support for the Renesas M32C and M16C


Jim Blandy <jimb@redhat.com> writes:
> That's odd; I have logs of a clean build from early this morning,
> after my commit.  CVS didn't say I had any locally modified files.
> What didn't compile?

I've rebuilt with GCC 4 instead of GCC 3, and now I get warnings,
which are being treated as errors:

gcc -DHAVE_CONFIG_H -I. -I/home/jimb/binutils/src/opcodes -I. -D_GNU_SOURCE -I. -I/home/jimb/binutils/src/opcodes -I../bfd -I/home/jimb/binutils/src/opcodes/../include -I/home/jimb/binutils/src/opcodes/../bfd -I/home/jimb/binutils/src/opcodes/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g3 -c /home/jimb/binutils/src/opcodes/m32c-asm.c -o m32c-asm.o
cc1: warnings being treated as errors
/home/jimb/binutils/src/opcodes/m32c-asm.c: In function 'parse_imm1_S':
/home/jimb/binutils/src/opcodes/m32c-asm.c:350: warning: pointer targets in passing argument 4 of 'cgen_parse_unsigned_integer' differ in signedness

I'll take care of these.  If this isn't the problem you ran into,
please let me know.


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