mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
PowerPC: Move powerpc64 timer_*.c out of nptl/
This commit is contained in:
parent
8464c2a110
commit
50a4081954
20
ChangeLog
20
ChangeLog
@ -1,5 +1,25 @@
|
|||||||
2014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
|
2014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
|
||||||
|
|
||||||
|
* nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
|
||||||
|
merge into ...
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
|
||||||
|
* nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
|
||||||
|
...
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
|
||||||
|
* nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
|
||||||
|
...
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
|
||||||
|
* nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
|
||||||
|
Moved ...
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
|
||||||
|
here.
|
||||||
|
* nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
|
||||||
|
Moved ...
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
|
||||||
|
* nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
|
||||||
|
Moved ...
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
|
* sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
|
||||||
conditional [RESET_PID].
|
conditional [RESET_PID].
|
||||||
* sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
|
* sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
librt {
|
|
||||||
GLIBC_2.3.3 {
|
|
||||||
# Changed timer_t.
|
|
||||||
timer_create; timer_delete; timer_getoverrun; timer_gettime;
|
|
||||||
timer_settime;
|
|
||||||
}
|
|
||||||
}
|
|
@ -23,3 +23,11 @@ libc {
|
|||||||
__ppc_get_timebase_freq;
|
__ppc_get_timebase_freq;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
librt {
|
||||||
|
GLIBC_2.3.3 {
|
||||||
|
# Changed timer_t.
|
||||||
|
timer_create; timer_delete; timer_getoverrun; timer_gettime;
|
||||||
|
timer_settime;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user