~ubuntu-branches/debian/experimental/binutils/experimental

« back to all changes in this revision

Viewing changes to gold/incremental.cc

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-07-31 22:20:22 UTC
  • mfrom: (1.7.10)
  • Revision ID: package-import@ubuntu.com-20120731222022-0anxbeg8at8rnrx1
Tags: 2.22.90.20120731-1
New upstream snapshot (taken from the 2.23 branch).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2728
2728
  elfcpp::Sym<size, big_endian> sym(symbuf);
2729
2729
  elfcpp::Sym_write<size, big_endian> osym(symbuf);
2730
2730
 
2731
 
  typedef typename elfcpp::Elf_types<size>::Elf_WXword Elf_size_type;
2732
 
 
2733
2731
  unsigned int nsyms = this->input_reader_.get_global_symbol_count();
2734
2732
  this->symbols_.resize(nsyms);
2735
2733