|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] symbols: drop symbols-dummy.c
commit 9dc90fd48d56013aa1e62e0c33f1155b18035176
Author: Jan Beulich <jbeulich@xxxxxxxx>
AuthorDate: Mon Dec 8 15:29:39 2025 +0100
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Mon Dec 8 15:51:20 2025 +0100
symbols: drop symbols-dummy.c
No architecture using it anymore, we can as well get rid of it.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
docs/misra/exclude-list.json | 4 ----
xen/common/Makefile | 2 --
xen/common/symbols-dummy.c | 24 ------------------------
3 files changed, 30 deletions(-)
diff --git a/docs/misra/exclude-list.json b/docs/misra/exclude-list.json
index 2567e8467c..388397dd3b 100644
--- a/docs/misra/exclude-list.json
+++ b/docs/misra/exclude-list.json
@@ -169,10 +169,6 @@
"rel_path": "common/zstd/*",
"comment": "Imported from Linux, ignore for now"
},
- {
- "rel_path": "common/symbols-dummy.c",
- "comment": "The resulting code is not included in the final Xen
binary, ignore for now"
- },
{
"rel_path": "crypto/*",
"comment": "Origin is external and documented in
crypto/README.source"
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 0c7d0f5d46..8486c0b510 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -74,8 +74,6 @@ ifneq ($(CONFIG_PV_SHIM_EXCLUSIVE),y)
obj-y += domctl.o
endif
-extra-y := symbols-dummy.o
-
obj-$(CONFIG_COVERAGE) += coverage/
obj-y += sched/
obj-$(CONFIG_UBSAN) += ubsan/
diff --git a/xen/common/symbols-dummy.c b/xen/common/symbols-dummy.c
deleted file mode 100644
index 57817c504b..0000000000
--- a/xen/common/symbols-dummy.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * symbols-dummy.c: dummy symbol-table definitions for the inital partial
- * link of the hypervisor image.
- */
-
-#include "symbols.h"
-
-#ifdef SYMBOLS_ORIGIN
-const unsigned int symbols_offsets[1];
-#else
-const unsigned long symbols_addresses[1];
-#endif
-const unsigned int symbols_num_addrs;
-const unsigned char symbols_names[1];
-
-#ifdef CONFIG_FAST_SYMBOL_LOOKUP
-const unsigned int symbols_num_names;
-const struct symbol_offset symbols_sorted_offsets[1];
-#endif
-
-const uint8_t symbols_token_table[1];
-const uint16_t symbols_token_index[1];
-
-const unsigned int symbols_markers[1];
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |