diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-02-23 13:29:20 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-02-29 13:23:49 +0300 |
commit | 51ff5d7767eae285969da75c209e9425d84b012d (patch) | |
tree | dc2243a405e5c2bb5ed86d27082fbbcb7680f022 /net/switchdev/switchdev.c | |
parent | 71e60073ca7b5f931b16f29add16c68b2e06949a (diff) | |
download | linux-51ff5d7767eae285969da75c209e9425d84b012d.tar.xz |
MIPS: Avoid variant of .type unsupported by LLVM Assembler
The target independent parts of the LLVM Lexer considers 'fault@function'
to be a single token representing the 'fault' symbol with a 'function'
modifier. However, this is not the case in the .type directive where
'function' refers to STT_FUNC from the ELF standard.
Although GAS accepts it, '.type symbol@function' is an undocumented form of
this directive. The documentation specifies a comma between the symbol and
'@function'.
Signed-off-by: Scott Egerton <Scott.Egerton@imgtec.com>
Signed-off-by: Daniel Sanders <daniel.sanders@imgtec.com>
Reviewed-by: Maciej W. Rozycki <macro@imgtec.com>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/12587/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions