Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Synch libc powerpc/arm/sh64/m68k/alpha/microblaze/i960/vax/e1 specific with ↵ | Carmelo Amoroso | 2008-06-18 | 5 | -27/+82 |
| | | | | trunk | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-12-16 | 2 | -5/+4 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-18 | 1 | -14/+2 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-28 | 4 | -6/+65 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-05 | 1 | -1/+1 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 3 | -2/+3 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-18 | 1 | -1/+5 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -40/+21 |
| | |||||
* | Big, huge fricking merge. Peter, if you touch the build system again I'm ↵ | "Steven J. Hill" | 2005-10-04 | 1 | -7/+3 |
| | | | | going to smash your keyboard. | ||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -7/+5 |
| | |||||
* | Patch from Peter S. Mazinger to consistantly use "ASFLAGS" | Eric Andersen | 2004-12-22 | 1 | -5/+4 |
| | | | | as the flags for all calls to 'as' | ||||
* | __data_start needs to be added to all crt0.S files that don't currently | Eric Andersen | 2004-05-14 | 1 | -0/+9 |
| | | | | have it. It is used by the boehm gc, amoung other things. | ||||
* | Kill off the now obsolete __libc_vfork symbol | Eric Andersen | 2004-05-14 | 1 | -2/+0 |
| | |||||
* | This should not be inlined. This should probably use a | Eric Andersen | 2004-02-15 | 1 | -2/+2 |
| | | | | weak alias as well... | ||||
* | Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as | Eric Andersen | 2004-02-06 | 1 | -0/+1 |
| | | | | | | | | | '__kernel_old_dev_t'. And of course there is no good way to know which is in use except checking linux/version.h. Grumble. This is rather lame, but for now, define __kernel_old_dev_t to be the same as __kernel_dev_t. This will want to be revisited soon. -Erik | ||||
* | Remove SAFECFLAGS. It was a workaround for failures in old awk script | Eric Andersen | 2003-11-22 | 1 | -6/+2 |
| | | | | | | | | | | used to generate the crti.S and crtn.S files. Since we don't use that anymore, keeping the workaround makes no sense. Furthermore, in most cases, SAFECFLAGS was not picking up all the needed flags, causing crti.o and crtn.o to not be built PIC. Which is very bad. Removing SAFECFLAGS and using CFLAGS fixes that as well. | ||||
* | Darn. Fix compilation for soft-float, which I inadvertantly | Eric Andersen | 2003-11-08 | 1 | -0/+4 |
| | | | | broke a couple of days ago. :-( | ||||
* | George Thanos writes: | Eric Andersen | 2003-11-06 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | Dear Erik, We downloded uClibc lattest version from the CVS. Still there are some minor problems with extra/Configs/Config.e1 You have actually set ARCH_HAS_C_SYMBOL_PREFIX to NO which is not correct for our architecture. Please apply the patch that will fix the problem. Best Regards, - George P.S. Patch also removes some irritating comments we have added in the past. | ||||
* | Add quick hacks to create fake crti.o and crtn.o files. These architectures | Eric Andersen | 2003-11-05 | 1 | -1/+29 |
| | | | | | | need to be fixed properly. I tried, but I was unable to build a cross toolchain for each of these (using stock binutils and gcc) so it is someone else's problem to fix them now. | ||||
* | Remove warning that apparently is not needed for e1 | Eric Andersen | 2003-11-03 | 1 | -1/+0 |
| | |||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -3/+3 |
| | | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | ||||
* | Patch from George Thanos adding support for the "e1" architecture. | Eric Andersen | 2003-10-08 | 22 | -0/+1712 |