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: PATCH: Document i386 target features


> Date: Mon, 8 Feb 2010 11:13:00 -0800
> From: "H.J. Lu" <hjl.tools@gmail.com>
> Cc: gdb-patches@sourceware.org
> 
> Will it be OK to install?

Yes, but...

> +@itemize @minus
> +@samp{eax} through @samp{edi} plus @samp{eip} for i386

You forgot @item line after the @itemize line.

That's why the first line in the result lacks the dash:

> It should describe the following registers:
> 
>      `eax' through `edi' plus `eip' for i386
> 
>    - `rax' through `r15' plus `rip' for amd64

> +@itemize @minus
> +@samp{xmm0} through @samp{xmm7} for i386

And here as well.

Okay with these two changes.

Thanks.


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