Revert the previous change.
authorDoug Kwan <dougkwan@google.com>
Mon, 10 Aug 2009 02:29:30 +0000 (02:29 +0000)
committerDoug Kwan <dougkwan@google.com>
Mon, 10 Aug 2009 02:29:30 +0000 (02:29 +0000)
http://sourceware.org/ml/binutils-cvs/2009-08/msg00043.html

gold/ChangeLog
gold/dynobj.h

index ec11fc5b2b7d80bf3d3bebff0e95029ae27d6184..b71bc6cb0948753c85b1281a51886c4918af2538 100644 (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.
index d52974f486d61bd66437e1c9d54f01c06ceb59d7..a15e2a43238dc1d447dece1818fc79eb201ae128 100644 (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
This page took 0.028578 seconds and 4 git commands to generate.