[patch][rfa] Add SYS_reconfig to libgloss/syscall.h

Jeff Johnston jjohnstn@redhat.com
Wed Nov 7 18:04:00 GMT 2007


Hmm, I think I like 0 better...  Just kidding. :)

Checked in with a slight modification to the comment.  Simplified to: 
/* SID simulator runtime reconfiguration. */

-- Jeff J.

Dave Brolley wrote:
> Here's the new patch. OK?
> 
> Dave
> 
> Jeff Johnston wrote:
> 
>> Please put it at the end of the list as opposed to using 0.
>>
>> -- Jeff J.
>>
> 
> ------------------------------------------------------------------------
> 
> 2007-11-06  Dave Brolley  <brolley@redhat.com>
> 
>         * syscall.h (SYS_reconfig): New macro.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> Index: libgloss/syscall.h
> ===================================================================
> RCS file: /cvs/src/src/libgloss/syscall.h,v
> retrieving revision 1.3
> diff -c -p -r1.3 syscall.h
> *** libgloss/syscall.h	8 Nov 2006 19:36:56 -0000	1.3
> --- libgloss/syscall.h	6 Nov 2007 21:16:01 -0000
> ***************
> *** 51,54 ****
> --- 51,58 ----
>   #define SYS_argc	 22
>   #define SYS_argnlen	 23
>   #define SYS_argn	 24
> + 
> + /* Used for runtime reconfiguration of SID, but could conceptually be used 
> +    on any platform as needed.  */
> + #define SYS_reconfig	 25
>   #endif



More information about the Newlib mailing list