]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ctf: recurse_ctf() -> die_to_ctf()
authorNick Alcock <nick.alcock@oracle.com>
Wed, 29 Aug 2012 11:27:06 +0000 (12:27 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Mon, 29 Jun 2015 21:40:30 +0000 (22:40 +0100)
commiteb154adeb753339faaaa8cb609aaafdef8fe9427
treef6488e949e510ee0101f6856f03d67afca330be6
parent1589d5c3ab7934e9579112247393c62a10fb8f4d
ctf: recurse_ctf() -> die_to_ctf()

This function is badly named: sure, it's recursive, but so are half a dozen
other functions in dwarf2ctf.  Its callers do not care that it is recursive:
they care that its function is to translate a DWARF DIE to CTF.

So rename it accordingly.

Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
scripts/dwarf2ctf/dwarf2ctf.c