Re: Problem with 2.21 ld when linking HelenOS ia64 binaries

2011-04-11 Thread jakub
Hi Nick, Quoting Nick Clifton : The following instruction: addl r36 = @ltoff(@fptr(__entry#)), gp gets linked as either (ld 2.20): 28806: 40 02 04 00 48 20 addl r36=0,r1 or (ld 2.21): 24846: 40 02 07 8c 48 20 addl r36=9056,r1 Have y

Re: Problem with 2.21 ld when linking HelenOS ia64 binaries

2011-04-11 Thread Nick Clifton
Hi Jakub, The following instruction: addl r36 = @ltoff(@fptr(__entry#)), gp gets linked as either (ld 2.20): 28806: 40 02 04 00 48 20 addl r36=0,r1 or (ld 2.21): 24846: 40 02 07 8c 48 20 addl r36=9056,r1 Have you verified that the o

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