コミット履歴

作者 SHA1 メッセージ 日付
  Peter S. Mazinger db782340c4 Add some needed prototypes and macros to allow transition of __XL and friends to hidden versions 20 年 前
  Mike Frysinger aab07d0500 macro out the thread funcs in libc if threading is disabled 20 年 前
  Mike Frysinger f97fb53f14 first pass at hidden_def() macro based on the glibc one 20 年 前
  Mike Frysinger 6e6ff78b3e touchup whitespace/comments 20 年 前
  Peter S. Mazinger 4cbc1b2abe remove wrong assumptions about __libc_x 20 年 前
  Peter S. Mazinger c885bf5cf9 More hiding, including __mempcpy 20 年 前
  Peter S. Mazinger 8a0b43005a Hide mostly used functions 20 年 前
  Mike Frysinger 9a6b1a71ca add a macro for __attribute__ ((__noreturn__)) 20 年 前
  Peter S. Mazinger 237277e9a8 Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to _dl_setup_stack_chk_guard, as in glibc. SSP requires now binutils-2.16.1 and newer. Add NOT_IN_libc/IS_IN_libc. Began using -DSHARED in uClibc_main.c, there are more candidates in there. Move back dl_protect_relro to it's earlier place. 20 年 前
  Peter S. Mazinger 73c59934ec Should correct ppc compilation failure reported by Glauber de Oliveira Costa. Couldn't test it though on ppc. 20 年 前
  Peter S. Mazinger a9182335e6 add attribute_relro, should be unconditional, if gcc/ld supports it 20 年 前
  Mike Frysinger ac7e889a24 move misc internal definitions to a sep file to minimize differences with features.h from glibc 20 年 前