Comparing abortSignalHandler in assumed vs ignored

Files changed (1) hide show
  1. bsls_exceptionutil.t/{0.assume.s → 0.none.s} +8 -5
bsls_exceptionutil.t/{0.assume.s → 0.none.s} RENAMED
@@ -1,7 +1,10 @@
1
  0000000000400fb0 <abortSignalHandler>:
2
  0000000000000000: 01 pushq %rax
3
- 0000000000000001: 06 movb 2105797(%rip), %al # 60317c <g_inTest>
 
 
 
4
- 0000000000000007: 05 movl $6304128, %edi
5
- 000000000000000c: 05 movl $1, %esi
6
- 0000000000000011: 05 callq 0x400d60 <siglongjmp@plt>
7
- 0000000000000016: 10 nopw %cs:(%rax,%rax)
1
  0000000000400fb0 <abortSignalHandler>:
2
  0000000000000000: 01 pushq %rax
3
+ 0000000000000001: 07 cmpb $0, 2105796(%rip) # 60317c <g_inTest>
4
+ 0000000000000008: 02 jne 0x400fbc <abortSignalHandler+0xc>
5
+ 000000000000000a: 01 popq %rax
6
+ 000000000000000b: 01 retq
7
+ 000000000000000c: 05 movl $6304128, %edi
8
+ 0000000000000011: 05 movl $1, %esi
9
+ 0000000000000016: 05 callq 0x400d60 <siglongjmp@plt>
10
+ 000000000000001b: 05 nopl (%rax,%rax)