commit | 5fe7b6e2be1de7e77c183e221641387eab187f94 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Jul 11 06:17:35 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Jul 11 06:17:35 2005 +0000 |
tree | dd6fa3afa694f17a9f8d1ad39c5f0d870e9584de | |
parent | f0cf1b7e5f7b621c5271cdcdfda598fb5eedf50a [diff] |
Emit a symbol table entry for each function we output to the ELF file. This allows objdump to know which function we are emitting to: 00000000 <foo>: <---- 0: b8 01 00 00 00 mov $0x1,%eax 5: 03 44 24 04 add 0x4(%esp,1),%eax 9: c3 ret ... and allows .o files to be useful for linking :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22378 91177308-0d34-0410-b5e6-96231b3b80d8