summaryrefslogtreecommitdiffstats
path: root/sys/kern/genassym.sh
Commit message (Collapse)AuthorAgeFilesLines
* Allow one to specify the AWK used in the environment(commandline).obrien2002-02-111-1/+1
| | | | | Gawk is blowing up when run natively on the sparc64 -- leading to totally bogus kernel values (all "0x0"). Good ole BWK awk works fine however.
* brace by itself after function declaration.alfred2001-12-271-1/+2
| | | | | Mandated by: style(9) Pointed out by: rwatson
* Improve kernel bootstrapping:marcel2001-01-281-1/+1
| | | | | | | | | o Use objdump instead of gensetdefs(1) to build the linker sets. o Allow overriding of nm and objdump in resp. genassym.sh and gensetdefs.pl for non-native toolchains. Reviewed by: arch Perl improvements: Jos Backus <josb@cncdsl.com>, benno
* Use "nm | awk ..." instead of genassym(1) to generate symbol value headers.bde2000-06-021-0/+53
Symbol values are now represented using array sizes (4 arrays per symbol so that 16-bit machines can represent 64-bit values) instead of being raw binary values. Reviewed by: marcel
OpenPOWER on IntegriCloud