Re: AIX 5.1 objcopy copy problem in 64 bit mode.

2006-06-24 Thread Henrik Goldman
Hi Nick, Try checking out the latest binutils sources from the CVS repository. It is possible that this bug has already been fixed. I have tried it with the latest release 2.17 and the problem still remains. If not, then please could you open an official bug report and include a test case wh

AIX 5.1 objcopy copy problem in 64 bit mode.

2006-06-19 Thread Henrik Goldman
Hi, I'm having a situation where gnu objcopy fails badly when using it with 64 bit compiles under AIX 5.1: What I'm doing is to hide some symbols on g++ compiled code: g++ -maix64 -c -pthread -o temp/AIX/test.o test.cpp mv temp/AIX/test.o temp/AIX/to_be_fixed.o ld -b64 -r temp/AIX/to_be_fixed.o