Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to be weaks
|
|
|
|
|
|
|
|
|
|
|
|
-DSTATIC for those not needing shared libs, needed to be seen in libc-symbols.h
|
|
|
|
|
|
|
|
issue
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
libc_hidden_proto from old version
|
|
|
|
Makefile.in, disable __res_state, unavailable in resolv.h
|
|
|
|
|
|
|
|
The patch fixes up the .align directives to '2' (i.e. a multiple
of 4) not '4' (a multiple of 16 - apparently an error since it seems
to be unnecessary, there is no advantage here in cache line alignment).
this is an arm "feature" ... the value given to .align is not in bytes:
.align 4 in arm means .align 2 ^ 4
|
|
|
|
add support for using BX instruction for THUMB aware architectures
|