> So, are you loading an object file or a linked program? An object file. > Does it have relocations included? Yes I attach a dump (not with objdump) of the elf file and the elf file itself. When doing (gdb) file NewProgram.out (gdb) info line 29 you should get an address twice the value it should have. Thanks for the reply.