diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2019-01-14 08:30:19 +0100 |
---|---|---|
committer | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2019-01-23 09:47:28 +0100 |
commit | 6406a2701bda7437e879bff026adc8a5a94e87ff (patch) | |
tree | a588eda44bd53cdcd4a5a04ea0245ac270ffc3f1 /ld/ld.texi | |
parent | a7c9855d033996252fc55349fd3e01670cdd7943 (diff) | |
download | gdb-6406a2701bda7437e879bff026adc8a5a94e87ff.zip gdb-6406a2701bda7437e879bff026adc8a5a94e87ff.tar.gz gdb-6406a2701bda7437e879bff026adc8a5a94e87ff.tar.bz2 |
ld: Add LTO warning to --wrap documentation
ld/
* ld.texi (--wrap): Add warning that LTO may make this feature
ineffective.
Diffstat (limited to 'ld/ld.texi')
-rw-r--r-- | ld/ld.texi | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2411,6 +2411,9 @@ g (void) @} @end smallexample +Please keep in mind that with link-time optimization (LTO) enabled, your whole +program may be a translation unit. + @kindex --eh-frame-hdr @kindex --no-eh-frame-hdr @item --eh-frame-hdr |