Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | boilerplate license we use | Mike Frysinger | 2006-07-05 | 1 | -0/+1 | |
| | ||||||
* | revert fdpic patch so we can merge it in bit by bit | Mike Frysinger | 2006-07-05 | 9 | -167/+78 | |
| | ||||||
* | The ltp testsuite fails on x86 without the modify_ldt syscall | Eric Andersen | 2006-07-05 | 1 | -6/+1 | |
| | ||||||
* | Change symbol 'NOSTRIP' to 'DOSTRIP' since the double negatives | Eric Andersen | 2006-07-04 | 4 | -13/+13 | |
| | | | | on i.e. NOSTRIP=n gets a bit confusing. | |||||
* | cleanup description | Eric Andersen | 2006-07-04 | 1 | -2/+3 | |
| | ||||||
* | bug 469 was fixed by Atsushi Nemoto | Eric Andersen | 2006-07-04 | 1 | -4/+2 | |
| | ||||||
* | gcc 4.1.x is apparently miscompiling gnu glob on mips. This ports the ↵ | Eric Andersen | 2006-07-04 | 3 | -230/+772 | |
| | | | | | | | latest and massivly bloated greatest from glibc. And fixes things so the gnu glob interface is no longer the default. | |||||
* | references to the older "Library GPL" have already been changed to "Lesser GPL" | Eric Andersen | 2006-07-03 | 1 | -1/+0 | |
| | ||||||
* | Atsushi Nemoto writes: | Eric Andersen | 2006-07-03 | 1 | -15/+1 | |
| | | | | | | | | | | | | current pipe.S seems broken for error case. For example, "la t0, __syscall_error" should be "la t9, __syscall_error"? Jumping to __syscall_error without reverting sp is correct? I updated this patch against recent snapshot and tested: it looks OK. * Get rid of saving/restoring a0. No need to adjust sp. * Fix code in error path. | |||||
* | Atsushi Nemoto points out there is no more need for mips-specific ptrace.h | Mike Frysinger | 2006-07-03 | 1 | -136/+0 | |
| | ||||||
* | Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFs | Mike Frysinger | 2006-06-30 | 9 | -78/+167 | |
| | ||||||
* | Bernd Schmidt writes: too many semicolons! | Mike Frysinger | 2006-06-30 | 1 | -1/+1 | |
| | ||||||
* | revert previous nops in strcmp as they are not needed here | Mike Frysinger | 2006-06-27 | 1 | -2/+0 | |
| | ||||||
* | blackfin needs NOPs after the loop end when the last statement in the loop ↵ | Mike Frysinger | 2006-06-27 | 2 | -1/+3 | |
| | | | | is an if/jump | |||||
* | if function or stack are NULL, make sure errno is set to EINVAL | Mike Frysinger | 2006-06-26 | 1 | -0/+5 | |
| | ||||||
* | use local labels | Mike Frysinger | 2006-06-26 | 1 | -4/+4 | |
| | ||||||
* | also kill gdb files when building BFLT files | Mike Frysinger | 2006-06-26 | 1 | -1/+1 | |
| | ||||||
* | Michael Troß writes: Yes, the missing initialization of uniqblock seems to ↵ | Mike Frysinger | 2006-06-26 | 1 | -12/+0 | |
| | | | | cause all this trouble. Now gen_wctype works without the rlimit stack hack. | |||||
* | if we cannot generate a locale, be a bit more specific in telling the user ↵ | Mike Frysinger | 2006-06-26 | 1 | -1/+1 | |
| | | | | we are skipping it | |||||
* | Michael Troß writes: | Mike Frysinger | 2006-06-26 | 1 | -0/+2 | |
| | | | | | | | | | | gen_wctype segfaults on my system when optimized with -O2. It does work without optimization, even -O1 does not cause the segfault. Problem is in newopt, at gen_wctype.c:865: memcpy(tbl->ti + i * blocksize, ti[uniqblock[i]], blocksize); The segfault is caused by the uninitialized variable uniqblock when newopt is called recursively. The attached patch fixes this. | |||||
* | Update ARM EABI kernel interface due to layout and size of struct stat64. | "Steven J. Hill" | 2006-06-24 | 1 | -0/+4 | |
| | ||||||
* | fix hidden symbols | Mike Frysinger | 2006-06-21 | 2 | -0/+3 | |
| | ||||||
* | remove bogus lines | Mike Frysinger | 2006-06-21 | 1 | -4/+0 | |
| | ||||||
* | allow arches to easily override asm-line-sep, move cris over to new style, ↵ | Mike Frysinger | 2006-06-21 | 3 | -2/+7 | |
| | | | | and have hppa use it now | |||||
* | sync my fixes from glibc | Mike Frysinger | 2006-06-21 | 1 | -2/+4 | |
| | ||||||
* | merge bfin relocations from blackfin cvs | Mike Frysinger | 2006-06-21 | 1 | -0/+40 | |
| | ||||||
* | Added a missing baud rate (614400) to the speeds[] table. | Peter Kjellerstedt | 2006-06-21 | 1 | -0/+3 | |
| | ||||||
* | Austin Morgan writes in #917: add support for inotify | Mike Frysinger | 2006-06-21 | 2 | -0/+116 | |
| | ||||||
* | need hidden proto for rtime() as well | Mike Frysinger | 2006-06-20 | 1 | -0/+1 | |
| | ||||||
* | dont bother exporting modify_ldt() either | Mike Frysinger | 2006-06-20 | 1 | -1/+6 | |
| | ||||||
* | eat extraneous ; and insert some whitespace where it belongs | Mike Frysinger | 2006-06-19 | 12 | -53/+53 | |
| | ||||||
* | eat whitespace | Mike Frysinger | 2006-06-19 | 1 | -5/+3 | |
| | ||||||
* | use internal aliases for static objects as well | Mike Frysinger | 2006-06-19 | 1 | -1/+1 | |
| | ||||||
* | sync fix fixes from glibc | Mike Frysinger | 2006-06-19 | 1 | -7/+9 | |
| | ||||||
* | kill off sysfs() | Mike Frysinger | 2006-06-19 | 1 | -0/+5 | |
| | ||||||
* | touchup printf format to fix warning | Mike Frysinger | 2006-06-19 | 1 | -1/+1 | |
| | ||||||
* | dont shadow the socket() function | Mike Frysinger | 2006-06-19 | 2 | -6/+6 | |
| | ||||||
* | include sys/mount.h for everyone | Mike Frysinger | 2006-06-19 | 1 | -1/+1 | |
| | ||||||
* | need hidden alias | Mike Frysinger | 2006-06-19 | 1 | -0/+2 | |
| | ||||||
* | if $(LD) doesnt support --help, dont warn about it (stupid Darwin users) | Mike Frysinger | 2006-06-19 | 1 | -1/+1 | |
| | ||||||
* | blackfin needs different type for ssize_t | Mike Frysinger | 2006-06-18 | 1 | -0/+66 | |
| | ||||||
* | sync change from glibc for larger path max | Mike Frysinger | 2006-06-16 | 1 | -1/+3 | |
| | ||||||
* | fix from Jie Zhang to also declare R0 as clobber in syscall0 | Mike Frysinger | 2006-06-15 | 1 | -1/+1 | |
| | ||||||
* | update syscall() to take 6 arguments | Mike Frysinger | 2006-06-14 | 1 | -22/+42 | |
| | ||||||
* | we build everything with _GNU_SOURCE now | Mike Frysinger | 2006-06-08 | 1 | -1/+0 | |
| | ||||||
* | need local prototype to make things happy | Mike Frysinger | 2006-06-08 | 1 | -0/+2 | |
| | ||||||
* | drop the __sigqueue symbol for now | Mike Frysinger | 2006-06-08 | 1 | -2/+2 | |
| | ||||||
* | add support for 5th argument | Mike Frysinger | 2006-06-08 | 1 | -3/+4 | |
| | ||||||
* | A little whitespace clean up. | Peter Kjellerstedt | 2006-06-08 | 1 | -12/+12 | |
| | ||||||
* | Use tar rather than cp to copy all files matching *.so.* from the lib | Peter Kjellerstedt | 2006-06-08 | 1 | -1/+1 | |
| | | | | | directory to $(PREFIX)$(RUNTIME_PREFIX)lib. The reason for this is that cp -P means wildly different things depending on the version of cp. |