repo_id
string
size
int64
file_path
string
content
string
tactcomplabs/xbgas-binutils-gdb
1,842
ld/testsuite/ld-i386/ifunc-1d.S
.text .p2align 4,,15 .type implementation1, @function implementation1: movl $1, %eax ret .size implementation1, .-implementation1 .p2align 4,,15 .type implementation2, @function implementation2: movl $2, %eax ret .size implementation2, .-implementation2 .p2align 4,,15 .type resolver2, @function resolver2: ...
tactcomplabs/xbgas-binutils-gdb
3,851
ld/testsuite/ld-i386/tlsbinpic.s
/* Force .got aligned to 4K, so it very likely gets at 0x804a100 (0x60 bytes .tdata and 0xa0 bytes .dynamic) */ .section ".tdata", "awT", @progbits .balign 4096 .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 sg1: .lon...
tactcomplabs/xbgas-binutils-gdb
6,243
ld/testsuite/ld-i386/tlspic3.s
.section ".tdata", "awT", @progbits .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 sg1: .long 17 sg2: .long 18 sg3: .long 19 sg4: .long 20 sg5: .long 21 sg6: .long 22 sg7: .long 23 sg8: .long 24 sl1: .long 65 sl2: .long 66 s...
tactcomplabs/xbgas-binutils-gdb
1,565
ld/testsuite/ld-i386/tls-ld1.S
.text .p2align 4,,15 .globl get_ld .type get_ld, @function get_ld: pushl %ebx call __x86.get_pc_thunk.bx addl $_GLOBAL_OFFSET_TABLE_, %ebx subl $8, %esp leal ld@tlsldm(%ebx), %eax call ___tls_get_addr@PLT leal ld@dtpoff(%eax), %eax addl $8, %esp popl %ebx ret .size get_ld, .-get_ld .p2align 4,,15 .glob...
tactcomplabs/xbgas-binutils-gdb
1,206
ld/testsuite/ld-i386/got1d.S
.globl bar .type bar, @function bar: pushl %ebx call __x86.get_pc_thunk.cx addl $_GLOBAL_OFFSET_TABLE_, %ecx subl $24, %esp leal __FUNCTION__.1862@GOTOFF(%ecx), %eax movl %eax, (%esp) call *puts@GOT(%ecx) addl $24, %esp popl %ebx ret .size bar, .-bar .globl plt .type plt, @function plt: pushl %esi pus...
tactcomplabs/xbgas-binutils-gdb
5,967
ld/testsuite/ld-x86-64/tlspic1.s
/* Force .data aligned to 4K, so .got very likely gets at 0x102190 (0x60 bytes .tdata and 0x130 bytes .dynamic) */ .data .balign 4096 .section ".tdata", "awT", @progbits .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5,...
tactcomplabs/xbgas-binutils-gdb
2,191
ld/testsuite/ld-x86-64/protected-data-2b.S
.section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC0: .string "'protected_data_1a' in main and shared library doesn't have same address" .align 8 .LC1: .string "'protected_data_1a' in main and shared library doesn't have same value" .align 8 .LC2: .string "'protected_data_1b' in main and shared library has sa...
tactcomplabs/xbgas-binutils-gdb
1,349
ld/testsuite/ld-x86-64/property-x86-3.s
.section ".note.gnu.property", "a" .ifdef __64_bit__ .p2align 3 .else .p2align 2 .endif .long 1f - 0f /* name length. */ .long 3f - 1f /* data length. */ /* NT_GNU_PROPERTY_TYPE_0 */ .long 5 /* note type. */ 0: .asciz "GNU" /* vendor name. */ 1: .ifdef __64_bit__ .p2align 3 .else .p2align 2 .endif /...
tactcomplabs/xbgas-binutils-gdb
1,385
ld/testsuite/ld-x86-64/property-x86-6.s
.section ".note.gnu.property", "a" .ifdef __64_bit__ .p2align 3 .else .p2align 2 .endif .long 1f - 0f /* name length. */ .long 3f - 1f /* data length. */ /* NT_GNU_PROPERTY_TYPE_0 */ .long 5 /* note type. */ 0: .asciz "GNU" /* vendor name. */ 1: .ifdef __64_bit__ .p2align 3 .else .p2align 2 .endif /...
tactcomplabs/xbgas-binutils-gdb
1,855
ld/testsuite/ld-x86-64/tlsbin.s
.section ".tbss", "awT", @nobits .globl bg1, bg2, bg3, bg4, bg5, bg6, bg7, bg8 bg1: .space 4 bg2: .space 4 bg3: .space 4 bg4: .space 4 bg5: .space 4 bg6: .space 4 bg7: .space 4 bg8: .space 4 bl1: .space 4 bl2: .space 4 bl3: .space 4 bl4: .space 4 bl5: .space 4 bl6: .space 4 bl7: .space 4 bl8: .space 4 .text .globl ...
tactcomplabs/xbgas-binutils-gdb
2,710
ld/testsuite/ld-x86-64/tlsbindesc.s
/* Force .data aligned to 4K, so that .got very likely gets at 0x5021a0 (0x60 bytes .tdata and 0x140 bytes .dynamic) */ .data .balign 4096 .section ".tdata", "awT", @progbits .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7...
tactcomplabs/xbgas-binutils-gdb
2,971
ld/testsuite/ld-x86-64/tlsbinpic2.s
/* Force .data aligned to 4K, so that .got very likely gets at 0x5021a0 (0x60 bytes .tdata and 0x140 bytes .dynamic) */ .data .balign 4096 .section ".tdata", "awT", @progbits .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7...
tactcomplabs/xbgas-binutils-gdb
3,273
ld/testsuite/ld-x86-64/tlsdesc.s
/* Force .data aligned to 4K, so .got very likely gets at 0x102190 (0x60 bytes .tdata and 0x130 bytes .dynamic) */ .data .balign 4096 .section ".tdata", "awT", @progbits .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5,...
tactcomplabs/xbgas-binutils-gdb
1,473
ld/testsuite/ld-x86-64/pr22071.s
.text .p2align 4,,15 .globl get_ld .type get_ld, @function get_ld: subq $8, %rsp leaq _TLS_MODULE_BASE_@TLSDESC(%rip), %rax call *_TLS_MODULE_BASE_@TLSCALL(%rax) addq $8, %rsp addq $ld@dtpoff, %rax addq %fs:0, %rax ret .size get_ld, .-get_ld .p2align 4,,15 .globl set_ld .type set_ld, @function set_ld: s...
tactcomplabs/xbgas-binutils-gdb
1,814
ld/testsuite/ld-x86-64/tlsgdesc.s
.text .globl fc1 .type fc1,@function fc1: pushq %rbp movq %rsp, %rbp nop;nop;nop;nop /* IE against global var. */ movq %fs:0, %rcx nop;nop addq sG3@gottpoff(%rip), %rcx nop;nop;nop;nop /* IE against global var. */ movq %fs:0, %rcx nop;nop addq sG4@gottpoff(%rip), %rcx nop;nop;nop;nop /* GD, gd fir...
tactcomplabs/xbgas-binutils-gdb
1,247
ld/testsuite/ld-x86-64/pr20253-2d.S
.text .type implementation1, @function implementation1: movl $1, %eax ret .size implementation1, .-implementation1 .type implementation2, @function implementation2: movl $2, %eax ret .size implementation2, .-implementation2 .type resolver2, @function resolver2: leaq implementation2(%rip), %rax ret .size re...
tactcomplabs/xbgas-binutils-gdb
2,598
ld/testsuite/ld-x86-64/compressed1.s
.file "compressed1.c" .section .debug_abbrev,"",@progbits .Ldebug_abbrev0: .section .debug_info,"",@progbits .Ldebug_info0: .section .debug_line,"",@progbits .Ldebug_line0: .text .Ltext0: .cfi_sections .debug_frame .p2align 4,,15 .globl foo .type foo, @function foo: .LFB0: .file 1 "compressed1.c" .loc 1 12 0 ...
tactcomplabs/xbgas-binutils-gdb
2,447
ld/testsuite/ld-x86-64/dwarfreloc2.s
.file 1 "dwarfreloc2.c" .comm i2,4,4 .section .debug_line,"",@progbits .Ldebug_line0: .section .debug_info .Ldebug_info0: .long .Ldebug_info_end - .Ldebug_info_start .Ldebug_info_start: .value 0x2 .long .Ldebug_abbrev0 .byte 0x8 .uleb128 0x1 /* DW_TAG_compile_unit */ .long .LASF0 /* DW_AT_producer */ .b...
tactcomplabs/xbgas-binutils-gdb
2,318
ld/testsuite/ld-x86-64/undefined.s
.file "undefined.c" .section .debug_abbrev,"",@progbits .Ldebug_abbrev0: .section .debug_info,"",@progbits .Ldebug_info0: .section .debug_line,"",@progbits .Ldebug_line0: .text .Ltext0: .p2align 4,,15 .globl function .type function, @function function: .LFB2: .file 1 "undefined.c" .loc 1 8 0 .loc 1 9 0 xorl ...
tactcomplabs/xbgas-binutils-gdb
1,318
ld/testsuite/ld-x86-64/load1.s
.data .type bar, @object bar: .byte 1 .size bar, .-bar .globl foo .type foo, @object foo: .byte 1 .size foo, .-foo .text .globl _start .type _start, @function _start: adcl bar@GOTPCREL(%rip), %eax addl bar@GOTPCREL(%rip), %ebx andl bar@GOTPCREL(%rip), %ecx cmpl bar@GOTPCREL(%rip), %edx orl bar@GOTPCREL(...
tactcomplabs/xbgas-binutils-gdb
1,593
ld/testsuite/ld-x86-64/protected-func-2b.S
.text .p2align 4 .globl protected_func_1b .type protected_func_1b, @function protected_func_1b: .LFB11: .cfi_startproc movl $3, %eax ret .cfi_endproc .LFE11: .size protected_func_1b, .-protected_func_1b .section .rodata.str1.8,"aMS",@progbits,1 .align 8 .LC0: .string "'protected_func_1a' in main and shared ...
tactcomplabs/xbgas-binutils-gdb
1,160
ld/testsuite/ld-x86-64/pr21481b.S
.section .rodata.foo,"aMS",@progbits,1,unique,1 .LC0: .string "PASS" .text .globl check .type check, @function check: subq $8, %rsp call *get_func1@GOTPCREL(%rip) cmpl $func1, %eax jne .L3 movq func1_p@GOTPCREL(%rip), %rdx #ifdef __LP64__ cmpq %rax, (%rdx) #else cmpl %eax, (%rdx) #endif jne .L3 call *func...
tactcomplabs/xbgas-binutils-gdb
2,637
ld/testsuite/ld-x86-64/dwarfreloc1.s
.file 1 "dwarfreloc1.c" .comm i1,4,4 .section .debug_line,"",@progbits .Ldebug_line0: .section .debug_info .Ldebug_info0: .long .Ldebug_info_end - .Ldebug_info_start .Ldebug_info_start: .value 0x2 .long .Ldebug_abbrev0 .byte 0x8 .uleb128 0x1 /* DW_TAG_compile_unit */ .long .LASF0 /* DW_AT_producer */ .b...
tactcomplabs/xbgas-binutils-gdb
1,678
ld/testsuite/ld-x86-64/32bit.s
.section .rodata.str1.1,"aMS",@progbits,1 .LC0: .word 1 .LC1: .word 2 .LC2: .word 3 .LC3: .word 4 .LC4: .word 5 .LC5: .word 6 .LC6: .word 7 .LC7: .word 8 .LC8: .word 9 .LC9: .word 10 .LC10: .word 11 .LC11: .word 12 .LC12: .word 13 .LC13: .word 14 .LC14: .word 15 .LC15: .word 16 .LC16: .word 17 .LC17: .word 18 .LC18:...
tactcomplabs/xbgas-binutils-gdb
2,897
ld/testsuite/ld-x86-64/tlsbinpic.s
/* Force .data aligned to 4K, so that .got very likely gets at 0x5021a0 (0x60 bytes .tdata and 0x140 bytes .dynamic) */ .data .balign 4096 .section ".tdata", "awT", @progbits .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7...
tactcomplabs/xbgas-binutils-gdb
6,055
ld/testsuite/ld-x86-64/tlspic3.s
/* Force .data aligned to 4K, so .got very likely gets at 0x102190 (0x60 bytes .tdata and 0x130 bytes .dynamic) */ .data .balign 4096 .section ".tdata", "awT", @progbits .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5,...
tactcomplabs/xbgas-binutils-gdb
2,323
ld/testsuite/ld-x86-64/protected-data-2a.S
.text .p2align 4 .protected protected_data_1a .globl protected_data_1a_p .type protected_data_1a_p, @function protected_data_1a_p: .LFB0: .cfi_startproc leaq protected_data_1a(%rip), %rax ret .cfi_endproc .LFE0: .size protected_data_1a_p, .-protected_data_1a_p .p2align 4 .protected protected_data_1b .globl...
tactcomplabs/xbgas-binutils-gdb
1,350
ld/testsuite/ld-x86-64/protected-func-2a.S
.text .p2align 4 .protected protected_func_1a .globl protected_func_1a .type protected_func_1a, @function protected_func_1a: .LFB0: .cfi_startproc movl $1, %eax ret .cfi_endproc .LFE0: .size protected_func_1a, .-protected_func_1a .p2align 4 .protected protected_func_1b .globl protected_func_1b .type prote...
tactcomplabs/xbgas-binutils-gdb
1,199
ld/testsuite/ld-msp430-elf/main-with-data-bss.s
.file "main-with-data-bss.c" .global glob_var_array .data .balign 2 .type glob_var_array, @object .size glob_var_array, 20 glob_var_array: .short 0 .short 1 .short 2 .short 3 .short 4 .short 5 .short 6 .short 7 .short 8 .short 9 .local glob_bss_array .comm glob_bss_array,20,2 .text .balign 2 .global ...
tactcomplabs/xbgas-binutils-gdb
1,027
ld/testsuite/ld-msp430-elf/main-with-text-rodata-unique-sec.s
.file "main-with-text-rodata.c" .global glob_const_array .section .rodata.glob_const_array,"a",@progbits .balign 2 .type glob_const_array, @object .size glob_const_array, 20 glob_const_array: .short 0 .short 1 .short 2 .short 3 .short 4 .short 5 .short 6 .short 7 .short 8 .short 9 .section .text.main,"...
tactcomplabs/xbgas-binutils-gdb
1,356
ld/testsuite/ld-msp430-elf/main-with-data-bss-unique-sec.s
.file "main-with-data-bss.c" .global glob_var_array .section .data.glob_var_array,"aw",@progbits .balign 2 .type glob_var_array, @object .size glob_var_array, 20 glob_var_array: .short 0 .short 1 .short 2 .short 3 .short 4 .short 5 .short 6 .short 7 .short 8 .short 9 .section .bss.glob_bss_array,"aw",@...
tactcomplabs/xbgas-binutils-gdb
1,327
ld/testsuite/ld-avr/per-function-debugline.s
.file "per-function-debugline.s" __SP_H__ = 0x3e __SP_L__ = 0x3d __SREG__ = 0x3f __RAMPZ__ = 0x3b __tmp_reg__ = 0 __zero_reg__ = 1 .comm g,2,1 .section .text.bar,"ax",@progbits .global bar .type bar, @function bar: push r28 push r29 rcall . in r28,__SP_L__ in r29,__SP_H__ /* prologue: function */ /* frame size...
tactcomplabs/xbgas-binutils-gdb
1,183
ld/testsuite/ld-avr/relax-02.s
.section ".text", "ax",@progbits .global _start, dest, end_label .global func_1, func_2, func_3 _start: local_start: nop nop nop nop nop .type _start, @function .size _start, .-_start .type local_start, @function .si...
tactcomplabs/xbgas-binutils-gdb
1,253
ld/testsuite/ld-cris/pcrelcp-1.s
.symver x,expfn@TST2 ; .symver required to make @ part of name. .global _start .type _start,@function _start: .dword 0,0,0,0 .reloc 0,R_CRIS_32_PCREL,expfn .reloc 4,R_CRIS_32_PCREL,expfn .reloc 8,R_CRIS_32_PCREL,x .reloc 12,R_CRIS_32_PCREL,x .Lfe3: .size _start,.Lfe3-_start .data .global tab1 .type tab1,@o...
tactcomplabs/xbgas-binutils-gdb
2,159
ld/testsuite/ld-ia64/tlspic1.s
/* Force .data aligned to 4K, so .got very likely gets at 0x13190 (0x60 bytes .tdata and 0x130 bytes .dynamic) */ .data .balign 4096 .section ".tdata", "awT", @progbits .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 ...
tactcomplabs/xbgas-binutils-gdb
2,404
ld/testsuite/ld-ia64/undefined.s
.file "undefined.c" .pred.safe_across_calls p1-p5,p16-p63 .section .debug_abbrev,"",@progbits .Ldebug_abbrev0: .section .debug_info,"",@progbits .Ldebug_info0: .section .debug_line,"",@progbits .Ldebug_line0: .text .Ltext0: .align 16 .global function# .proc function# function: [.LFB2:] .file 1 "undefined.c" ...
tactcomplabs/xbgas-binutils-gdb
1,887
ld/testsuite/ld-ia64/tlsbinpic.s
/* Force .data aligned to 4K, so that .got very likely gets at 0x60000000000031b0 (0x60 bytes .tdata and 0x150 bytes .dynamic). */ .data .balign 4096 .section ".tdata", "awT", @progbits .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4...
tactcomplabs/xbgas-binutils-gdb
1,163
ld/testsuite/ld-arm/fdpic-shared-m.s
.arch armv7-m .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 1 .eabi_attribute 18, 4 .file "shared.c" .text .align 2 .global my_shared_func1 .syntax unified .thumb .fpu softvfp...
tactcomplabs/xbgas-binutils-gdb
2,915
ld/testsuite/ld-arm/tls-descrelax-be32.s
@ we can relax local and non-weak globals for non-shared links .arch armv5te .text .arm .p2align 2 foo: @tlscall global, manually relaxed to IE ldr r0, 1f 2: ldr r0, [pc, r0] nop .p2align 2 1: .word gd1(gottpoff) + (. - 2b - 8) .p2align 2 @tlscall global, should relax to IE ldr r0, 1f 2: blx gd1(tlscall) ...
tactcomplabs/xbgas-binutils-gdb
2,339
ld/testsuite/ld-arm/cmse_sec_debug.s
.arch armv8-m.main .file "sec.c" .text .Ltext0: .cfi_sections .debug_frame .section .text.SecureLED_On,"ax",%progbits .align 1 .global SecureLED_On .global __acle_se_SecureLED_On .arch armv8-m.main .syntax unified .thumb .thumb_func .fpu fpv5-sp-d16 .type __acle_se_SecureLED_On, %function .syntax unified...
tactcomplabs/xbgas-binutils-gdb
2,915
ld/testsuite/ld-arm/tls-descrelax-v7.s
@ we can relax local and non-weak globals for non-shared links .arch armv7-a .text .arm .p2align 2 foo: @tlscall global, manually relaxed to IE ldr r0, 1f 2: ldr r0, [pc, r0] nop .p2align 2 1: .word gd1(gottpoff) + (. - 2b - 8) .p2align 2 @tlscall global, should relax to IE ldr r0, 1f 2: blx gd1(tlscall) ...
tactcomplabs/xbgas-binutils-gdb
1,215
ld/testsuite/ld-arm/ifunc-8.s
.syntax unified .arch armv6t2 .macro define,name,type .type \name,%gnu_indirect_function \type \name: mov pc,lr .size \name,.-\name .endm .macro define2,name define aa\name,.arm define at\name,.arm define ab\name,.arm define ta\name,.thumb_func define tt\name,.thumb_func define tb\name,.thumb_func .en...
tactcomplabs/xbgas-binutils-gdb
1,533
ld/testsuite/ld-arm/attr-merge-3a.s
.cpu arm7tdmi .fpu softvfp .eabi_attribute Tag_CPU_arch, 2 @ .eabi_attribute Tag_CPU_arch_profile, 0x41 .eabi_attribute Tag_ARM_ISA_use, 0 .eabi_attribute Tag_THUMB_ISA_use, 1 .eabi_attribute Tag_VFP_arch, 3 .eabi_attribute Tag_WMMX_arch, 1 .eabi_attribute Tag_Advanced_SIMD_arch, 0 .eabi_attribute Tag_PCS_con...
tactcomplabs/xbgas-binutils-gdb
1,591
ld/testsuite/ld-arm/fdpic-main.s
.arch armv7-r .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 1 .eabi_attribute 18, 4 .file "hello.c" .text .align 2 .syntax unified .arm .fpu softvfp .type my_local_func, %func...
tactcomplabs/xbgas-binutils-gdb
1,625
ld/testsuite/ld-arm/stm32l4xx-fix-it-block.s
.syntax unified .cpu cortex-m4 .fpu fpv4-sp-d16 .text .align 1 .thumb .thumb_func .global _start _start: @ Create a situation where a multiple-load that should be @ patched belongs to an IT block in the position where it can @ be, ...
tactcomplabs/xbgas-binutils-gdb
1,596
ld/testsuite/ld-arm/fdpic-main-m.s
.arch armv7-m .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 1 .eabi_attribute 18, 4 .file "hello.c" .text .align 2 .syntax unified .thumb .fpu softvfp .type my_local_func, %fu...
tactcomplabs/xbgas-binutils-gdb
1,406
ld/testsuite/ld-arm/ifunc-10.s
.syntax unified .arch armv6t2 .macro define,name,type .type \name,%gnu_indirect_function \type \name: mov pc,lr .size \name,.-\name .endm .macro define2,name define aa\name,.arm define at\name,.arm define ab\name,.arm define ta\name,.thumb_func define tt\name,.thumb_func define tb\name,.thumb_func .en...
tactcomplabs/xbgas-binutils-gdb
1,746
ld/testsuite/ld-arm/cmse-implib.s
.syntax unified .text .macro entry name, vis, entry_fct .align 2 .\vis \name .\vis __acle_se_\name .thumb .thumb_func .type \name, %function .type __acle_se_\name, %function \name: .ifnb \entry_fct \entry_fct .endif __acle_se_\name: nop .size \name, .-\name .size __acle_se_\name, .-__acle_se_\name .endm ...
tactcomplabs/xbgas-binutils-gdb
2,915
ld/testsuite/ld-arm/tls-descrelax-be8.s
@ we can relax local and non-weak globals for non-shared links .arch armv7-a .text .arm .p2align 2 foo: @tlscall global, manually relaxed to IE ldr r0, 1f 2: ldr r0, [pc, r0] nop .p2align 2 1: .word gd1(gottpoff) + (. - 2b - 8) .p2align 2 @tlscall global, should relax to IE ldr r0, 1f 2: blx gd1(tlscall) ...
tactcomplabs/xbgas-binutils-gdb
2,556
ld/testsuite/ld-arm/cmse-veneers.s
.syntax unified .thumb .file "foo.c" .text .macro decltype name, type .ifc \type,object .data .else .thumb .thumb_func .endif .type \name, %\type .endm .macro entry name, type, vis, typespc, visspc, entry_fct .align 2 .ifb \visspc .\vis __acle_se_\name .else .\visspc __acle_se_\name .endif .\vis \name ....
tactcomplabs/xbgas-binutils-gdb
4,764
ld/testsuite/ld-arm/stm32l4xx-fix-ldm.s
.syntax unified .cpu cortex-m4 .fpu fpv4-sp-d16 .text .align 1 .thumb .thumb_func .global _start _start: @ LDM CASE #1 (used when rx is in upper_list) @ ldm rx, {...} -> @ ldm rx!, {lower_list} @ ldm rx, {upper_list} ...
tactcomplabs/xbgas-binutils-gdb
1,420
ld/testsuite/ld-arm/ifunc-4.s
.syntax unified .arch armv6t2 .macro define,name,type .type \name,%gnu_indirect_function \type \name: mov pc,lr .size \name,.-\name .endm .macro define2,name define aa\name,.arm define at\name,.arm define ab\name,.arm define ta\name,.thumb_func define tt\name,.thumb_func define tb\name,.thumb_func .en...
tactcomplabs/xbgas-binutils-gdb
1,523
ld/testsuite/ld-arm/attr-merge-3b.s
.cpu arm9e .fpu neon .eabi_attribute Tag_CPU_arch, 3 @ .eabi_attribute Tag_CPU_arch_profile, 0x41 .eabi_attribute Tag_ARM_ISA_use, 1 .eabi_attribute Tag_THUMB_ISA_use, 2 .eabi_attribute Tag_VFP_arch, 4 .eabi_attribute Tag_WMMX_arch, 2 .eabi_attribute Tag_Advanced_SIMD_arch, 1 .eabi_attribute Tag_PCS_config, 2...
tactcomplabs/xbgas-binutils-gdb
1,138
ld/testsuite/ld-arm/farcall-mixed-app2.s
.text .p2align 4 .globl _start _start: mov ip, sp stmdb sp!, {r11, ip, lr, pc} bl app_func bl lib_func1 bl lib_func2 ldmia sp, {r11, sp, lr} bx lr .p2align 4 .globl app_tfunc_close .type app_tfunc_close,%function .thumb_func .code 16 app_tfunc_close: push {lr} bl lib_func2 pop {pc} bx lr @ We will ...
tactcomplabs/xbgas-binutils-gdb
2,900
ld/testsuite/ld-arm/tls-descrelax.s
@ we can relax local and non-weak globals for non-shared links .text .arm .p2align 2 foo: @tlscall global, manually relaxed to IE ldr r0, 1f 2: ldr r0, [pc, r0] nop .p2align 2 1: .word gd1(gottpoff) + (. - 2b - 8) .p2align 2 @tlscall global, should relax to IE ldr r0, 1f 2: blx gd1(tlscall) nop .p2align 2...
tactcomplabs/xbgas-binutils-gdb
4,945
ld/testsuite/ld-arm/group-relocs.s
@ Tests for group relocations. @ @ Beware when editing this file: it is carefully crafted so that @ specific PC- and SB-relative offsets arise. @ @ Note that the gas tests have already checked that group relocations are @ handled in the same way for local and external symbols. @ We will place .text at 0x8000. .text ...
tactcomplabs/xbgas-binutils-gdb
1,157
ld/testsuite/ld-arm/fdpic-shared.s
.arch armv7-r .eabi_attribute 20, 1 .eabi_attribute 21, 1 .eabi_attribute 23, 3 .eabi_attribute 24, 1 .eabi_attribute 25, 1 .eabi_attribute 26, 2 .eabi_attribute 30, 2 .eabi_attribute 34, 1 .eabi_attribute 18, 4 .file "shared.c" .text .align 2 .global my_shared_func1 .syntax unified .arm .fpu softvfp ...
tactcomplabs/xbgas-binutils-gdb
1,316
ld/testsuite/ld-tilepro/reloc.s
.text .global _start _start: add r2,zero,zero j external1 add r3,r2,r2 bzt zero,external2 { movei r2,external_8a; movei r3,external_8b } { movei r2,external_8a; movei r3,external_8b; lw zero,zero } { mtspr external_8a,zero } { mfspr zero,external_8a } { moveli r2,external_16a; moveli r3,external_16b...
tactcomplabs/xbgas-binutils-gdb
2,882
ld/testsuite/ld-tilegx/reloc.s
.text .global _start _start: add r2,zero,zero j external1 add r3,r2,r2 beqzt zero,external2 { movei r2,external_8a; movei r3,external_8b } { movei r2,external_8a; movei r3,external_8b; ld zero,zero } { mtspr external_8a,zero } { mfspr zero,external_8a } { moveli r2,external_16a; moveli r3,external_1...
tactcomplabs/xbgas-binutils-gdb
5,186
ld/testsuite/ld-sparc/tlssunpic32.s
.data .align 4096 .section ".tdata", #alloc, #write, #tls .align 4 .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 sg1: .word 17 sg2: .word 18 sg3: .word 19 sg4: .word 20 sg5: .word 21 sg6: .word 22 sg7: .word 23 sg8: .wor...
tactcomplabs/xbgas-binutils-gdb
1,540
ld/testsuite/ld-sparc/tlspie32.s
.section .tbss,"awT",@nobits .global tls_gd .align 4 .type tls_gd, #object .size tls_gd, 4 tls_gd: .skip 4 .global tls_ld .align 4 .type tls_ld, #object .size tls_ld, 4 tls_ld: .skip 4 .global tls_ie .align 4 .type tls_ie, #object .size tls_ie, 4 tls_ie: .skip 4 .section ".text" .LLGETPC0: retl add...
tactcomplabs/xbgas-binutils-gdb
5,208
ld/testsuite/ld-sparc/tlssunpic64.s
.data .align 4096 .section ".tdata", #alloc, #write, #tls .align 4 .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 sg1: .word 17 sg2: .word 18 sg3: .word 19 sg4: .word 20 sg5: .word 21 sg6: .word 22 sg7: .word 23 sg8: .wor...
tactcomplabs/xbgas-binutils-gdb
1,717
ld/testsuite/ld-sparc/tlssunnopic32.s
.data .align 4096 .section ".tbss" .align 4 bl1: .word 0 bl2: .word 0 bl3: .word 0 bl4: .word 0 bl5: .word 0 .text .align 4096 .globl fn3 .type fn3,#function .proc 04 fn3: save %sp, -104, %sp .hidden _GLOBAL_OFFSET_TABLE_ sethi %hi(_GLOBAL_OFFSET_TABLE_), %l1 or %l1, %lo(_GLOBAL_OFFSET_TABLE_), %l1 nop;no...
tactcomplabs/xbgas-binutils-gdb
2,515
ld/testsuite/ld-sparc/tlssunbin32.s
.section ".tbss" .align 4 .globl bg1, bg2, bg3, bg4, bg5, bg6, bg7, bg8 bg1: .word 0 bg2: .word 0 bg3: .word 0 bg4: .word 0 bg5: .word 0 bg6: .word 0 bg7: .word 0 bg8: .word 0 bl1: .word 0 bl2: .word 0 bl3: .word 0 bl4: .word 0 bl5: .word 0 bl6: .word 0 bl7: .word 0 bl8: .word 0 .text .globl _start .type _start,#...
tactcomplabs/xbgas-binutils-gdb
1,542
ld/testsuite/ld-sparc/tlspie64.s
.section .tbss,"awT",@nobits .global tls_gd .align 4 .type tls_gd, #object .size tls_gd, 4 tls_gd: .skip 4 .global tls_ld .align 4 .type tls_ld, #object .size tls_ld, 4 tls_ld: .skip 4 .global tls_ie .align 4 .type tls_ie, #object .size tls_ie, 4 tls_ie: .skip 4 .section ".text" .LLGETPC0: retl add...
tactcomplabs/xbgas-binutils-gdb
1,856
ld/testsuite/ld-sparc/tlssunnopic64.s
.data .align 4096 .section ".tbss" .align 4 bl1: .word 0 bl2: .word 0 bl3: .word 0 bl4: .word 0 bl5: .word 0 .text .align 4096 .globl fn3 .type fn3,#function .proc 04 fn3: save %sp, -160, %sp .hidden _GLOBAL_OFFSET_TABLE_ sethi %hh(_GLOBAL_OFFSET_TABLE_), %l1 sethi %lm(_GLOBAL_OFFSET_TABLE_), %l2 or %l1, ...
tactcomplabs/xbgas-binutils-gdb
4,110
ld/testsuite/ld-sparc/tlssunbinpic64.s
.data .align 4096 .section ".tdata", #alloc, #write, #tls .align 4 .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 sg1: .word 17 sg2: .word 18 sg3: .word 19 sg4: .word 20 sg5: .word 21 sg6: .word 22 sg7: .word 23 sg8: .wor...
tactcomplabs/xbgas-binutils-gdb
4,100
ld/testsuite/ld-sparc/tlssunbinpic32.s
.data .align 4096 .section ".tdata", #alloc, #write, #tls .align 4 .globl sg1, sg2, sg3, sg4, sg5, sg6, sg7, sg8 .globl sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8 sg1: .word 17 .skip 4096 sg2: .word 18 sg3: .word 19 sg4: .word 20 sg5: .word 21 sg6: .word 22 sg7: .word ...
tactcomplabs/xbgas-binutils-gdb
2,648
ld/testsuite/ld-sparc/tlssunbin64.s
.section ".tbss" .align 4 .globl bg1, bg2, bg3, bg4, bg5, bg6, bg7, bg8 bg1: .word 0 bg2: .word 0 bg3: .word 0 bg4: .word 0 bg5: .word 0 bg6: .word 0 bg7: .word 0 bg8: .word 0 bl1: .word 0 bl2: .word 0 bl3: .word 0 bl4: .word 0 bl5: .word 0 bl6: .word 0 bl7: .word 0 bl8: .word 0 .text .globl _start .type _start,#...
tactcomplabs/xbgas-binutils-gdb
2,213
ld/testsuite/ld-powerpc/vle-reloc-2.s
.section .text sub1: se_blr sub2: se_blr .section .text vle_reloc_2: e_or2i 1, low@l e_or2i 2, high@h e_or2i 3, high_adjust@ha e_or2i 4, low_sdarel@sdarel@l e_or2i 5, high_sdarel@sdarel@h e_or2i 6, high_adjust_sdarel@sdarel@ha e_and2i. 1, low@l e_and2i. 2, high@h e_and2i. 3, high_ad...
tactcomplabs/xbgas-binutils-gdb
1,677
ld/testsuite/ld-powerpc/tlsie.s
.section ".tbss","awT",@nobits .p2align 3 pad: .space 8 .global a a: .space 8 .global b b: .space 8 .global c c: .space 8 .global d d: .space 8 .text .globl _start _start: #Small model OpenPower ld 9,.La@toc(2) add 10,9,.La@tls .section .toc,"aw",@progbits .La: .quad a@tprel .text #Medium model ELF addi...
tactcomplabs/xbgas-binutils-gdb
3,130
ld/testsuite/ld-powerpc/tocopt8.s
.section .toc,"aw" x4t: .quad x4 x5t: .quad x5 .section .sdata,"aw" .p2align 4 x1: .quad 1 x2: .quad 2 x3: .quad 3 x4: .quad 4 x5: .quad 5 x6: .quad 6 .globl _start .text _start: # no need for got entry, optimise to nop,addi addis 9,2,x1@got@ha ld 9,x1@got@l(9) # must keep got entry, optimise to nop,ad...
tactcomplabs/xbgas-binutils-gdb
2,740
ld/testsuite/ld-powerpc/tls32.s
.section ".tbss","awT",@nobits .global _start,gd0,ld0,ld1,ld2,ie0,le0,le1 .align 2 gd0: .space 4 ld0: .space 4 ld1: .space 4 ld2: .space 4 ie0: .space 4 le0: .space 4 le1: .space 4 .section ".tdata","awT",@progbits .align 2 gd4: .long 0x12345678 ld4: .long 0x23456789 ld5: .long 0x3456789a ld6: .long 0x456789ab ie...
tactcomplabs/xbgas-binutils-gdb
2,861
ld/testsuite/ld-powerpc/tls.s
.section ".tbss","awT",@nobits .global _start,gd0,ld0,ld1,ld2,ie0,le0,le1 .align 3 gd0: .space 8 ld0: .space 8 ld1: .space 8 ld2: .space 8 ie0: .space 8 le0: .space 8 le1: .space 8 .section ".tdata","awT",@progbits .align 3 gd4: .quad 0x123456789abcdef0 ld4: .quad 0x23456789abcdef01 ld5: .quad 0x3456789abcdef012 ...
tactcomplabs/xbgas-binutils-gdb
3,237
ld/testsuite/ld-powerpc/aix-tls-reloc.s
# An external tdata symbol .globl tdata_ext[TL] .csect tdata_ext[TL] .long 1 .csect tdata_int_csect[TL] # A first internal tdata symbol tdata_int1: .long 2 # A second internal tdata symbol tdata_int2: .long 3 # Two external tbss symbols. # XCOFF doesn't seem to allow internal tbss # (or bss) symbols. .c...
tactcomplabs/xbgas-binutils-gdb
2,018
ld/testsuite/ld-powerpc/pr28827-1.s
.globl _start .type _start,@function .text _start: .cfi_startproc 0: addis 2,12,(.TOC.-0b)@ha addi 2,2,(.TOC.-0b)@l .localentry _start,.-0b mflr 0 std 0,16(1) stdu 1,-32(1) .cfi_def_cfa_offset 32 .cfi_offset 65, 16 .macro call f bl \f nop .endm # 3000 plt calls, giving over 64k in .plt size. With a s...
tactcomplabs/xbgas-binutils-gdb
1,162
ld/testsuite/ld-powerpc/tocopt6-inc.s
.macro start, sym .type \sym, @function .pushsection .opd, "aw" \sym: .quad .L.\sym, .TOC.@tocbase, 0 .popsection .L.\sym: mflr 0 std 31, -8(1) std 0, 16(1) stdu 1, -128(1) mr 31, 1 .endm .macro end, sym addi 1,31,128 ld 0, 16(1) mtlr 0 ld 31, -8(1) blr .size \sym, . - .L.\sym .endm .macro forwar...
tactcomplabs/xbgas-binutils-gdb
3,787
ld/testsuite/ld-powerpc/tocopt7.s
.section .toc,"aw" .p2align 4 x4t: .quad x4 x5t: .quad x5 x6t: .quad x6 .section .sdata,"aw" .p2align 4 x1: .quad 1 x2: .quad 2 x3: .quad 3 x4: .quad 4 x5: .quad 5 x6: .quad 6 .globl _start .text _start: # no need for got entry, optimise to nop,addi addis 9,2,x1@got@ha ld 9,x1@got@l(9) # must keep go...
tactcomplabs/xbgas-binutils-gdb
1,480
ld/testsuite/ld-powerpc/tlstoc.s
.section ".tbss","awT",@nobits .global _start,gd0,ld0,ld1,ld2,ie0,le0,le1 .align 3 gd0: .space 8 ld0: .space 8 ld1: .space 8 ld2: .space 8 ie0: .space 8 le0: .space 8 le1: .space 8 .section ".tdata","awT",@progbits .align 3 gd4: .quad 0x123456789abcdef0 ld4: .quad 0x23456789abcdef01 ld5: .quad 0x3456789abcdef012 ...
tactcomplabs/xbgas-binutils-gdb
1,082
ld/testsuite/ld-powerpc/pr23937.s
.abiversion 2 .text .p2align 4,,15 .type implementation, @function implementation: .LCF0: addis 2,12,.TOC.-.LCF0@ha addi 2,2,.TOC.-.LCF0@l .localentry implementation,.-implementation mflr 0 addis 3,2,.LC0@toc@ha addi 3,3,.LC0@toc@l std 0,16(1) stdu 1,-32(1) bl puts nop addi 1,1,32 li 3,0 ld 0,16(1) mt...
tactcomplabs/xbgas-binutils-gdb
2,940
ld/testsuite/ld-powerpc/pcrelopt.s
.text .globl _start _start: # original PCREL_OPT definition, with second insn immediately after first pld 9,sym@got@pcrel .reloc .-8,R_PPC64_PCREL_OPT,0 lbz 3,0(9) # but we now allow an offset to the second insn pld 22,sym@got@pcrel .reloc .-8,R_PPC64_PCREL_OPT,0f-(.-8) nop 0: lhz 4,0(22) # in fact, it can ...
tactcomplabs/xbgas-binutils-gdb
1,703
ld/testsuite/ld-riscv-elf/variant_cc-2.s
.text .variant_cc cc_global_default_def .variant_cc cc_global_default_undef .variant_cc cc_global_default_ifunc .variant_cc cc_global_hidden_def .variant_cc cc_global_hidden_ifunc .variant_cc cc_local2 .variant_cc cc_local2_ifunc .global cc_global_default_def .global cc_global_default_undef .global cc_global_default_...
tactcomplabs/xbgas-binutils-gdb
1,667
ld/testsuite/ld-riscv-elf/variant_cc-1.s
.text .variant_cc cc_global_default_def .variant_cc cc_global_default_undef .variant_cc cc_global_default_ifunc .variant_cc cc_global_hidden_def .variant_cc cc_global_hidden_ifunc .variant_cc cc_local .variant_cc cc_local_ifunc .global cc_global_default_def .global cc_global_default_undef .global cc_global_default_if...
tactcomplabs/xbgas-binutils-gdb
1,289
ld/testsuite/ld-frv/fdpic3.s
.text .weak _start _start: .global F3 .type F3,@function F3: call HF0 .global HF0 .hidden HF0 .global HF1 .hidden HF1 .global HF2 .hidden HF2 .global HF3 .hidden HF3 .global HF4 .hidden HF4 .global HF5 .hidden HF5 .global HF6 .hidden HF6 .global HF7 .hidden HF7 .global HF8 .hidden HF8 .global HF...
tactcomplabs/xbgas-binutils-gdb
1,055
ld/testsuite/ld-frv/fdpic2.s
.text .weak _start _start: .global F2 .type F2,@function F2: call GF0 .global GF0 .global GF1 .global GF2 .global GF3 .global GF4 .global GF5 .global GF6 .global GF7 .global GF8 .global GF9 .global GFa .global GFb .global GFc GF0: GF1: GF2: GF3: GF4: GF5: GF6: GF7: GF8: GF9: GFa: GFb: GFc: addi gr15,...
tactcomplabs/xbgas-binutils-gdb
1,926
ld/testsuite/ld-frv/tls-1.s
.section .tbss,"awT",@nobits .align 4 .globl i .type i, @object .size i, 4 i: .zero 4 .align 4 .type l, @object .size l, 4 l: .zero 4 .text .globl _start _start: call #gettlsoff(x) sethi.p #gottlsdeschi(x), gr14 setlo #got...
tactcomplabs/xbgas-binutils-gdb
1,099
ld/testsuite/ld-frv/fdpic8.s
.text .weak _start _start: .global F8 .type F8,@function F8: call GF0+4 .global GF0 .global GF1 .global GF2 .global GF3 .global GF4 .global GF5 .global GF6 .global GF7 .global GF8 .global GF9 .global GFa .global GFb .global GFc GF0: GF1: GF2: GF3: GF4: GF5: GF6: GF7: GF8: GF9: GFa: GFb: GFc: addi gr1...
tactcomplabs/xbgas-binutils-gdb
4,979
ld/testsuite/ld-frv/tls-2.s
.section .tbss,"awT",@nobits .align 4 .type l, @object .size l, 4 l: .zero 4 .align 4 .globl i .type i, @object .size i, 4 i: .zero 4 .text .globl _start _start: call #gettlsoff(l+1) call #gettlsoff(l+1+4096) call #gettlsof...
tactcomplabs/xbgas-binutils-gdb
1,343
ld/testsuite/ld-frv/fdpic4.s
.text .weak _start _start: .global F4 .type F4,@function F4: call PF0 .global PF0 .protected PF0 .global PF1 .protected PF1 .global PF2 .protected PF2 .global PF3 .protected PF3 .global PF4 .protected PF4 .global PF5 .protected PF5 .global PF6 .protected PF6 .global PF7 .protected PF7 .global PF8 ...
tactcomplabs/xbgas-binutils-gdb
1,133
ld/testsuite/ld-tic6x/unwind-4.s
.cfi_sections .c6xabi.exidx .text # out of line table entry .global _start .type _start, %function _start: .cfi_startproc .cfi_offset B3, 0 .cfi_def_cfa_offset 8 nop .p2align 6 .cfi_endproc .personalityindex 3 .handlerdata .word 0 .endp # entry that can be merged .cfi_startproc .cfi_offset B3, 0 .cf...
tactcomplabs/xbgas-binutils-gdb
1,037
ld/testsuite/ld-pe/secidx1.s
.text .ascii ">>>>" pre04: .ascii "<<<<" .ascii ">>>>>" pre0d: .ascii "<<<" .ascii ">>>>>>" pre16: .ascii "<<" .ascii ">>>>>>>" pre1f: .ascii "<" .data .ascii ">>>>" sam04: .ascii "<<<<" .ascii ">>>>>" sam0d: .ascii "<<<" .ascii ">>>>>>" sam16: .ascii "<<" .ascii ">>>>>>>" sam1f: .ascii "<" .ascii ">>>>" ...
tactcomplabs/xbgas-binutils-gdb
1,099
ld/testsuite/ld-pe/secrel1.s
.text .ascii ">>>>" pre04: .ascii "<<<<" .ascii ">>>>>" pre0d: .ascii "<<<" .ascii ">>>>>>" pre16: .ascii "<<" .ascii ">>>>>>>" pre1f: .ascii "<" .data .ascii ">>>>" sam04: .ascii "<<<<" .ascii ">>>>>" sam0d: .ascii "<<<" .ascii ">>>>>>" sam16: .ascii "<<" .ascii ">>>>>>>" sam1f: .ascii "<" .ascii ">>>>" ...
tactcomplabs/xbgas-binutils-gdb
1,224
ld/testsuite/ld-h8300/relax-7a.s
.h8300s # relax expected .global _start .section .text.func1,"ax",@progbits .align 1 _start: sub.l er0,er0 sub.l er2,er2 mov.l #var3,er1 mov.l @(table+4:32,er2),er2 jmp @er2 .section .rodata.tab,"a",@progbits .align 2 table: .long .L20 .long .L21 .long .L22 .long .L30noRelax .long .L31noRelax .long .L3...
tactcomplabs/xbgas-binutils-gdb
1,402
ld/testsuite/ld-h8300/relax-4.s
; Relaxation is possible for following bit manipulation instructions ; BAND, BCLR, BIAND, BILD, BIOR, BIST, BIXOR, BLD, BNOT, BOR, BSET, BST, BTST, BXOR .h8300s .globl _start _start: # s3-s6 aren't valid 16-bit addresses. mov.b #0x3,r0l mov.b #0x5,r2l ; ; Relaxation of aa:16 ; bs...
tactcomplabs/xbgas-binutils-gdb
1,145
ld/testsuite/ld-h8300/relax-5.s
; Relaxation is possible from @aa:32 to @aa:16 for following instructions ; ldc.w @@aa:32,ccr ; stc.w ccr,@@aa:32 ; ldc.w @aa:32,exr ; stc.w exr,@aa:32 .h8300s .globl _start ; ; Relaxation of aa:32 ; _start: ldc @s1:32,ccr ldc @s2:32,ccr ldc @s3:32,ccr ldc @s4:32,ccr ldc @s5:32,ccr ldc @s6:32...
tactcomplabs/xbgas-binutils-gdb
1,448
ld/testsuite/ld-elf/linux-x86.S
.text .globl _start .type _start,@function .p2align 4 _start: xorl %ebp, %ebp #ifdef __LP64__ popq %rdi movq %rsp, %rsi andq $~15, %rsp #elif defined __x86_64__ mov (%rsp),%edi addl $4,%esp movl %esp, %esi andl $~15, %esp #else popl %esi movl %esp, %ecx andl $~15, %esp subl $8,%esp pushl %ecx push...
tactcomplabs/xbgas-binutils-gdb
1,642
ld/testsuite/ld-elf/retain1.s
.global discard0 .section .bss.discard0,"aw" .type discard0, %object discard0: .zero 2 .global discard1 .section .bss.discard1,"aw" .type discard1, %object discard1: .zero 2 .global discard2 .section .data.discard2,"aw" .type discard2, %object discard2: .word 1 .section .bss.sdiscard0,"aw" .type sdisca...
tactcomplabs/xbgas-binutils-gdb
5,556
ld/testsuite/ld-elf/compress1.s
/* This testcase is derived from a similar test in GDB. Copyright (C) 2008-2022 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the Lic...
tactcomplabs/xbgas-binutils-gdb
2,038
ld/testsuite/ld-elf/eh4.s
.text .align 512 .globl foo .type foo, @function foo: .LFB1: subq $72, %rsp .LCFI1: xorl %eax, %eax movq %rsp, %rdi call bar@PLT addq $72, %rsp ret .LFE1: .size foo, .-foo .globl bar .type bar, @function bar: .LFB2: subq $72, %rsp .LCFI2: xorl %eax, %eax movq %rsp, %rdi call bar@PLT addq $72, %rsp re...
tactcomplabs/xbgas-binutils-gdb
1,756
ld/testsuite/ld-aarch64/variant_pcs-1.s
.text .variant_pcs f_spec_global_default_def .variant_pcs f_spec_global_default_undef .variant_pcs f_spec_global_hidden_def .variant_pcs f_spec_local .variant_pcs f_spec_global_default_ifunc .variant_pcs f_spec_global_hidden_ifunc .variant_pcs f_spec_local_ifunc .global f_spec_global_default_def .global f_spec_global...