[Bug gold/18327] Exception frame merging is broken in gold

2015-04-27 Thread rafael.espindola at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18327

Rafael Ávila de Espíndola rafael.espindola at gmail dot com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Rafael Ávila de Espíndola rafael.espindola at gmail dot 
com ---
Fixed in cfbf0e3c5b637d66b2b1aeadecae9c187b825b2f

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/18327] Exception frame merging is broken in gold

2015-04-27 Thread rafael.espindola at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18327

--- Comment #2 from Rafael Ávila de Espíndola rafael.espindola at gmail dot 
com ---
I have bisected this to 67f95b96b4d5e8e19520d94bebae92db2f67af74

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/18327] Exception frame merging is broken in gold

2015-04-27 Thread rafael.espindola at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18327

--- Comment #3 from Rafael Ávila de Espíndola rafael.espindola at gmail dot 
com ---
A small assembly testcase:

a.s:
-
.cfi_startproc
.cfi_endproc
---
b.s:
--
.cfi_startproc
.cfi_personality 3, __gxx_personality_v0
.cfi_endproc
.cfi_startproc
.cfi_endproc
---
c.s:
-
.globl  __gxx_personality_v0
.type   __gxx_personality_v0,@function
__gxx_personality_v0:
--

gcc -c a.s
gcc -c b.s
gcc -c c.s
ld c.o -shared -o c.so

ld-new a.o b.o c.so -o t
ld-old a.o b.o c.so -o t2

t will be missing a relocation to __gxx_personality_v0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/18327] Exception frame merging is broken in gold

2015-04-27 Thread rafael.espindola at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18327

--- Comment #4 from Rafael Ávila de Espíndola rafael.espindola at gmail dot 
com ---
I should have a patch in a minute.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/18327] Exception frame merging is broken in gold

2015-04-25 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18327

Cary Coutant ccoutant at gmail dot com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Cary Coutant ccoutant at gmail dot com ---
Here's the patch that broke the test case:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=0916f9e741d6fd9dab4b0602bef034d01fa71650

I'm looking at it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/18327] Exception frame merging is broken in gold

2015-04-24 Thread ian at airs dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18327

Ian Lance Taylor ian at airs dot com changed:

   What|Removed |Added

 CC||rafael.espindola at gmail dot 
com

-- 
You are receiving this mail because:
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils