gold patch committed: Fix x86_64 Linux kernel build

Daniel Gutson dgutson@codesourcery.com
Thu Jun 25 04:21:00 GMT 2009



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



More information about the Binutils mailing list