diff options
author | Ian Lance Taylor <iant@google.com> | 2006-09-26 21:53:18 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2006-09-26 21:53:18 +0000 |
commit | b3168e9da370d45ebe57989d9ef2774b7e791c13 (patch) | |
tree | fd2fe4869a9cabed88409ef210c1fcd42da0ef2d /gold/layout.h | |
parent | 274e99f9ae3f56ab0364b3d0947b91deeb3528e1 (diff) | |
download | gdb-b3168e9da370d45ebe57989d9ef2774b7e791c13.zip gdb-b3168e9da370d45ebe57989d9ef2774b7e791c13.tar.gz gdb-b3168e9da370d45ebe57989d9ef2774b7e791c13.tar.bz2 |
gcc 4.1.0 portability fixes.
Diffstat (limited to 'gold/layout.h')
-rw-r--r-- | gold/layout.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gold/layout.h b/gold/layout.h index 527d2da..89ad8c4 100644 --- a/gold/layout.h +++ b/gold/layout.h @@ -154,8 +154,7 @@ class Layout // Return whether SEG1 comes before SEG2 in the output file. static bool - Layout::segment_precedes(const Output_segment* seg1, - const Output_segment* seg2); + segment_precedes(const Output_segment* seg1, const Output_segment* seg2); // Map from section flags to segment flags. static elfcpp::Elf_Word |