From 341657659fd4276ad14cc9ece9e5ef5ba0408aa5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 6 Mar 1998 11:02:51 +0000 Subject: [PATCH] Add a script to list all symbols in the debug libraries. git-svn-id: https://svn.dealii.org/trunk@30 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/lib/symbols | 1 + 1 file changed, 1 insertion(+) create mode 100755 deal.II/deal.II/lib/symbols diff --git a/deal.II/deal.II/lib/symbols b/deal.II/deal.II/lib/symbols new file mode 100755 index 0000000000..ca6416b17c --- /dev/null +++ b/deal.II/deal.II/lib/symbols @@ -0,0 +1 @@ +nm *.g.a | c++filt | perl -pi -e 's/.{8} . (.*)/$1/;' | sort -- 2.39.5