Modify Xtensa instruction relaxation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help@xxxxxxxxxxx
- Subject: Modify Xtensa instruction relaxation
- From: daniel@xxxxxxxxxxx
- Date: Mon, 31 Jul 2023 21:20:15 +0200
- User-agent: Roundcube Webmail/1.1.2
Hi everybody,
I would like to modify the relaxation behavior of Xtensa assembly.
Furthermore, I only want to modify the last relaxation of a call8
instruction.
So my question is: how do I know which is the last relaxation in a
function?
I already know that one of the last relaxations is done in
convert_frag_immed() in tc-xtensa.c. Can I somehow tell from the segment
pointer or fragment pointer if I'm at the end of a function?
Thanks,
Daniel
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]