Revert the previous change.

http://sourceware.org/ml/binutils-cvs/2009-08/msg00043.html
This commit is contained in:
Doug Kwan 2009-08-10 02:29:30 +00:00
parent b229017acf
commit b9f7d72d24
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -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