glibc/scripts
Siddhesh Poyarekar a357259bf8 Add more directives to benchmark input files
This patch adds some more directives to the benchmark inputs file,
moving functionality from the Makefile and making the code generation
script a bit cleaner.  The function argument and return types that
were earlier added as variables in the makefile and passed to the
script via command line arguments are now the 'args' and 'ret'
directive respectively.  'args' should be a colon separated list of
argument types (skipped if the function doesn't accept any arguments)
and 'ret' should be the return type.

Additionally, an 'includes' directive may have a comma separated list
of headers to include in the source.  For example, the pow input file
now looks like this:

42.0, 42.0
1.0000000000000020, 1.5

I did this to unclutter the benchtests Makefile a bit and eventually
eliminate dependency of the tests on the Makefile and have tests
depend on their respective include files only.
2013-10-07 11:51:25 +05:30
..
abi-versions.awk
abilist.awk
begin-end-check.pl
bench.pl Add more directives to benchmark input files 2013-10-07 11:51:25 +05:30
check-c++-types.sh
check-execstack.awk
check-local-headers.sh
check-localplt.awk
check-textrel.awk
config-uname.sh
config.guess Update miscellaneous scripts from upstream. 2013-06-06 19:02:09 +00:00
config.sub Update miscellaneous scripts from upstream. 2013-06-06 19:02:09 +00:00
cpp
cross-test-ssh.sh
documented.sh
firstversions.awk
gen-as-const.awk
gen-libc-abis
gen-sorted.awk
install-sh Update miscellaneous scripts from upstream. 2013-06-06 19:02:09 +00:00
lib-names.awk
list-sources.sh
localplt.awk
mkinstalldirs Update miscellaneous scripts from upstream. 2013-06-06 19:02:09 +00:00
move-if-change Update miscellaneous scripts from upstream. 2013-06-06 19:02:09 +00:00
output-format.sed
rellns-sh
rpm2dynsym.sh
soversions.awk
sysd-rules.awk Sort sysd-rules-patterns by descending pattern length. 2013-06-17 09:55:49 -07:00
test-installation.pl
update-copyrights
versions.awk