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: PR shlibs/11293: gdb is broken on Linux/i386


On Wed, Feb 17, 2010 at 12:10:31PM -0800, H.J. Lu wrote:
> -	    if (addr_bit < (sizeof (ULONGEST) * HOST_CHAR_BIT))
> +	    if (addr_bit < (sizeof (CORE_ADDR) * HOST_CHAR_BIT))
>  	      {
>  		CORE_ADDR space_size = (ULONGEST) 1 << addr_bit;

Please change this line also.

-- 
Daniel Jacobowitz
CodeSourcery


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