Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-23 | Blackfin: fix incorrect attribute order | Mike Frysinger | |
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> | |||
2008-10-24 | - tidy up inline: | Bernhard Reutner-Fischer | |
ldso and syscalls are __always_inline (the latter would need more cleanup) | |||
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2007-11-22 | Ignore entries of "-1" in rofixup; the linker sometimes has no choice but to | Bernd Schmidt | |
create these for deleted entries in .eh_frame. | |||
2006-06-08 | we build everything with _GNU_SOURCE now | Mike Frysinger | |
2006-05-17 | fix by Peter S. Mazinger: use system attribute_hidden rather than local copy | Mike Frysinger | |
2006-05-15 | updates from Bernd Schmidt to sync with blackfin cvs | Mike Frysinger | |