Problem with 2.21 ld when linking HelenOS ia64 binaries

2011-04-09 Thread Jakub Jermar
Hello, I am trying to understand one issue that we started to hit after switching from binutils 2.20 to binutils 2.21 and was hoping that someone from this list could help me. To set this into a context, we are cross-building HelenOS for ia64-pc-linux-gnu. The following instruction: addl

ld doesn't warn about undefined symbols

2005-11-02 Thread Jakub Jermar
Hi binutils people! ld (from binutils 2.16) on mipsel doesn't warn about undefined symbols with elf32-little and binary output formats (and possibly others). When the output format is elf32-tradlittlemips, undefined symbols are reported as expected. I have created a small test case, wich I

Re: ld overwriting output sections???

2005-09-11 Thread Jakub Jermar
The linker script I sent you yesterday is missing the magical line. The one below is ok. jj Hello binutils people, my team discovered a strange problem with the linker script which I attach to this email. Depending on the presence of the line containing: LONG(0xdeadbeaf); the ker

ld overwriting output sections???

2005-09-10 Thread Jakub Jermar
Hello binutils people, my team discovered a strange problem with the linker script which I attach to this email. Depending on the presence of the line containing: LONG(0xdeadbeaf); the kernel image is linked together correctly (line is present) or the .mapped section overwrites the .unmapped