binutils-gdb/libsframe
Indu Bhagat 436bcab712 libsframe/doc: fix some warnings
'make pdf' in libsframe shows some warnings, some of which (especially
the Overfull warnings) are causing undesirable effects on the rendered
output.  Few examples of the warnings:

  Underfull \hbox (badness 10000) in paragraph at lines 406--407
   @texttt pauth_

  Underfull \hbox (badness 10000) in paragraph at lines 407--410
   @textrm Specify which key is used for signing the return

  ...

  Overfull \hbox (2.0987pt too wide) in paragraph at lines 412--413
   @texttt fdetype[]|

  ...

  Overfull \hbox (28.87212pt too wide) in paragraph at lines 446--447
   @textrm SFRAME[]FDE[]TYPE[]PCMASK|

  ...

This patch adjusts column widths of the affected cells to fix a subset
of these warnings.  For the rest of the warnings, use explicit newline
command to fix them.

libsframe/
	* doc/sframe-spec.texi: Fix various underfull and overfull
	warnings.
2023-01-24 10:08:14 -08:00
..
doc libsframe/doc: fix some warnings 2023-01-24 10:08:14 -08:00
testsuite Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
aclocal.m4
config.h.in
configure libsframe: Use AM_SILENT_RULES macro in configure.ac 2023-01-19 12:40:44 -08:00
configure.ac libsframe: Use AM_SILENT_RULES macro in configure.ac 2023-01-19 12:40:44 -08:00
Makefile.am Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
Makefile.in Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
sframe-dump.c libsframe: replace an strncat with strcat 2023-01-13 11:15:43 -08:00
sframe-error.c Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
sframe-impl.h Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
sframe.c sframe: fix the defined SFRAME_FRE_TYPE_*_LIMIT constants 2023-01-06 09:30:56 -08:00