mirror of https://git.musl-libc.org/git/musl
Browse Source
when invoking the assembler, arm gcc does not always pass the right
flags to enable use of vfp instruction mnemonics. for C code it
produces, it emits the .fpu directive, but this does not help when
building asm source files, which tlsdesc needs to be. to fix, use an
explicit directive here.
commit 0beb9dfbec introduced this
regression. it has not appeared in any release.
master
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue