Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | |
2019-09-19 | S390: Use _HP_TIMING_S390_H instead of _HP_TIMING_H. | Stefan Liebler | |
Use macro _HP_TIMING_S390_H instead of _HP_TIMING_H in s390 specific hp-timing.h ChangeLog: * sysdeps/s390/hp-timing.h (_HP_TIMING_H): Undefine. (_HP_TIMING_S390_H): Define. | |||
2019-09-18 | S390: Add support for HP_TIMING_NOW. | Stefan Liebler | |
This patch adds support for HP_TIMING_NOW if we build at least with -march=z10 -mzarch. Otherwise we are still using the generic hp-timing.h. ChangeLog: * sysdeps/s390/hp-timing.h: New file. |