[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/igc f969b5a0827 18/18: Remove IGC_OBJ_DUMPED_BLV
From: |
Gerd Moellmann |
Subject: |
scratch/igc f969b5a0827 18/18: Remove IGC_OBJ_DUMPED_BLV |
Date: |
Tue, 14 May 2024 04:02:10 -0400 (EDT) |
branch: scratch/igc
commit f969b5a0827058af9d4194654ebf10532ceb4970
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>
Remove IGC_OBJ_DUMPED_BLV
---
src/igc.c | 4 ----
src/igc.h | 1 -
2 files changed, 5 deletions(-)
diff --git a/src/igc.c b/src/igc.c
index cef08e14ef6..ca3036adff6 100644
--- a/src/igc.c
+++ b/src/igc.c
@@ -210,7 +210,6 @@ static const char *obj_type_names[] = {
"IGC_OBJ_DUMPED_OBJFWD",
"IGC_OBJ_DUMPED_BUFFER_OBJFWD",
"IGC_OBJ_DUMPED_KBOARD_OBJFWD",
- "IGC_OBJ_DUMPED_BLV",
};
igc_static_assert (ARRAYELTS (obj_type_names) == IGC_OBJ_LAST);
@@ -1262,7 +1261,6 @@ dflt_scanx (mps_ss_t ss, mps_addr_t base_start,
mps_addr_t base_limit,
case IGC_OBJ_DUMPED_OBJFWD:
case IGC_OBJ_DUMPED_BUFFER_OBJFWD:
case IGC_OBJ_DUMPED_KBOARD_OBJFWD:
- case IGC_OBJ_DUMPED_BLV:
break;
case IGC_OBJ_INVALID:
@@ -2619,7 +2617,6 @@ finalize (struct igc *gc, mps_addr_t base)
case IGC_OBJ_DUMPED_OBJFWD:
case IGC_OBJ_DUMPED_BUFFER_OBJFWD:
case IGC_OBJ_DUMPED_KBOARD_OBJFWD:
- case IGC_OBJ_DUMPED_BLV:
case IGC_OBJ_INVALID:
case IGC_OBJ_PAD:
case IGC_OBJ_FWD:
@@ -2773,7 +2770,6 @@ thread_ap (enum igc_obj_type type)
case IGC_OBJ_DUMPED_OBJFWD:
case IGC_OBJ_DUMPED_BUFFER_OBJFWD:
case IGC_OBJ_DUMPED_KBOARD_OBJFWD:
- case IGC_OBJ_DUMPED_BLV:
case IGC_OBJ_INVALID:
case IGC_OBJ_PAD:
case IGC_OBJ_FWD:
diff --git a/src/igc.h b/src/igc.h
index fb47f1b1185..2a560eb8112 100644
--- a/src/igc.h
+++ b/src/igc.h
@@ -53,7 +53,6 @@ enum igc_obj_type
IGC_OBJ_DUMPED_OBJFWD,
IGC_OBJ_DUMPED_BUFFER_OBJFWD,
IGC_OBJ_DUMPED_KBOARD_OBJFWD,
- IGC_OBJ_DUMPED_BLV,
IGC_OBJ_LAST
};
- scratch/igc 51f1720d970 02/18: igc--walk-dump, (continued)
- scratch/igc 51f1720d970 02/18: igc--walk-dump, Gerd Moellmann, 2024/05/14
- scratch/igc 8fdb6e1f7d9 03/18: WIP, Gerd Moellmann, 2024/05/14
- scratch/igc 7bd87c560d2 05/18: WIP, Gerd Moellmann, 2024/05/14
- scratch/igc 5306fb37899 07/18: Use IGC_OBJ_DUMPED_xx, Gerd Moellmann, 2024/05/14
- scratch/igc ef91137a394 09/18: Fix non-MPS build, Gerd Moellmann, 2024/05/14
- scratch/igc bcbc75748b9 10/18: Work on hash table dumping/loading, Gerd Moellmann, 2024/05/14
- scratch/igc 1cdc505ef76 11/18: Don't give charsets igc_headers, Gerd Moellmann, 2024/05/14
- scratch/igc 6455d3be170 16/18: Visit dumnped igc objects with closure, Gerd Moellmann, 2024/05/14
- scratch/igc 2cba24d3fb3 12/18: pdumper_visit_object_starts, Gerd Moellmann, 2024/05/14
- scratch/igc bef0953409b 17/18: Fix for obarray dump, Gerd Moellmann, 2024/05/14
- scratch/igc f969b5a0827 18/18: Remove IGC_OBJ_DUMPED_BLV,
Gerd Moellmann <=
- scratch/igc 280ee228a2c 08/18: Dump with igc_headers if HAVE_MPS, Gerd Moellmann, 2024/05/14
- scratch/igc 496f647b7da 15/18: Cleanup, Gerd Moellmann, 2024/05/14
- scratch/igc 62b52390cef 14/18: Dump igc object starts to file, Gerd Moellmann, 2024/05/14
- scratch/igc a5c85414c7c 13/18: Record igc object starts, Gerd Moellmann, 2024/05/14