summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/bfin/crtreloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Blackfin: fix incorrect attribute orderMike Frysinger2009-07-231-1/+1
| | | | | | | | | | | | | | | | | The order of attributes in a function definition matters and in a few places in the Blackfin code, it was being applied to the return type instead of the function itself. In file included from ldso/ldso/ldso.c:43: ldso/ldso/bfin/elfinterp.c: At top level: ldso/ldso/bfin/elfinterp.c:42: warning: '__visibility__' attribute ignored on non-class types In file included from ldso/ldso/bfin/elfinterp.c:341, from ldso/ldso/ldso.c:43: libc/sysdeps/linux/bfin/crtreloc.c: At top level: libc/sysdeps/linux/bfin/crtreloc.c:91: warning: 'visibility' attribute ignored on non-class types Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* - tidy up inline:Bernhard Reutner-Fischer2008-10-241-2/+2
| | | | ldso and syscalls are __always_inline (the latter would need more cleanup)
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* Ignore entries of "-1" in rofixup; the linker sometimes has no choice but toBernd Schmidt2007-11-221-23/+26
| | | | create these for deleted entries in .eh_frame.
* we build everything with _GNU_SOURCE nowMike Frysinger2006-06-081-1/+0
|
* fix by Peter S. Mazinger: use system attribute_hidden rather than local copyMike Frysinger2006-05-171-5/+3
|
* updates from Bernd Schmidt to sync with blackfin cvsMike Frysinger2006-05-151-0/+145