Handle GNU extension __REDIRECT
authorAndreas Zwinkau <zwinkau@kit.edu>
Thu, 24 Feb 2011 09:59:09 +0000 (09:59 +0000)
committerAndreas Zwinkau <zwinkau@kit.edu>
Thu, 24 Feb 2011 09:59:09 +0000 (09:59 +0000)
commit03d3b8c10e86bd5604ac13f2cb020c11261977f8
tree03dc53fca2b2d50378b54259d858db017f4f3da5
parent6ea3cf6dc7354b2d87db1880a66d63c2c9e89ab5
Handle GNU extension __REDIRECT

Used to specify a different ld_name than function name.
E.g. use to redirect fstat to fstat64 in GNU.

Fixes C/gnu99/redirect

[r28437]
attribute.c
entity_t.h
mangle.c