diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-02-07 17:52:46 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2022-02-07 20:04:07 -0500 |
commit | db1e8dddcd4a08fcc97c5d8e2dbc3cb8ac15fbf9 (patch) | |
tree | f992353cbc2e4c888956e9d4e1790afddcc99279 | |
parent | 1b0e64774f8549c4e863b8c3a4d02e0f15799d75 (diff) | |
download | haskell-db1e8dddcd4a08fcc97c5d8e2dbc3cb8ac15fbf9.tar.gz |
rts/linker: Drop dead IA64 code
-rw-r--r-- | rts/LinkerInternals.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rts/LinkerInternals.h b/rts/LinkerInternals.h index 2582b851cc..b2eaafb23d 100644 --- a/rts/LinkerInternals.h +++ b/rts/LinkerInternals.h @@ -287,12 +287,6 @@ struct _ObjectCode { outside one of these is an error in the linker. */ ProddableBlock* proddables; -#if defined(ia64_HOST_ARCH) - /* Procedure Linkage Table for this object */ - void *plt; - unsigned int pltIndex; -#endif - #if defined(NEED_SYMBOL_EXTRAS) SymbolExtra *symbol_extras; unsigned long first_symbol_extra; |