Re: Binutils build broken at FreeBSD 5.3 after -Werror enabling

2005-03-22 Thread Vladimir Merzliakov
In file included from /usr/home/wanderer/pkg/build/binutils/src/src/binutils/size.c:34: /usr/home/wanderer/pkg/build/binutils/src/src/binutils/../include/getopt.h:116: warning: function declaration isn't a prototype I see this warning long time (>2 years) already when i build binutils at FreeBS

[Bug ld/797] Alignment in empty section changes the output layout

2005-03-22 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-03-22 17:28 --- Created an attachment (id=441) --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=441&action=view) A testcase [EMAIL PROTECTED] empty-4]$ make as -o foo.o foo.s ./ld -shared -o normal.so -T normal.x foo.o ./ld

[Bug ld/797] New: Alignment in empty section changes the output layout

2005-03-22 Thread hjl at lucon dot org
When there is .text2 : { . = ALIGN(4096); *(.text2) } in linker script, even if there are no .text2 input sections, the layout of output is still affected. -- Summary: Alignment in empty section changes the output layout Product: binutils Version:

Re: Binutils build broken at FreeBSD 5.3 after -Werror enabling

2005-03-22 Thread Nick Clifton
Hi Vladimir, After patch http://sourceware.org/ml/binutils-cvs/2005-03/msg00191.html binutils build broken at FreeBSD 5.3 Build terminate with message: In file included from /usr/home/wanderer/pkg/build/binutils/src/src/binutils/size.c:34: /usr/home/wanderer/pkg/build/binutils/src/src/binutils/.