*** empty log message ***

This commit is contained in:
Sriraman Tallam 2009-08-07 18:48:44 +00:00
parent 2772106215
commit ddd3c53c3d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-08-07 Sriraman Tallam <tmsriram@google.com>
* dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
compiler warnings.
2009-08-06 Sriraman Tallam <tmsriram@google.com>
* x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a

View File

@ -201,7 +201,7 @@ class Sized_dynobj : public Dynobj
// Not used for dynobj.
uint64_t
do_section_entsize(unsigned int )
{ gold_unreachable(); }
{ gold_unreachable(); return 0; }
// Return section address.
uint64_t