This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 1/1] Fix broken GDB build after adding Bound table support for i386.
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Walfred Tedeschi <walfred dot tedeschi at intel dot com>
- Cc: eliz at gnu dot org, gdb-patches at sourceware dot org
- Date: Wed, 10 Jun 2015 10:13:08 -0400
- Subject: Re: [PATCH 1/1] Fix broken GDB build after adding Bound table support for i386.
- Authentication-results: sourceware.org; auth=none
- References: <1433940196-22975-1-git-send-email-walfred dot tedeschi at intel dot com>
> Types used for some variables could not be used for 32 bits.
> This patch changes uses larger types to accommodate the biggest integer
> possible.
> Documentation was also affected, once a different version of texinfo the
> docs could not be build.
>
> 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
>
> * i386-tdep.c (i386_mpx_get_bt_entry): Exchange CORE_ADDR by
> ULONGEST.
>
> doc:
> gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
Can you post the error messages, so we can understand why this is
necessary? I'm also wondering whether you really want to return a
CORE_ADDR which is the sum of 2 ULONGEST now...
--
Joel