gas: Update commit 4780e5e4933
[binutils-gdb.git] / gas / doc / c-loongarch.texi
1 @c Copyright (C) 2021 Free Software Foundation, Inc.
2 @c This is part of the GAS anual.
3 @c For copying conditions, see the file as.texinfo
4 @c man end
5
6 @ifset GENERIC
7 @page
8 @node LoongArch-Dependent
9 @chapter LoongArch Dependent Features
10 @end ifset
11 @ifclear GENERIC
12 @node Machine Dependencies
13 @chapter LoongArch Dependent Features
14 @end ifclear
15
16 @cindex LoongArch support
17 @menu
18 * LoongArch-Options:: LoongArch Options
19 @end menu
20
21 @node LoongArch-Options
22 @section LoongArch Options
23
24 The following table lists all available LoongArch specific options.
25
26 @c man begin OPTIONS
27 @table @gcctabopt
28
29 @cindex @samp{-fpic} option, LoongArch
30 @item -fpic
31 @itemx -fPIC
32 Generate position-independent code
33
34 @cindex @samp{-fno-pic} option, LoongArch
35 @item -fno-pic
36 Don't generate position-independent code (default)
37
38 @end table
39 @c man end