glibc/nptl_db
Florian Weimer 3640654575 nptl_db: Re-use the ELF-to-abilist converter for ABI checking
The previous approach uses readelf -DWs, which does not produce
a stable output format (older binutils versions do not include
symbol version information).  This commit re-uses scripts/abilist.awk
with a tweak to include GLIBC_PRIVATE symbols.  This awk script
is based on objdump -T output, which appears to be stable over time.

Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
2021-06-29 22:17:08 +02:00
..
db-symbols.awk nptl_db: Re-use the ELF-to-abilist converter for ABI checking 2021-06-29 22:17:08 +02:00
db-symbols.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
db_info.c nptl: Move __nptl_initial_report_events into ld.so/startup code 2021-05-17 10:04:06 +02:00
fetch-value.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
Makefile nptl_db: Re-use the ELF-to-abilist converter for ABI checking 2021-06-29 22:17:08 +02:00
shlib-versions Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
structs.def nptl: Rename nptl_version to __nptl_version 2021-06-28 14:34:48 +02:00
td_init.c nptl_db: Support different libpthread/ld.so load orders (bug 27744) 2021-04-21 11:50:43 +02:00
td_log.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_symbol_list.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_ta_clear_event.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_ta_delete.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_ta_enable_stats.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_ta_event_addr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_ta_event_getmsg.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_ta_get_nthreads.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_ta_get_ph.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_ta_get_stats.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_ta_map_id2thr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_ta_map_lwp2thr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_ta_new.c nptl: Rename nptl_version to __nptl_version 2021-06-28 14:34:48 +02:00
td_ta_reset_stats.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_ta_set_event.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_ta_setconcurrency.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_ta_thr_iter.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_ta_tsd_iter.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_clear_event.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_dbresume.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_dbsuspend.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_event_enable.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_event_getmsg.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_get_info.c nptl: Move __nptl_initial_report_events into ld.so/startup code 2021-05-17 10:04:06 +02:00
td_thr_getfpregs.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_getgregs.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_getxregs.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_getxregsize.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_set_event.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_setfpregs.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_setgregs.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_setprio.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_setsigpending.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_setxregs.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_sigsetmask.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_tls_get_addr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_tlsbase.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_tsd.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
td_thr_validate.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
thread_dbP.h nptl: Move pthreadP.h into sysdeps directory 2021-06-22 09:51:10 +02:00
Versions 2003-03-15 Roland McGrath <roland@redhat.com> 2003-03-15 23:55:23 +00:00