Commit History

Author SHA1 Message Date
  Mike Frysinger cd662e64be tweak __progname handling some more since some [bad] apps actually try and use it 18 years ago
  Mike Frysinger 2aa7788e7f use weak handling instead of .set 18 years ago
  Mike Frysinger f9ff85a50a kill off some unused warnings 18 years ago
  Mike Frysinger bfc0df1617 if arch doesnt provide _syscall6(), we need to alias the 64bit version 18 years ago
  Peter S. Mazinger 99ad3e74e6 Lost wcschr() 18 years ago
  Peter S. Mazinger 316bfa4bca keep __USE_GNU for program_invocation_*_name 18 years ago
  Peter S. Mazinger 43123f2ccc Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE 18 years ago
  Peter S. Mazinger 16fbf62c20 Add __toupper, remove unneeded undefs for tolower 18 years ago
  Peter S. Mazinger fbf868b243 Provide __tolower and use it 18 years ago
  Peter S. Mazinger b325068963 Remove textrel 18 years ago
  Peter S. Mazinger ab1677f525 Revert a change until I find the textrel cause 18 years ago
  Peter S. Mazinger 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 years ago
  Peter S. Mazinger fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 years ago
  Peter S. Mazinger 8356ff4a52 Add more hidden prototypes 18 years ago
  Peter S. Mazinger 8897795c2a Add proper guard, so that we don't see the internal header in userspace 18 years ago
  Mike Frysinger c2bcc11c00 tweak what is likely() in the argv[0] parsing 18 years ago
  Mike Frysinger 0e09af6c8e add optional support for program_invocation_name/program_invocation_short_name 18 years ago
  Mike Frysinger b327d72589 we dont need to loop calling abort() because abort() already loops for us 18 years ago
  Mike Frysinger be06fd35cb Joseph S. Myers writes: 18 years ago
  Mike Frysinger 6f65ac296a Joseph S. Myers writes: 18 years ago
  Mike Frysinger 2fe4731b98 import a bunch of defines from gnu binutils including blackfin for Lie Zhang 18 years ago
  Mike Frysinger 0d541951d9 import a bunch of EM defines from gnu binutils 18 years ago
  Mike Frysinger 63a7517e86 touchup comments and define Blackfin for Jie Zhang 18 years ago
  Mike Frysinger f1cdc0b850 fix previous commit so that __uClibc_init() is run for non-mmu cases again as report by Thomas in Bug 618 18 years ago
  Peter S. Mazinger b7fbbd1835 Use attribute_noreturn 18 years ago
  Peter S. Mazinger 4a9595f750 Remove -unhonoured- comment 18 years ago
  Peter S. Mazinger 0a2458a93d Remove fpu_control.h handling as well 18 years ago
  Peter S. Mazinger d38e11bd8d TARGET_ARCH is already stripped, do not do it again for nios2 18 years ago
  Peter S. Mazinger 8af2adc3af fpu_control.h is handled generally in topdir/Makefile.in, remove rule for it 18 years ago
  Mike Frysinger cc09494212 quote arg to shell-ed grep as pointed out by Jan-Benedict Glaw 18 years ago