diff options
| author | Zach Clark <zach@ibm.com> | 2019-05-01 11:18:13 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-05-13 09:10:45 -0500 |
| commit | 6a2bedba84d0cc0b4a8837341e516a491218b729 (patch) | |
| tree | 97b465ab89b43692408a5d2329ff7fdb6a65f185 /src/include/arch | |
| parent | 06d0a08aa27fa9e28cc300fbd2814fd9b84d59cf (diff) | |
| download | blackbird-hostboot-6a2bedba84d0cc0b4a8837341e516a491218b729.tar.gz blackbird-hostboot-6a2bedba84d0cc0b4a8837341e516a491218b729.zip | |
Developer Improvement: Get code coverage tool working with Hostboot
This commit fixes GCOV code coverage for P9 with GCC 4.9.2
Change-Id: Ie1e7c35f67414531dbd6e7a771ac1529a9ebd59d
RTC: 208351
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76812
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/arch')
| -rw-r--r-- | src/include/arch/ppc.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/arch/ppc.H b/src/include/arch/ppc.H index 81c49eb4f..b0c076d0a 100644 --- a/src/include/arch/ppc.H +++ b/src/include/arch/ppc.H @@ -514,6 +514,7 @@ enum MAGIC_TOGGLE_OUTPUT = 7023, // Enable simic log capture MAGIC_CONTINUOUS_TRACE = 7055, // extract mixed trace buffer + MAGIC_GCOV_MODULE_UNLOAD = 7056, // extract gcov info // 8000-8999 are defined by the Simics CEC team |

