This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [RFA] Update REG_STRUCT_HAS_ADDR doco


> Date: Sat, 22 Apr 2000 17:11:31 +1000
> From: Andrew Cagney <ac131313@cygnus.com>
>
> ! Optional function returning non-zero when the given @var{type} is be

You probably want to say "...the given @var{type} is to be passed..."
("to" is missing).

> ! passed by pointer rather than directly.  REG_STRUCT_HAS_ADDR_P is
> ! non-zero when the function is defined.
> ! 
> ! @deftypefn {Target Macro} int REG_STRUCT_HAS_ADDR_P (void)
> ! Predicate to calling REG_STRUCT_HAS_ADDR.  Returns non-zero when
> ! REG_STRUCT_HAS_ADDR has been defined.

You want the names REG_STRUCT_HAS_ADDR and REG_STRUCT_HAS_ADDR_P to
have the @code markup (when they are outside the @def* directives).

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]