From 8c77b6ad4063534fb1e5a6904217c4586060334a Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 29 Oct 2015 15:33:54 +0100 Subject: Simplify the abilist format 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. --- .../sysv/linux/x86_64/x32/libthread_db.abilist | 83 +++++++++++----------- 1 file changed, 41 insertions(+), 42 deletions(-) (limited to 'sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist') diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist b/sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist index 6ee3113a34..5d7031cf2f 100644 --- a/sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist +++ b/sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist @@ -1,42 +1,41 @@ -GLIBC_2.16 - GLIBC_2.16 A - td_init F - td_log F - td_symbol_list F - td_ta_clear_event F - td_ta_delete F - td_ta_enable_stats F - td_ta_event_addr F - td_ta_event_getmsg F - td_ta_get_nthreads F - td_ta_get_ph F - td_ta_get_stats F - td_ta_map_id2thr F - td_ta_map_lwp2thr F - td_ta_new F - td_ta_reset_stats F - td_ta_set_event F - td_ta_setconcurrency F - td_ta_thr_iter F - td_ta_tsd_iter F - td_thr_clear_event F - td_thr_dbresume F - td_thr_dbsuspend F - td_thr_event_enable F - td_thr_event_getmsg F - td_thr_get_info F - td_thr_getfpregs F - td_thr_getgregs F - td_thr_getxregs F - td_thr_getxregsize F - td_thr_set_event F - td_thr_setfpregs F - td_thr_setgregs F - td_thr_setprio F - td_thr_setsigpending F - td_thr_setxregs F - td_thr_sigsetmask F - td_thr_tls_get_addr F - td_thr_tlsbase F - td_thr_tsd F - td_thr_validate F +GLIBC_2.16 GLIBC_2.16 A +GLIBC_2.16 td_init F +GLIBC_2.16 td_log F +GLIBC_2.16 td_symbol_list F +GLIBC_2.16 td_ta_clear_event F +GLIBC_2.16 td_ta_delete F +GLIBC_2.16 td_ta_enable_stats F +GLIBC_2.16 td_ta_event_addr F +GLIBC_2.16 td_ta_event_getmsg F +GLIBC_2.16 td_ta_get_nthreads F +GLIBC_2.16 td_ta_get_ph F +GLIBC_2.16 td_ta_get_stats F +GLIBC_2.16 td_ta_map_id2thr F +GLIBC_2.16 td_ta_map_lwp2thr F +GLIBC_2.16 td_ta_new F +GLIBC_2.16 td_ta_reset_stats F +GLIBC_2.16 td_ta_set_event F +GLIBC_2.16 td_ta_setconcurrency F +GLIBC_2.16 td_ta_thr_iter F +GLIBC_2.16 td_ta_tsd_iter F +GLIBC_2.16 td_thr_clear_event F +GLIBC_2.16 td_thr_dbresume F +GLIBC_2.16 td_thr_dbsuspend F +GLIBC_2.16 td_thr_event_enable F +GLIBC_2.16 td_thr_event_getmsg F +GLIBC_2.16 td_thr_get_info F +GLIBC_2.16 td_thr_getfpregs F +GLIBC_2.16 td_thr_getgregs F +GLIBC_2.16 td_thr_getxregs F +GLIBC_2.16 td_thr_getxregsize F +GLIBC_2.16 td_thr_set_event F +GLIBC_2.16 td_thr_setfpregs F +GLIBC_2.16 td_thr_setgregs F +GLIBC_2.16 td_thr_setprio F +GLIBC_2.16 td_thr_setsigpending F +GLIBC_2.16 td_thr_setxregs F +GLIBC_2.16 td_thr_sigsetmask F +GLIBC_2.16 td_thr_tls_get_addr F +GLIBC_2.16 td_thr_tlsbase F +GLIBC_2.16 td_thr_tsd F +GLIBC_2.16 td_thr_validate F -- cgit 1.4.1