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
--- 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
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:
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/.