diff options
Diffstat (limited to 'gold/testsuite/pr26936c.s')
-rw-r--r-- | gold/testsuite/pr26936c.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/testsuite/pr26936c.s b/gold/testsuite/pr26936c.s new file mode 100644 index 0000000..379cb71 --- /dev/null +++ b/gold/testsuite/pr26936c.s @@ -0,0 +1,6 @@ + .section .text.__x86.get_pc_thunk.bx,"axG",%progbits,__x86.get_pc_thunk.bx,comdat + .globl __x86.get_pc_thunk.bx + .hidden __x86.get_pc_thunk.bx + .type __x86.get_pc_thunk.bx, %function +__x86.get_pc_thunk.bx: + .nop |