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]

arm-eabi binutils breakage with your ba592044bc on 32-bit host


Starting with your ba592044bc, building binutils target
arm-unknown-eabi on a 32-bit host (or 64-bit using 'CC=gcc
-m32') with gcc-4.4.4 (Fedora gcc-4.4.4-10.fc12.x86_64) yields:

gcc -O2 -m32 -DHAVE_CONFIG_H -I. -I/tmp/hpautotest-binutils/bsrc/src/gas  -I. -I/tmp/hpautotest-binutils/bsrc/src/gas -I../bfd -I/tmp/hpautotest-binutils/bsrc/src/gas/config -I/tmp/hpautotest-binutils/bsrc/src/gas/../include -I/tmp/hpautotest-binutils/bsrc/src/gas/.. -I/tmp/hpautotest-binutils/bsrc/src/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\""  -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -I/tmp/hpautotest-binutils/bsrc/src/gas/../zlib -g -O2 -MT tc-arm.o -MD -MP -MF .deps/tc-arm.Tpo -c -o tc-arm.o `test -f 'config/tc-arm.c' || echo '/tmp/hpautotest-binutils/bsrc/src/gas/'`config/tc-arm.c
/tmp/hpautotest-binutils/bsrc/src/gas/config/tc-arm.c: In function 'is_double_a_single':
/tmp/hpautotest-binutils/bsrc/src/gas/config/tc-arm.c:7761:3: error: right shift count >= width of type [-Werror]
/tmp/hpautotest-binutils/bsrc/src/gas/config/tc-arm.c: In function 'double_to_single':
/tmp/hpautotest-binutils/bsrc/src/gas/config/tc-arm.c:7775:3: error: right shift count >= width of type [-Werror]
/tmp/hpautotest-binutils/bsrc/src/gas/config/tc-arm.c:7776:3: error: right shift count >= width of type [-Werror]
cc1: all warnings being treated as errors
make[4]: *** [tc-arm.o] Error 1

brgds, H-P


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