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] alpha: Use ssize_t to allocate space on stack


On Fri, 28 Sep 2012 10:29:13 +0200, Jan wrote:
> >    /* The ABI places the address of the called function in T12.  */
> 
> At line 409 is also code:
>        m_arg->len = TYPE_LENGTH (arg_type);
> 
> This is unsafe with extended TYPE_LENGTH width, because LONGEST >
> ssize_t.
> 

OK.  The patch is now part of the bitpos patches, so we can ignore this.

Thanks,
Siddhesh


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