[Bug binutils/1312] LD outputting huge files.

2005-09-13 Thread TheMoken at gmail dot com
--- Additional Comments From TheMoken at gmail dot com 2005-09-13 14:18 --- That did the trick, sorry to take up your time -- What|Removed |Added Status|NEW

[Bug binutils/1312] LD outputting huge files.

2005-09-12 Thread drow at false dot org
--- Additional Comments From drow at false dot org 2005-09-12 18:44 --- Subject: Re: LD outputting huge files. On Mon, Sep 12, 2005 at 06:08:59PM -, TheMoken at gmail dot com wrote: > >From looking at the dump, it appears that I need to add a .rodata section to > >the > linker scri

[Bug binutils/1312] LD outputting huge files.

2005-09-12 Thread TheMoken at gmail dot com
--- Additional Comments From TheMoken at gmail dot com 2005-09-12 18:08 --- >From looking at the dump, it appears that I need to add a .rodata section to >the linker script? -- http://sourceware.org/bugzilla/show_bug.cgi?id=1312 --- You are receiving this mail because: ---

[Bug binutils/1312] LD outputting huge files.

2005-09-12 Thread TheMoken at gmail dot com
--- Additional Comments From TheMoken at gmail dot com 2005-09-12 18:07 --- Idx Name Size VMA LMA File off Algn 0 .rodata 0021 0010 2**0 CONTENTS, ALLOC, LOAD, READONLY, DA

[Bug binutils/1312] LD outputting huge files.

2005-09-09 Thread drow at sources dot redhat dot com
--- Additional Comments From drow at sources dot redhat dot com 2005-09-09 15:43 --- Could you try removing the OUTPUT_FORMAT line, and using objcopy -O binary to convert the resulting ELF file to binary? Also, what does objdump -h say on the intermediate ELF file if you do that? --