diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-28 17:36:47 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-28 17:36:47 +0000 |
commit | da3b79687369b263422252e3cdc10964e69b0a87 (patch) | |
tree | 56e7a48916bf7ae3b2e8f20f130737c82752650a /libitm/ChangeLog | |
parent | cbf558eca65a821eee1be1ada368a06c52af253b (diff) | |
download | gcc-da3b79687369b263422252e3cdc10964e69b0a87.tar.gz |
* config/linux/x86/futex_bits.h (sys_futex0) [__x86_64__]: Change
operands "op" and "val" to int.
* config/linux/sh/futex_bits.h (sys_futex0) Change operands
"op" and "val" to int.
* config/linux/alpha/futex_bits.h (sys_futex0) Change operands
"op" and "val" to int.
* config/linux/futex.cc (gtm_futex_wait, gtm_futex_wake):
Declare as static int.
(FUTEX_PRIVATE_FLAG): Remove L suffix.
* config/linux/futex_bits.h (sys_futex0) Change operand "op" to int.
Revert:
* config/linux/x86/futex.h (sys_futex0) [!__x86_64__]:
Change operand "op" to long.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223844 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libitm/ChangeLog')
-rw-r--r-- | libitm/ChangeLog | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/libitm/ChangeLog b/libitm/ChangeLog index 91f1dd04392..d745b54816b 100644 --- a/libitm/ChangeLog +++ b/libitm/ChangeLog @@ -1,8 +1,29 @@ 2015-05-27 Uros Bizjak <ubizjak@gmail.com> - * config/linux/x86/futex_bits.h (sys_futex0) [!__x86_64__]: - Change operand "op" to long. - [__PIC__]: Remove sys_futex0 function. + * config/linux/x86/futex_bits.h (sys_futex0) [__x86_64__]: Change + operands "op" and "val" to int. + +2015-05-27 Uros Bizjak <ubizjak@gmail.com> + + * config/linux/sh/futex_bits.h (sys_futex0) Change operands + "op" and "val" to int. + +2015-05-27 Uros Bizjak <ubizjak@gmail.com> + + * config/linux/alpha/futex_bits.h (sys_futex0) Change operands + "op" and "val" to int. + +2015-05-27 Uros Bizjak <ubizjak@gmail.com> + + * config/linux/futex.cc (gtm_futex_wait, gtm_futex_wake): + Declare as static int. + (FUTEX_PRIVATE_FLAG): Remove L suffix. + * config/linux/futex_bits.h (sys_futex0) Change operand "op" to int. + +2015-05-27 Uros Bizjak <ubizjak@gmail.com> + + * config/linux/x86/futex_bits.h (sys_futex0) [__PIC__]: Remove + sys_futex0 function. 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com> |