Browse Source

2007-11-06 Dave Brolley <brolley@redhat.com>


			
			
				gdb_6_8-branch
			
			
		
Jeff Johnston 19 years ago
parent
commit
c8853ef701
  1. 4
      libgloss/ChangeLog
  2. 4
      libgloss/syscall.h

4
libgloss/ChangeLog

@ -1,3 +1,7 @@
2007-11-06 Dave Brolley <brolley@redhat.com>
* syscall.h (SYS_reconfig): New macro.
2007-10-11 Ulrich Weigand <uweigand@de.ibm.com>
* spu/crt0.S: Fix so element one of register one is correctly set

4
libgloss/syscall.h

@ -51,4 +51,8 @@
#define SYS_argc 22
#define SYS_argnlen 23
#define SYS_argn 24
/* SID simulator runtime reconfiguration. */
#define SYS_reconfig 25
#endif

Loading…
Cancel
Save