summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/symbol.c
AgeCommit message (Collapse)Author
2003-04-16string cleanup; ok millertTheo de Raadt
2002-09-07ansification of ldMarco S Hyman
* normalized the signatures of the functions passed to each_file() and each_full_file(). In most cases that meant adding a void *dummy. In one case it changed an int to a void*, but the arg was only checked for zero/not-zero so the change was not significant. * removes unused code and structures. * makes sure printf args match their format. * got rid of some of the gcc -Wall warnings OK deraadt@
2002-07-19convert functions from K&R style to prototype style.Marco S Hyman
Function arg types have not yet been fixed. OK fgs@, espie@
2002-07-10First of some clean-up commits. This one only removes use ofMarco S Hyman
register variables. clean-up concept ok deraadt@
1999-08-24Align defines nicelyNiklas Hallqvist
1999-01-23Merge _GLOBAL_OFFSET_TABLE_ and __GLOBAL_OFFSET_TABLE_ atMarc Espie
linking time, so that we can remove the corresponding kludge from gas.
1998-03-26RCS id cleanupNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt