[PATCH] Add new script add-abilist.py
Florian Weimer
fweimer@redhat.com
Fri Mar 6 10:24:00 GMT 2015
On 03/05/2015 11:06 PM, Carlos O'Donell wrote:
> I'm arguing Florian's script is 50% of a solution. I've had to update
> the abi files and it's annoying. Similarly Florian probably has also.
>
> You really want:
>
> (a) `make all-update-abi` to propagate `make update-abi` changes to all
> machine abis.
Can we change the format of the abi-list file so that it is a list of
rows, with space-separated columns
<version> <symbol> <flags/size>
? Then I can write the diffing and merging logic just with sort and
comm. With the current format, I'd have to write another Python script
(or learn awk).
--
Florian Weimer / Red Hat Product Security
More information about the Libc-alpha
mailing list