Search found 1 match

by jftetu
Tue Feb 14, 2012 4:45 pm
Forum: devkitARM
Topic: Literal pools in GCC
Replies: 0
Views: 4897

Literal pools in GCC

Hello, I'm using a custom board which has an ARMv7 device with separate L1 caches for instructions and data. The code generated by GCC places literal pools after each function and loads the constants using 'ldr' and an offset from the pc. I would like to force GCC to place all the literal pools in ...