Add initial support for handling gnu style pubnames accepted by some
authorEric Christopher <echristo@gmail.com>
Fri, 13 Sep 2013 00:35:05 +0000 (00:35 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 13 Sep 2013 00:35:05 +0000 (00:35 +0000)
commit8f1a9299de0333c8c310b7580ea63ba5b7a3c400
tree40132d335c7326d6c6092d5abae513490d58c08f
parent5704d640abd96f8614ad4be555fcf1049c500bcd
Add initial support for handling gnu style pubnames accepted by some
versions of gold. This support is designed to allow gold to produce
gdb_index sections similar to the accelerator tables and consumable
by gdb.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190649 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Dwarf.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
test/DebugInfo/X86/gnu-public-names.ll [new file with mode: 0644]