This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fno-jump-tables question


-- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]