This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Simplify the abilist format


On 10/29/2015 03:47 PM, Florian Weimer wrote:
> This picks up an old idea, which had some support at the time:
> 
>   <https://sourceware.org/ml/libc-alpha/2015-03/msg00255.html>
> 
> The new format lists the version on each line, as in:
> 
> 	VERSION SYMBOL TYPE [VALUE]
> 
> This makes it easier to process the files with line-oriented tools.
> 
> The abilist files were converted with this awk script:
> 
> /^[^ ]/ { version = $1 }
> /^ / { print version, substr($0, 2) }
> 
> And sorted under the "C" locale with sort.
> 
> (The patch does not contain the automatically-generated part.)
> 
> I checked that âmake update-abiâ still works.

Ping?  I need to add some symbols soon, and this would be a welcome
simplifications (together with the update-all-abi patch).

Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]