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 1/1] Fix broken GDB build after adding Bound table support for i386.


> 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


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