diff options
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/aarch64/reloc-tlsgd_g0_nc.d | 9 | ||||
-rw-r--r-- | gas/testsuite/gas/aarch64/reloc-tlsgd_g0_nc.s | 4 |
3 files changed, 18 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index cf9e0da..cbc37a8 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2015-10-02 Renlin Li <renlin.li@arm.com> + * gas/aarch64/reloc-tlsgd_g0_nc.d: New. + * gas/aarch64/reloc-tlsgd_g0_nc.s: New. + +2015-10-02 Renlin Li <renlin.li@arm.com> + * gas/aarch64/reloc-tlsgd_g1.s: New. * gas/aarch64/reloc-tlsgd_g1.s: New. diff --git a/gas/testsuite/gas/aarch64/reloc-tlsgd_g0_nc.d b/gas/testsuite/gas/aarch64/reloc-tlsgd_g0_nc.d new file mode 100644 index 0000000..157c5fd --- /dev/null +++ b/gas/testsuite/gas/aarch64/reloc-tlsgd_g0_nc.d @@ -0,0 +1,9 @@ +#objdump: -dr + +.*: file format .* + +Disassembly of section \.text: + +0000000000000000 <.*>: + 0: f280001c movk x28, #0x0 + 0: R_AARCH64_TLSGD_MOVW_G0_NC var diff --git a/gas/testsuite/gas/aarch64/reloc-tlsgd_g0_nc.s b/gas/testsuite/gas/aarch64/reloc-tlsgd_g0_nc.s new file mode 100644 index 0000000..bb253fa --- /dev/null +++ b/gas/testsuite/gas/aarch64/reloc-tlsgd_g0_nc.s @@ -0,0 +1,4 @@ +func: + + // R_AARCH64_TLSGD_MOVW_G0_NC var + movk x28, #:tlsgd_g0_nc:var |