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] gdb: fix sparc memcpy fortify error


On Friday 19 March 2010 05:25:49 Mark Kettenis wrote:
> Does it help if you replace
> 
> >    gdb_assert (!(sparc_floating_p (type) && len == 16));
> 
> with
> 
>      gdb_assert (len <= 8);

yes, that works on my system
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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