*** empty log message ***
This commit is contained in:
parent
2772106215
commit
ddd3c53c3d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user