Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-18 | Blackfin: stick ins/outs funcs into their own .text section | Mike Frysinger | |
This lets the linker garbage collect these functions when they aren't actually used by placing them into the standard .text.<func> section. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2010-04-13 | Move lib_$ARCH directories to arch/$ARCH/lib | Peter Tyser | |
Also move lib_$ARCH/config.mk to arch/$ARCH/config.mk This change is intended to clean up the top-level directory structure and more closely mimic Linux's directory organization. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |