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: gdb 7.6: Fix info mem command for 32 bits host/64 bits target


On 06/27/2013 09:19 AM, Udma Catalin-Dan-B32721 wrote:
> Hi,
> Re-sending the patch including: bug entry, changeLog and the patch.
> 
> Regards,
> Catalin
> 
> 
> Bug entry:
> http://sourceware.org/bugzilla/show_bug.cgi?id=15684 
> 
> 
> gdb/ChangeLog:
> 
> 2013-06-26  Catalin Udma  <catalin.udma@freescale.com>
> 
> 	* memattr.c (mem_info_command): Fix info mem command
> 	for 32 bits host/64 bits target by removing incorrect cast

ChangeLog entries say "what" changed.  It also includes the PR
associated with the patch.  I.e., write:

2013-06-26  Catalin Udma  <catalin.udma@freescale.com>

	PR gdb/15684
 	* memattr.c (mem_info_command): Remove "unsigned long" casts.

OK with that change.

Thanks,
-- 
Pedro Alves


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