This is the mail archive of the gdb-patches@sources.redhat.com 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] Eliminate CALL_DUMMY from Alpha target


At Sun, 20 Jan 2002 00:22:29 +0000 (UTC), "Jason R Thorpe" wrote:
> + /* On the Alpha, the call dummy code is nevery copied to user space
> +    (see alpha_fix_call_dummy() above).  The contents of this do not
> +    matter.  */
> + LONGEST alpha_call_dummy_words[] = { 0 };
> + 

Looks like one more (obvious) fix is needed: s/nevery/never/  8-)

(I'd check it in myself, but, just a couple of days ago i blew away by
writable gdb tree.  8-S)


chris


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