Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill initfini.awk | Eric Andersen | 2003-11-05 | 1 | -121/+0 |
| | |||||
* | Patch from Stefan Allius: | Eric Andersen | 2003-03-05 | 1 | -11/+31 |
| | | | | | | | | | | | | | | | Hi Erik, I patched the initfini.awk script, so we can build crt[in].S for the SuperH targets with gmon-support. The patch moves all labels into the wright sections, and add some assembler statements to jump over them. (only activ on SH targets) The patch also avoid any references of _GLOBAL_OFFSET_TABLE_ or *gmon_start* in the crtn.S file. This should work on every target. Bye Stefan | ||||
* | Initial effort at adding profiling support. | Eric Andersen | 2003-03-03 | 1 | -2/+7 |
| | |||||
* | Cleanup makefiles and make clean a bit | Eric Andersen | 2003-01-23 | 1 | -2/+2 |
| | |||||
* | It seems SCO puts touch in a wierd place | Eric Andersen | 2002-12-12 | 1 | -1/+1 |
| | |||||
* | Patch from Yoshinori Sato to update the h8300 architecture. | Eric Andersen | 2002-11-21 | 1 | -0/+2 |
| | |||||
* | Another update to initfini.awk and initfini.c from Stefan Allius | Eric Andersen | 2002-11-03 | 1 | -13/+15 |
| | | | | | to hopefully address SH wierdness. Now works on other architecture properly as well. | ||||
* | For now, comment out the broken part | Eric Andersen | 2002-10-29 | 1 | -6/+6 |
| | |||||
* | Remove my horrible SH hack infavor of this fix for initfini.awk from | Eric Andersen | 2002-10-29 | 1 | -1/+16 |
| | | | | Stefan Allius <allius@atecom.com>, which does a better job. | ||||
* | Patch from Christian MICHON <christian_michon@yahoo.fr> to reimplement | Eric Andersen | 2002-10-14 | 1 | -0/+77 |
my little initfini.pl script in awk. This eliminates uClibc's compile-time dependancy on perl, and lets us use the much lighter weight awk, which facilitates building uClibc standalone environments. |