use weak aliase rather than weak reference for vdso clock_gettime
authorRich Felker <dalias@aerifal.cx>
Sun, 7 Aug 2011 19:48:16 +0000 (15:48 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 7 Aug 2011 19:48:16 +0000 (15:48 -0400)
commitcdfb725ca3e20e14c64ca8695496e430b89b3b2c
tree180bf3dc28f20bd7b9d50495a745eb7b11af6ea3
parentb3c08a16c0a085e8de01cdc9de106aaa332d27d5
use weak aliase rather than weak reference for vdso clock_gettime

this works around pcc's lack of working support for weak references,
and in principle is nice because it gets us back to the stage where
the only weak symbol feature we use is weak aliases, nothing else.

having fewer dependencies on fancy linker features is a good thing.
src/time/clock_gettime.c