-
- Downloads
Index: ChangeLog
2005-05-31 Geoffrey Keating <geoffk@geoffk.org> * config/rs6000/rs6000.md (sync_boolcshort_internal): New. * config/rs6000/rs6000.c (rs6000_emit_sync): Shift count must be complemented for big-endian. Mask for AND must be rotated, not shifted. Handle short operands with NOT on the memory operation. Index: testsuite/ChangeLog 2005-05-31 Geoffrey Keating <geoffk@geoffk.org> * lib/target-supports.exp (check_effective_target_sync_char_short): New. * gcc.dg/sync-2.c: New. From-SVN: r100418
Showing
- gcc/ChangeLog 8 additions, 0 deletionsgcc/ChangeLog
- gcc/config/rs6000/rs6000.c 18 additions, 3 deletionsgcc/config/rs6000/rs6000.c
- gcc/config/rs6000/rs6000.md 17 additions, 0 deletionsgcc/config/rs6000/rs6000.md
- gcc/testsuite/ChangeLog 9 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.dg/sync-2.c 99 additions, 0 deletionsgcc/testsuite/gcc.dg/sync-2.c
Loading
Please register or sign in to comment