-- Sorry about the duplicate, I miss-tagged my previous message and it was annexed to an existent thread Hello, The -fno-jump-tables option to GCC removes the jump tables as it name indicates, which I think is mostly relevant for switch cases. I was wondering if anybody knows the name of the section (e.g. ".text.jump-tables" or something like that?) where such jump tables are placed when the option is not used, so I can place it arbitrarily via the linker script, for example in an external memory. Thanks in advance, Jorge