Skip to content
  1. Nov 10, 2010
  2. Nov 09, 2010
  3. Nov 08, 2010
  4. Nov 07, 2010
  5. Nov 05, 2010
  6. Nov 04, 2010
  7. Nov 02, 2010
  8. Nov 01, 2010
  9. Oct 31, 2010
  10. Oct 30, 2010
    • Rafael Espindola's avatar
      Be more strict on when we produce an undefined reference. In gas a file with · 45834a00
      Rafael Espindola authored
      just
      
      .type   foo,@object
      
      will produce an undefined reference to foo. On the other hand, a file with
      just
      
      .weakref bar, foo
      
      will not. It is somewhat hard to support both in MC since both statements
      should create the symbols. It should be possible if we really need to by
      adding to the flags, but hopefully that is not necessary.
      
      With this patch we do not produce a undefined reference in any of those cases.
      The assembly file needs an actual use for the undefined reference to be
      present.
      
      This is in preparation for a patch implementing .weakref.
      
      llvm-svn: 117735
      45834a00
  11. Oct 28, 2010
  12. Oct 27, 2010
Loading