commit | 488e57dadf4e1c760ea58fc1a9c9e8ea0b442d8a | [log] [tgz] |
---|---|---|
author | Sam Leffler <sleffler@google.com> | Mon Nov 18 09:03:18 2024 -0800 |
committer | Sam Leffler <sleffler@google.com> | Mon Nov 18 21:25:29 2024 +0000 |
tree | cc4b652f2148272c078f16a8e17c53744aa91890 | |
parent | 40f87e7342c7be83a65e9167270f9ea1da95d758 [diff] |
CHERIoT: fix test_rom_cheri.ld syntax for v17 llvm Bypass-Presubmit-Reason: tested together with other cl's Change-Id: I12c5898a9c16ff4cc754063f8f20acb86aa99ab5
diff --git a/sw/device/lib/testing/test_rom/test_rom_cheri.ld b/sw/device/lib/testing/test_rom/test_rom_cheri.ld index f55e26a..c422f5e 100644 --- a/sw/device/lib/testing/test_rom/test_rom_cheri.ld +++ b/sw/device/lib/testing/test_rom/test_rom_cheri.ld
@@ -78,7 +78,7 @@ /** * Immutable chip_info data, containing build-time-recorded information. */ - (*(.chip_info)) + *(.chip_info) } > rom /**