Chris Lattner 5fe7b6e2be 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
2005-07-11 06:17:35 +00:00
..
2005-07-08 03:08:58 +00:00
2005-06-24 18:00:40 +00:00
2005-07-08 03:08:58 +00:00
2005-07-07 23:21:43 +00:00
2005-07-11 02:49:16 +00:00
2005-07-07 23:21:43 +00:00
2005-07-08 03:08:58 +00:00
2005-06-18 18:34:52 +00:00