Bernhard Reutner-Fischer
|
5d2a22bbbd
- sync_file_range(). Missed the i386 directory in previous commit
|
hace 17 años |
Carmelo Amoroso
|
28134dd75c
Add INTERNAL_SYSCALL macros for sh
|
hace 17 años |
Bernhard Reutner-Fischer
|
5c742ff1a5
- add sync_file_range()
|
hace 17 años |
Bernhard Reutner-Fischer
|
c14e3c99f7
- do not attempt to rm twice
|
hace 17 años |
Bernhard Reutner-Fischer
|
e9a22a46d7
- commentary typo fix
|
hace 17 años |
Rob Landley
|
15ffa43faf
Make menuconfig help bigger and fluffier.
|
hace 17 años |
Chris Zankel
|
c9db9e50e6
xtensa: Stack unwinding on Xtensa requires that the return address register always be valid. This patch fixes a part of ldso that had been using an Xtensa CALL0 instruction to get the current PC value, which temporarily clobbered the return address register. The revised code just loads the address of a label in the code. See my change to GCC from 2007-12-20 for more info (http://gcc.gnu.org/ml/gcc-patches/2007-12/msg01023.html).
|
hace 17 años |
Chris Zankel
|
5de7a21d71
xtensa: The Xtensa port needs to define the __UCLIBC_TRUNCATE64_HAS_4_ARGS__ macro so that a dummy argument will be inserted before the long long length argument, which is expected to be in an even/odd register pair.
|
hace 17 años |
Chris Zankel
|
c0a0655a5a
xtensa: The Xtensa-specific strcmp.S file is testing the __UCLIBC_HAS_LOCALE__ macro but it does not include <features.h>, so that macro is never defined. This causes problems with strcoll when locale support is enabled.
|
hace 17 años |
Bernhard Reutner-Fischer
|
4d08c75822
- fix typo
|
hace 17 años |
Bernhard Reutner-Fischer
|
e2bccada40
- whitespace fixes
|
hace 17 años |
Bernhard Reutner-Fischer
|
21c8ad8200
- remove gethostbyname_r relocation
|
hace 17 años |
Bernhard Reutner-Fischer
|
6c035586e9
- remove posix_openpt relocation
|
hace 17 años |
Bernhard Reutner-Fischer
|
667f179e3f
- fix typo
|
hace 17 años |
Bernhard Reutner-Fischer
|
5689a02723
- remove relocations for clock_getres
|
hace 17 años |
Bernhard Reutner-Fischer
|
a2a5810411
- the help target is phony
|
hace 17 años |
Bernhard Reutner-Fischer
|
7d68065a27
- add some helpful help text, as advertised.
|
hace 17 años |
Bernhard Reutner-Fischer
|
c2e6798e39
- honour EXTRA_CPPFLAGS
|
hace 17 años |
Carmelo Amoroso
|
e4f55f33f6
Add optimized memcpy implementation for sh4 (from Stuart Menefy @STMicroelectronics).
|
hace 17 años |
Carmelo Amoroso
|
a79016198c
Fix some locale multibyte tests failures ad below:
|
hace 17 años |
Bernhard Reutner-Fischer
|
d673a24ff2
- adjust range of valid grp buffer size to match pwd buffer size
|
hace 17 años |
Carmelo Amoroso
|
a6cef4c7ae
Fix problem in vfprintf when assertion are enabled.
|
hace 17 años |
Carmelo Amoroso
|
20023071f6
Fill in termios_p data structure only if ioctl syscall
|
hace 17 años |
Carmelo Amoroso
|
54365d35cb
Hush compiler for extern inline warnings by using
|
hace 17 años |
Carmelo Amoroso
|
96c028b213
Revert latest changes. Instead of applying this work-around
|
hace 17 años |
Carmelo Amoroso
|
33bcf73355
Use getdents syscall if kernel provide supports for this
|
hace 17 años |
Bernhard Reutner-Fischer
|
1cf466022b
- for extern inline, also take __extern_inline and __GNUC_GNU_INLINE__ into account
|
hace 17 años |
Bernhard Reutner-Fischer
|
7cf029695b
- fix indentation
|
hace 17 años |
Carmelo Amoroso
|
6380fddc18
Follow sh asm convention to indent the instruction into the delay slot.
|
hace 17 años |
Paul Mundt
|
ba51fdae71
Kill off the GOT lookup for init/fini in the sh crti.S. This was
|
hace 17 años |