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]

Binutils head broken?


I can't compile binutils HEAD anymore when:

build=host=target=x86_64-pc-linux
build=host=x86_64-pc-linux  && target=x86_64-pc-mingw32


I get this:

../../src/binutils/readelf.c: In function 'process_mips_specific':
../../src/binutils/readelf.c:9581: warning: field width should have
type 'int', but argument 2 has type 'size_t'
../../src/binutils/readelf.c:9581: warning: field width should have
type 'int', but argument 5 has type 'size_t'
../../src/binutils/readelf.c:9598: warning: field width should have
type 'int', but argument 2 has type 'size_t'
../../src/binutils/readelf.c:9598: warning: field width should have
type 'int', but argument 5 has type 'size_t'
../../src/binutils/readelf.c:9615: warning: field width should have
type 'int', but argument 2 has type 'size_t'
../../src/binutils/readelf.c:9615: warning: field width should have
type 'int', but argument 5 has type 'size_t'
../../src/binutils/readelf.c:9615: warning: field width should have
type 'int', but argument 7 has type 'size_t'


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