New file, made out of files from libiberty in binutils.
authorSoren Sandmann <sandmann@redhat.com>
Sun, 20 Aug 2006 04:32:12 +0000 (04:32 +0000)
committerSøren Sandmann Pedersen <ssp@src.gnome.org>
Sun, 20 Aug 2006 04:32:12 +0000 (04:32 +0000)
commit6c7afad3ff9fb75a234a72591931d0e124771f07
treeef5c09dd85729e79d22ab8cc70c0119c9d32902a
parent8967b3148cba5ff2d8b0ddfc72873a46eb9fc8e0
New file, made out of files from libiberty in binutils.

2006-08-20  Soren Sandmann  <sandmann@redhat.com>

* Makefile.am, demangle.c: New file, made out of files from
libiberty in binutils.

* binfile.c: Use the new sysprof_cplus_demangle() function

* elfparser.[ch]: Add code to lookup symbols. Add demangling
function

* testelf.c: Various tests
ChangeLog
Makefile.am
binfile.c
demangle.c [new file with mode: 0644]
elfparser.c
elfparser.h
testelf.c