aboutsummaryrefslogtreecommitdiff
path: root/gold/attributes.cc
AgeCommit message (Collapse)AuthorFilesLines
2009-12-292009-12-28 Chris Demetriou <cgd@google.com>Chris Demetriou1-1/+1
* attributes.cc (Output_attributes_section_data::do_write): Use std::vector::front rather than std::vector::data.
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-12/+13
2009-12-11 Doug Kwan <dougkwan@google.com> 2009-12-11 Nick Clifton <nickc@redhat.com> * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
2009-12-122009-12-11 Doug Kwan <dougkwan@google.com>Doug Kwan1-13/+12
* arm.cc (Target_arm::do_finalize_sections): Fix build breakage due to -Wshadow. * attributes.cc (Object_attribute::size): Ditto. (Attributes_section_data::size): Ditto. (Attributes_section_data::Attributes_section_data): Ditto. (Output_attributes_section_data::do_write): Ditto. * attributes.h (Object_attribute::set_type): Ditto. * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
2009-12-092009-12-08 Doug Kwan <dougkwan@google.com>Doug Kwan1-0/+458
* Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc. (HFILES): Add attributes.h and int_encoding.h. * Makefile.in: Regenerate. * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move function definitions to int_encoding.cc * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move prototypes to int_encoding.h * reduced_debug_output.cc (int_encoding.h): New include. (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move function definitions to int_encoding.cc (insert_into_vector, read_from_pointer): Move template definitions to int_encoding.h * attributes.cc: New file. * attributes.h: New file. * int_encoding.cc: New file. * int_encoding.h: New file.