diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2006-09-08 13:43:54 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2006-09-08 13:43:54 +0000 |
commit | 0b8a70d9a0e7ded8fefcd7411947d1c7a49ca1fb (patch) | |
tree | ddbe7e3bcd1ac50aff9bb9df5bc2a79d64bcb606 /ld | |
parent | c782d94cd1b8251b3e9212fd1b3b6ad6b78f2fa4 (diff) | |
download | gdb-0b8a70d9a0e7ded8fefcd7411947d1c7a49ca1fb.zip gdb-0b8a70d9a0e7ded8fefcd7411947d1c7a49ca1fb.tar.gz gdb-0b8a70d9a0e7ded8fefcd7411947d1c7a49ca1fb.tar.bz2 |
2006-09-08 H.J. Lu <hongjiu.lu@intel.com>
* ld.texinfo: Document --dynamic-list-cpp-typeinfo.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/ld.texinfo | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1da5d7f..8151912 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2006-09-08 H.J. Lu <hongjiu.lu@intel.com> + + * ld.texinfo: Document --dynamic-list-cpp-typeinfo. + 2006-09-07 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (CXX): Set to g++. diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 283ee08..baff245 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1143,6 +1143,10 @@ which support shared libraries. The format of the dynamic list is the same as the version node without scope and node name. See @ref{VERSION} for more information. +@kindex --dynamic-list-cpp-typeinfo +@item --dynamic-list-cpp-typeinfo +Provide the builtin dynamic list for C++ runtime type identification. + @kindex --check-sections @kindex --no-check-sections @item --check-sections |