about summary refs log tree commit diff
path: root/scripts/merge-abilist.awk
Commit message (Collapse)AuthorAgeFilesLines
* 2003-03-02 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-031-1/+8
| | | | * sysdeps/unix/sysv/linux/ia64/brk.S: Add .type and .size for __curbrk.
* * scripts/merge-abilist.awk: More checks for bogus input.Roland McGrath2003-03-031-6/+19
| | | | | | Uniquify duplicate config names. * scripts/abilist.awk: Don't distinguish weak symbols in normal output.
* 2003-01-16 Roland McGrath <roland@redhat.com>Roland McGrath2003-01-161-110/+84
| | | | | | | | Tweak merged .abilist file format to merge duplicate symbols in different sets into multi-version stanzas with new "| SET regexp..." header continuation lines. * scripts/merge-abilist.awk: Rewritten for new format. * scripts/extract-abilist.awk: Likewise.
* 2003-01-14 Roland McGrath <roland@redhat.com>Roland McGrath2003-01-151-4/+37
| | | | | * scripts/merge-abilist.awk: Omit cpu-.*-os.*/modifier from merged config list when it already contains cpu-.*-os.* without / part.
* * scripts/abilist.awk: Produce a more compact format, divided intoRoland McGrath2002-12-231-0/+129
stanzas for each version set, the set name listed only once. * scripts/extract-abilist.awk: New file. * scripts/merge-abilist.awk: New file. * Makerules (check-abi-%, update-abi-%): New pattern rules. (update-abi, check-abi): New targets. * Makefile (+subdir_targets): Add subdir_{check,update}-abi. * Makerules (%.symlist): Use LC_ALL=C when running awk script.