binutils-gdb/gas/doc/c-loongarch.texi
Alan Modra a2c5833233 Update year range in copyright notice of binutils files
The result of running etc/update-copyright.py --this-year, fixing all
the files whose mode is changed by the script, plus a build with
--enable-maintainer-mode --enable-cgen-maint=yes, then checking
out */po/*.pot which we don't update frequently.

The copy of cgen was with commit d1dd5fcc38ead reverted as that commit
breaks building of bfp opcodes files.
2022-01-02 12:04:28 +10:30

40 lines
829 B
Plaintext

@c Copyright (C) 2021-2022 Free Software Foundation, Inc.
@c This is part of the GAS anual.
@c For copying conditions, see the file as.texinfo
@c man end
@ifset GENERIC
@page
@node LoongArch-Dependent
@chapter LoongArch Dependent Features
@end ifset
@ifclear GENERIC
@node Machine Dependencies
@chapter LoongArch Dependent Features
@end ifclear
@cindex LoongArch support
@menu
* LoongArch-Options:: LoongArch Options
@end menu
@node LoongArch-Options
@section LoongArch Options
The following table lists all available LoongArch specific options.
@c man begin OPTIONS
@table @gcctabopt
@cindex @samp{-fpic} option, LoongArch
@item -fpic
@itemx -fPIC
Generate position-independent code
@cindex @samp{-fno-pic} option, LoongArch
@item -fno-pic
Don't generate position-independent code (default)
@end table
@c man end