marcel d7e5b117c4 Fix the following error:
ld: locore.o: non-pic code with imm relocation against dynamic
	symbol `__gp'

With binutils 2.15, ld(1) defines the implicit/automatic symbol __gp
as a dynamic symbol and thus will now complain when used in a non-PIC
fashion (the immediate relocation used to set the GP register). Resolve
this by defining __gp in the linker script. Make sure __gp is aligned
on a 16-byte boundary.

Note: the 0x200000 magic offset is due to having a 22-bit GP-relative
relocation. The GOT will be accessed with negative offsets from GP.
2004-06-20 22:32:19 +00:00
..
2004-05-14 23:42:54 +00:00
2004-05-26 07:43:41 +00:00
2004-05-26 13:10:37 +00:00
2004-05-14 13:35:46 +00:00
2004-05-14 11:49:40 +00:00
2004-06-20 22:32:19 +00:00
2004-05-14 11:49:40 +00:00
2004-05-14 11:49:40 +00:00
2004-03-14 23:03:57 +00:00
2004-05-18 11:56:24 +00:00