Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-selective / 4.cc
index 02864a731cd93111b411d11eaa02d56e41c0f7da..f4fc21ca15acb0739b7e9fa56ecde0f4e3a4c951 100644 (file)
@@ -15,6 +15,7 @@ struct B : public A
 void B::foo() { }                      // lose
 
 void _start() __asm__("_start");       // keep
+void start() __asm__("start"); // some toolchains use this name.
 
 A a;                                   // keep
 B b;
@@ -25,4 +26,9 @@ void _start()
   getme()->bar();
 }
 
+void start ()
+{
+  _start ();
+}
+
 extern "C" void __main() { }
This page took 0.0233 seconds and 4 git commands to generate.