diff options
author | Dave Korn <dave.korn@artimi.com> | 2009-03-31 04:57:48 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2009-03-31 04:57:48 +0000 |
commit | adfd7328359958d6ad31521278cc5f44b96ae30c (patch) | |
tree | e574defce18f402955009652bb0a3705a1bc3d76 /gas | |
parent | c301e700671dcc1de4693ff638cd08aa3be5ecd5 (diff) | |
download | gdb-adfd7328359958d6ad31521278cc5f44b96ae30c.zip gdb-adfd7328359958d6ad31521278cc5f44b96ae30c.tar.gz gdb-adfd7328359958d6ad31521278cc5f44b96ae30c.tar.bz2 |
* doc/internals.texi: Fix trivial syntax errors.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/internals.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9f16080..3957744 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2009-03-31 Dave Korn <dave.korn.cygwin@gmail.com> + + * doc/internals.texi: Fix trivial syntax errors. + 2009-03-26 Alan Modra <amodra@bigpond.net.au> PR 10005 diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi index 89e9198..1da6b1f 100644 --- a/gas/doc/internals.texi +++ b/gas/doc/internals.texi @@ -1145,7 +1145,7 @@ simple macro. This function is called to convert an ASCII string into a floating point value in format used by the CPU. It takes three arguments. The first is @var{type} which is a byte describing the type of floating point number to be created. It -is one of the characters defined in the @xref{FLT_CHARS} macro. Possible +is one of the characters defined in the @code{FLT_CHARS} macro. Possible values are @var{'f'} or @var{'s'} for single precision, @var{'d'} or @var{'r'} for double precision and @var{'x'} or @var{'p'} for extended precision. Either lower or upper case versions of these letters can be used. Note: some targets @@ -1309,12 +1309,12 @@ the subtrahend will be resolved and @code{fx_subsy} set to @code{NULL} for @w{@code{! SEG_NORMAL (@var{seg}) || TC_FORCE_RELOCATION (@var{fix})}} will be used. -@item TC_FORCE_RELOCATION_SUB_ABS (@var{fix}, @var{seg) +@item TC_FORCE_RELOCATION_SUB_ABS (@var{fix}, @var{seg}) @cindex TC_FORCE_RELOCATION_SUB_ABS Like @code{TC_FORCE_RELOCATION_SUB_SAME}, but used when the subtrahend is an absolute symbol. If the macro is undefined a default of @code{0} is used. -@item TC_FORCE_RELOCATION_SUB_LOCAL (@var{fix}, @var{seg) +@item TC_FORCE_RELOCATION_SUB_LOCAL (@var{fix}, @var{seg}) @cindex TC_FORCE_RELOCATION_SUB_LOCAL Like @code{TC_FORCE_RELOCATION_SUB_ABS}, but the subtrahend is a symbol in the same section as the fixup. |