diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-01-05 11:51:40 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-01-05 11:51:40 -0800 |
commit | 8acecab0b0e11e1e0763302daa9766f85084737e (patch) | |
tree | 308d004c2366da7bba9bdcb952a8f65b970727ac | |
parent | d4be21dce768ba5cddc300544a4953748187982c (diff) | |
download | gdb-8acecab0b0e11e1e0763302daa9766f85084737e.zip gdb-8acecab0b0e11e1e0763302daa9766f85084737e.tar.gz gdb-8acecab0b0e11e1e0763302daa9766f85084737e.tar.bz2 |
doc: Replace =frame-interp with =frames-interp
The actual objdump and readelf option name is =frames-interp, not
=frames-interp.
PR binutils/28747
* doc/debug.options.texi: Replace =frame-interp with
=frames-interp.
-rw-r--r-- | binutils/doc/debug.options.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/doc/debug.options.texi b/binutils/doc/debug.options.texi index 3f0234a..dbe74ff 100644 --- a/binutils/doc/debug.options.texi +++ b/binutils/doc/debug.options.texi @@ -28,7 +28,7 @@ Displays the contents of the @samp{.debug_cu_index} and/or Display the raw contents of a @samp{.debug_frame} section. @item F -@item =frame-interp +@item =frames-interp Display the interpreted contents of a @samp{.debug_frame} section. @item g |