From a2a263dd383d76e4ee0ed62f393376ef2ae49171 Mon Sep 17 00:00:00 2001 From: Xavier ASUS Date: Sat, 19 Oct 2019 03:44:47 +0200 Subject: Creating GAS port in SDCCasm SDCCasm proved a much more elegant way to implement GAS support for SDCC. In fact, I was surprised to see there was already an attempt that had been commented out. stm8-as only complaints about those nasty "Smain ==." statements, but that should be easy to fix. --- src/SDCCasm.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/SDCCasm.h') diff --git a/src/SDCCasm.h b/src/SDCCasm.h index 4bad706..d1fcdcd 100644 --- a/src/SDCCasm.h +++ b/src/SDCCasm.h @@ -51,11 +51,8 @@ extern const ASM_MAPPINGS asm_asxxxx_mapping; /* The default mapping for small (<16 bit word) Padauk architectures. */ extern const ASM_MAPPINGS asm_asxxxx_smallpdk_mapping; -#if 0 -/* not used */ -extern const ASM_MAPPINGS asm_gas_mapping; -#endif extern const ASM_MAPPINGS asm_a390_mapping; +extern const ASM_MAPPINGS asm_gas_mapping; /** Last entry has szKey = NULL. */ -- cgit v1.2.3