Revert the previous change.
http://sourceware.org/ml/binutils-cvs/2009-08/msg00043.html
This commit is contained in:
parent
b229017acf
commit
b9f7d72d24
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-08-09 Doug Kwan <dougkwan@google.com>
|
||||
|
||||
* dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
|
||||
patch.
|
||||
|
||||
2009-08-07 Sriraman Tallam <tmsriram@google.com>
|
||||
* dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
|
||||
compiler warnings.
|
||||
|
|
|
@ -201,7 +201,7 @@ class Sized_dynobj : public Dynobj
|
|||
// Not used for dynobj.
|
||||
uint64_t
|
||||
do_section_entsize(unsigned int )
|
||||
{ gold_unreachable(); return 0; }
|
||||
{ gold_unreachable(); }
|
||||
|
||||
// Return section address.
|
||||
uint64_t
|
||||
|
|
Loading…
Reference in a new issue