Re: PING - NOLOAD problem with binutils 2.16.92

2006-08-06 Thread Nick Clifton
Hi Ashutosh, I had posted a problem related to binutils 2.16.92 Please refer to the following link for the posted problem, http://lists.gnu.org/archive/html/bug-binutils/2006-07/msg00041.html Kindly let us know your comments on the same. I have just tested this problem using an arm-eabi toolc

NOLOAD problem with binutils 2.16.92

2006-07-26 Thread Ashutosh Yeole
Hi, I had posted a problem related to binutils 2.16.92 Please refer to the following link for the posted problem, http://lists.gnu.org/archive/html/bug-binutils/2006-07/msg00041.html After further investigation, I found that this problem also exists for ARM and m32r targets also. Kindly let me k

PING - NOLOAD problem with binutils 2.16.92

2006-07-25 Thread Ashutosh Yeole
Hi, I had posted a problem related to binutils 2.16.92 Please refer to the following link for the posted problem, http://lists.gnu.org/archive/html/bug-binutils/2006-07/msg00041.html Kindly let us know your comments on the same. Regards, Ashutosh Yeole KPIT Cummins InfoSystems Ltd. Pune, India

NOLOAD problem with binutils 2.16.92

2006-07-07 Thread Ashutosh Yeole
Hi, I am facing a problem in binutils 2.16.92. Please refer to the code and the linker script below. CODE: - char ldTest __attribute__ ((section("TEST"))); int main(void) { ldTest = 5; } LINKER SCRIPT: -- .bss : { _bss = .;