This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [rfc] Replace macros by gdbarch functions in gdbint manual


> Date: Thu, 28 Jun 2007 11:39:44 +0200
> From: Markus Deuling <deuling@de.ibm.com>
> CC: Daniel Jacobowitz <drow@false.org>, gdb-patches@sourceware.org,
>         uweigand@de.ibm.com
> 
> Ok, I added "is non-zero".

Thanks.

One last request (you can commit this after fixing the problem I show
below, without a need for any further approvals):

> +Number of bits in a long long integer; defaults to @code{2 * gdbarch_long_bit
> + (@var{gdbarch})}.

Please find all the occurrences of @code with whitespace inside the
braces, such as in the above snippet, and enclose it in @w, like this:

 +Number of bits in a long long integer; defaults to @w{@code{2 * gdbarch_long_bit
 + (@var{gdbarch})}}.

This is to prevent TeX from breaking up the argument of @code between
two lines, since it's a single expression.

Thanks again for working on this.


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