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
..
2009-09-08 09:10:07 -05:00
2009-08-28 17:12:39 -05:00
2009-09-24 12:05:28 -05:00
2009-09-24 12:05:26 -05:00
2009-09-24 12:05:29 -05:00
2009-09-24 12:05:29 -05:00
2009-07-01 23:12:01 -05:00
2008-10-18 21:54:03 +02:00
2009-09-08 09:10:04 -05:00
2009-09-08 09:10:07 -05:00
2009-09-24 12:05:29 -05:00
2009-09-08 09:10:05 -05:00
2009-08-28 17:12:43 -05:00
2009-09-24 12:05:28 -05:00
2009-09-24 12:05:28 -05:00
2009-04-01 15:29:49 -05:00
2009-07-29 09:59:22 +02:00
2009-09-08 09:10:07 -05:00
2008-10-18 21:54:03 +02:00
2009-09-24 12:05:27 -05:00
2009-09-08 09:10:07 -05:00
2009-09-24 12:05:29 -05:00
2009-10-08 09:33:36 +02:00
2009-09-15 21:30:09 -05:00
2009-09-15 21:30:08 -05:00
2009-09-24 12:05:25 -05:00
2009-09-15 21:30:09 -05:00
2009-10-08 00:33:47 +02:00