Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix whitespace damage in AVR32 in libc sysdeps AVR32 specific Linux files. | Hans-Christian Egtvedt | 2008-04-24 | 15 | -252/+252 |
| | |||||
* | Fix whitespace damage in AVR32 libc sysdeps sys header files. | Hans-Christian Egtvedt | 2008-04-24 | 4 | -77/+77 |
| | |||||
* | Fix whitespace damage in AVR32 libc bits header files. | Hans-Christian Egtvedt | 2008-04-24 | 10 | -398/+398 |
| | |||||
* | Use HIDDEN_JUMPTARGET define instead of __GI_ directly in AVR32 files | Hans-Christian Egtvedt | 2008-02-20 | 2 | -2/+2 |
| | | | | | | | This patch uses the HIDDEN_JUMPTARGET instead of the __GI_ prefix in AVR32 assembler files. This is done to follow the code style in uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com> | ||||
* | 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 | ||||
* | I don't remember exactly why we decided to pick the caller's value of | Carmelo Amoroso | 2007-12-07 | 1 | -1/+1 |
| | | | | | | | | sa_restorer when SA_ONSTACK is set, but it seems to break LTP's sigaltstack testcase. Some users have reported problems with sigaltstack as well; hopefully this will fix it. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | ||||
* | Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt ↵ | Carmelo Amoroso | 2007-11-16 | 32 | -0/+1684 |
<hcegtvedt@atmel.com> |