mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
f1dab70d1a
2005-02-13 Jan Beulich <jbeulich@novell.com> * config/tc-ia64.c (md_parse_option): Handle -xnone and -xdebugn. (md_show_usage): Add -xnone, -xdebugn, and -xdebugx. Relocate default indicator. (ia64_init): Set md.detect_dv. (ia64_start_line): New static variable warned. Warn only once when encountering explicit stops in automatic mode. * doc/c-ia64.texi: Describe -xnone, -xdebugn, and -xdebugx. * NEWS: Mention new default mode. gas/testsuite/ 2005-02-13 Jan Beulich <jbeulich@novell.com> * gas/ia64/label.l: Adjust line numbers. * gas/ia64/label.s: Add .explicit. * gas/ia64/nop_x.s: Likewise. * gas/ia64/opc-a.d: Add assembler option -xnone. * gas/ia64/opc-b.d: Likewise. * gas/ia64/opc-f.d: Likewise. * gas/ia64/opc-i.d: Likewise. * gas/ia64/opc-m.d: Likewise. * gas/ia64/opc-x.d: Likewise. * gas/ia64/pseudo.d: Likewise. * gas/ia64/regs.d: Likewise. * gas/ia64/tls.d: Likewise. * gas/ia64/unwind-err.l: Adjust line numbers. * gas/ia64/unwind-err.s: Remove explicit stops. ld/testsuite/ 2005-02-13 Jan Beulich <jbeulich@novell.com> * ld-elfvers/vers.exp (as_options): New. Set to -x for ia64. (build_binary): Pass as_options to ld_assemble. (test_ldfail): Likewise. (build_exec): Likewise. Pass as_options to run_ld_link_tests. * ld-ia64/tlsbin.s: Add .explicit. * ld-ia64/tlsbinpic.s: Likewise. * ld-ia64/tlspic1.s: Likewise.
55 lines
847 B
ArmAsm
55 lines
847 B
ArmAsm
.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
|
|
.explicit
|
|
.pred.safe_across_calls p1-p5,p16-p63
|
|
.text
|
|
.globl _start#
|
|
.proc _start#
|
|
_start:
|
|
/* IE */
|
|
addl r14 = @ltoff(@tprel(sG2#)), gp
|
|
;;
|
|
ld8 r14 = [r14]
|
|
;;
|
|
add r14 = r14, r13
|
|
;;
|
|
|
|
/* IE against global symbol in exec */
|
|
addl r14 = @ltoff(@tprel(bl1#)), gp
|
|
;;
|
|
ld8 r14 = [r14]
|
|
;;
|
|
add r14 = r14, r13
|
|
;;
|
|
|
|
/* LE */
|
|
mov r2 = r13
|
|
;;
|
|
addl r14 = @tprel(sg1#), r2
|
|
addl r15 = @tprel(bl2#) + 2, r2
|
|
;;
|
|
adds r14 = @tprel(sh2#) + 3, r13
|
|
movl r15 = @tprel(bl2#) + 1
|
|
;;
|
|
add r15 = r15, r13
|
|
;;
|
|
|
|
br.ret.sptk.many b0
|
|
.endp _start#
|