summaryrefslogtreecommitdiffstats
path: root/extra/scripts/initfini.awk
Commit message (Collapse)AuthorAgeFilesLines
* Kill initfini.awkEric Andersen2003-11-051-121/+0
|
* Patch from Stefan Allius:Eric Andersen2003-03-051-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 Andersen2003-03-031-2/+7
|
* Cleanup makefiles and make clean a bitEric Andersen2003-01-231-2/+2
|
* It seems SCO puts touch in a wierd placeEric Andersen2002-12-121-1/+1
|
* Patch from Yoshinori Sato to update the h8300 architecture.Eric Andersen2002-11-211-0/+2
|
* Another update to initfini.awk and initfini.c from Stefan AlliusEric Andersen2002-11-031-13/+15
| | | | | to hopefully address SH wierdness. Now works on other architecture properly as well.
* For now, comment out the broken partEric Andersen2002-10-291-6/+6
|
* Remove my horrible SH hack infavor of this fix for initfini.awk fromEric Andersen2002-10-291-1/+16
| | | | Stefan Allius <allius@atecom.com>, which does a better job.
* Patch from Christian MICHON <christian_michon@yahoo.fr> to reimplementEric Andersen2002-10-141-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.