diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-19 08:27:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-19 08:27:55 +0000 |
commit | 9465949559fde25c36ce7116e92c8f256b08ad53 (patch) | |
tree | eeed3393ca2d8bb8a043f5ee8da405cbaa1b8cf3 /abilist/libthread_db.abilist | |
parent | 043ad426e7927a49a872e915c3cde88b682aea71 (diff) | |
download | glibc-9465949559fde25c36ce7116e92c8f256b08ad53.tar.gz |
* abilist: New directory of libfoo.abilist files maintained using
scripts/merge-abilist.awk and "make update-abi" rules.
* Makefile (distribute): Add abilist/*.abilist.
* Makerules [$(build-shared) = yes] [$(subdir)] (tests):
Depend on check-abi.
Diffstat (limited to 'abilist/libthread_db.abilist')
-rw-r--r-- | abilist/libthread_db.abilist | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/abilist/libthread_db.abilist b/abilist/libthread_db.abilist new file mode 100644 index 0000000000..4c8471a255 --- /dev/null +++ b/abilist/libthread_db.abilist @@ -0,0 +1,54 @@ +GLIBC_2.1.3 i.86-.*-linux.* ia64-.*-linux.* powerpc-.*-linux.* + GLIBC_2.1.3 A +GLIBC_2.1.3 i.86-.*-linux.* ia64-.*-linux.* powerpc-.*-linux.* +| GLIBC_2.2.5 x86_64-.*-linux.* + td_init F + td_log 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_tsd F + td_thr_validate F +GLIBC_2.2.3 i.86-.*-linux.* ia64-.*-linux.* powerpc-.*-linux.* + GLIBC_2.2.3 A +GLIBC_2.2.3 i.86-.*-linux.* ia64-.*-linux.* powerpc-.*-linux.* +| GLIBC_2.2.5 x86_64-.*-linux.* + td_symbol_list F +GLIBC_2.2.5 x86_64-.*-linux.* + GLIBC_2.2.5 A +GLIBC_2.3.3 i.86-.*-linux.* ia64-.*-linux.* powerpc-.*-linux.* x86_64-.*-linux.* + GLIBC_2.3.3 A + td_thr_tlsbase F +GLIBC_2.3 i.86-.*-linux.* ia64-.*-linux.* powerpc-.*-linux.* x86_64-.*-linux.* + GLIBC_2.3 A + td_thr_tls_get_addr F |