* ld-cris: New testsuite directory.
[deliverable/binutils-gdb.git] / ld / ld.texinfo
index 1967ef5d99b5b48d51b9b14ee4fec5fba932a267..1069d0374675268ae6d4732b6b3f333f6d1b3697 100644 (file)
@@ -689,6 +689,8 @@ Post link analysis and optimization tools may need this information in
 order to perform correct modifications of executables.  This results
 in larger executables.
 
+This option is currently only supported on ELF platforms.
+
 @cindex partial link
 @cindex relocatable output
 @kindex -r
@@ -3685,6 +3687,15 @@ they might suggest to the person reading them.  The @samp{2.0} version
 could just as well have appeared in between @samp{1.1} and @samp{1.2}.
 However, this would be a confusing way to write a version script.
 
+Node name can be omited, provided it is the only version node
+in the version script.  Such version script doesn't assign any versions to
+symbols, only selects which symbols will be globally visible out and which
+won't.
+
+@smallexample
+@{ global: foo; bar; local: *; @}
+@end smallexample
+
 When you link an application against a shared library that has versioned
 symbols, the application itself knows which version of each symbol it
 requires, and it also knows which version nodes it needs from each
This page took 0.022651 seconds and 4 git commands to generate.