Joakim Tjernlund afc3ba0fc4 relocation: Do not relocate NULL pointers.
NULL is an absolute value and should not be relocated.
After this correction code like:
 void weak_fun(void) __attribute__((weak));
 printf("weak_fun:%p\n", weak_fun);
will still print null after relocation.

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
2009-10-08 09:33:36 +02:00
..
2008-10-18 21:54:03 +02:00
2009-09-04 22:15:48 +02:00
2008-10-18 21:54:03 +02:00
2008-12-10 09:26:42 +01:00
2008-10-21 11:25:39 +02:00
2000-12-14 10:04:19 +00:00
2008-10-18 21:54:03 +02:00
2008-10-18 21:54:03 +02:00
2008-10-18 21:54:03 +02:00
2008-10-18 21:54:03 +02:00
2008-10-18 21:54:03 +02:00
2008-10-18 21:54:03 +02:00
2002-08-27 09:48:53 +00:00