Does this patch break older executables? It seems to me that if it used to work with the old value, there may still be some programs around that expect the older value...
On Mon, Mar 25, 2013 at 5:46 PM, Nilay Vaish <ni...@cs.wisc.edu> wrote: > On Mon, 25 Mar 2013, Michael Levenhagen wrote: > > Has it been determined that this change is correct? If yes is it going to >> be committed? >> >> Mike >> >> diff -r b6a47b43f4df src/arch/x86/process.cc >> --- a/src/arch/x86/process.cc Mon Mar 18 11:24:56 2013 +0100 >> +++ b/src/arch/x86/process.cc Mon Mar 25 09:46:20 2013 -0600 >> @@ -98,7 +98,7 @@ >> vsyscallPage.base = 0xffffffffff600000ULL; >> vsyscallPage.size = VMPageSize; >> vsyscallPage.vtimeOffset = 0x400; >> - vsyscallPage.**vgettimeofdayOffset = 0x410; >> + vsyscallPage.**vgettimeofdayOffset = 0x0; >> >> > After digging through the kernel and the glibc code, I just convinced my > self that this change is correct. If some one wants to cross check, then > he/she can read the file sysdeps/unix/sysv/linux/x86_**64/gettimeofday.c > in the source tree of glibc. > > I suggest that you submit a patch on the review board. > > > > -- > Nilay > ______________________________**_________________ > gem5-dev mailing list > gem5-dev@gem5.org > http://m5sim.org/mailman/**listinfo/gem5-dev<http://m5sim.org/mailman/listinfo/gem5-dev> > _______________________________________________ gem5-dev mailing list gem5-dev@gem5.org http://m5sim.org/mailman/listinfo/gem5-dev