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