diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2009-07-31 04:55:48 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2009-07-31 04:55:48 +0000 |
commit | dd52c6dee232ec529d5a52ae0d40842f0d0cfc66 (patch) | |
tree | 2a7ec7ea4ad52ac71a775e16fcd901dc4c486491 /ld/testsuite/ld-mmix/y.s | |
parent | 080a1b9fb589cccd3ec63e91e871ef832c67abfd (diff) | |
download | gdb-dd52c6dee232ec529d5a52ae0d40842f0d0cfc66.zip gdb-dd52c6dee232ec529d5a52ae0d40842f0d0cfc66.tar.gz gdb-dd52c6dee232ec529d5a52ae0d40842f0d0cfc66.tar.bz2 |
* ld-mmix/x.s, ld-mmix/y.s, ld-mmix/zeroeh.ld,
ld-mmix/zeroehelf.d, ld-mmix/zeroehmmo.d: Use .gcc_except_table,
not .eh_frame.
Diffstat (limited to 'ld/testsuite/ld-mmix/y.s')
-rw-r--r-- | ld/testsuite/ld-mmix/y.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/testsuite/ld-mmix/y.s b/ld/testsuite/ld-mmix/y.s index fcfcd35..1773d67 100644 --- a/ld/testsuite/ld-mmix/y.s +++ b/ld/testsuite/ld-mmix/y.s @@ -2,8 +2,8 @@ ;# that this version of fn has different code, as if compiled ;# with different optimization flags than the one in x.s (not ;# important for this test, though). The reference from -;# .eh_frame to the linkonce-excluded fn2 must be zero, or g++ -;# EH will not work. +;# .gcc_except_table to the linkonce-excluded fn2 must be zero, +;# or g++ EH will not work. .section .gnu.linkonce.t.fn2,"ax",@progbits .weak fn2 @@ -23,7 +23,7 @@ L:e: L:f: .size fn,L:f-L:e - .section .eh_frame,"aw",@progbits + .section .gcc_except_table,"aw",@progbits .long 7 .long L:c .long L:d-L:c |