Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libgcc: rs6000: tramp.S: fix placement of .cfi_endproc for __trampoli…
…ne_setup Currently, .cfi_endproc and FUNC_END(__trampoline_setup) are placed inside the #else branch of an "#if defined (__VXWORKS__) ...", so non-pic vxworks does not get proper CFI nor a .size directive for __trampoline_setup. I assume there's no magic reason for that (which would warrant a comment), so move them outside. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267051 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information