Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
thumb2指令集中有16位和32位指令。函数可以从 16 位或 32 位对齐地址开始。有没有办法让所有函数都从 32 位对齐地址开始?
如果您使用的是 GCC,我认为您可以通过 -falign-functions=4。