Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uClibc_arch_features: sync defines between ports | Mike Frysinger | 2009-07-03 | 1 | -0/+9 |
| | | | | | | | Make sure each arch has the same complete list to make comparing between them easier. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | A patch from our Blackfin repository, originally from Jie Zhang. This fixes | Bernd Schmidt | 2008-01-17 | 1 | -3/+0 |
| | | | | | | | | | | | | | a problem where the linker was trying to use the wrong symbol name for the init function. Define SYMBOL_PREFIX as _ in Rules.mak for h8300, bfin, i960, microblaze, and v850. Add -D__UCLIBC_UNDERSCORES__ in CFLAGS for targets which define SYMBOL_PREFIX as _. Remove defines and undefs from uClibc_arch_features.h of each target. Add $(SYMBOL_PREFIX) to __uClibc_init when passed by ld option -init. | ||||
* | change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when ↵ | Mike Frysinger | 2008-01-08 | 1 | -1/+1 |
| | | | | doing double negatives | ||||
* | disable usage of .set | Mike Frysinger | 2006-01-29 | 1 | -1/+1 |
| | |||||
* | Allow for targets that don't know about signed zero floats. | "Jan-Benedict Glaw" | 2006-01-26 | 1 | -0/+3 |
| | |||||
* | Change to sane defaults | Peter S. Mazinger | 2006-01-19 | 1 | -5/+10 |
| | |||||
* | move a bunch of arch-specific checks out of common files and into an arch ↵ | Mike Frysinger | 2006-01-19 | 1 | -0/+33 |
specific header file to make porting/updates a lot easier |