mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
*** empty log message ***
This commit is contained in:
@@ -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>
|
2009-08-06 Sriraman Tallam <tmsriram@google.com>
|
||||||
|
|
||||||
* x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
|
* 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.
|
// Not used for dynobj.
|
||||||
uint64_t
|
uint64_t
|
||||||
do_section_entsize(unsigned int )
|
do_section_entsize(unsigned int )
|
||||||
{ gold_unreachable(); }
|
{ gold_unreachable(); return 0; }
|
||||||
|
|
||||||
// Return section address.
|
// Return section address.
|
||||||
uint64_t
|
uint64_t
|
||||||
|
|||||||
Reference in New Issue
Block a user