This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gold patch committed: Fix x86_64 Linux kernel build




Ian Lance Taylor wrote:
I committed this patch to gold to fix the x86_64 Linux kernel build.

Hi Ian, sorry my ignorance, question about:


+// Create automatic note sections.
+
+void
+Layout::create_notes()
+{
+  this->create_gold_note();
+  this->create_executable_stack_info();
+  this->create_build_id();
+}
+

Do those methods have a global version, so that's why you have to explicit this-> ?

Daniel.


-- Daniel Gutson CodeSourcery dgutson@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]