[Bug gas/994] section switch in function causes segfault

2005-11-22 Thread wilson at specifix dot com
--- Additional Comments From wilson at specifix dot com 2005-11-23 04:41 --- Fixed on mainline. http://sourceware.org/ml/binutils/2005-11/msg00335.html -- What|Removed |Added

[Bug gas/994] section switch in function causes segfault

2005-11-22 Thread wilson at specifix dot com
--- Additional Comments From wilson at specifix dot com 2005-11-23 03:25 --- I spent some time looking at this, and I'm giving up. I'm just making this a hard error. If someone else wants to try to make this work, good luck. There are a number of problems here. The .endp is ending u

[Bug gas/1889] as looping infinitely on maybe invalid input

2005-11-22 Thread wilson at specifix dot com
--- Additional Comments From wilson at specifix dot com 2005-11-23 02:01 --- Fix checked in to mainline. http://sourceware.org/ml/binutils/2005-11/msg00334.html -- What|Removed |Added --

[Bug gas/1889] as looping infinitely on maybe invalid input

2005-11-22 Thread wilson at specifix dot com
--- Additional Comments From wilson at specifix dot com 2005-11-23 01:54 --- Try assigning it to myself again. -- What|Removed |Added AssignedTo|unassigned at source

[Bug gas/1889] as looping infinitely on maybe invalid input

2005-11-22 Thread wilson at specifix dot com
--- Additional Comments From wilson at specifix dot com 2005-11-23 01:52 --- We only need two lines to trigger the bug. .mmi br.call.sptk.many b0 = splay_tree_new# The insn doesn't fit in the template, and we end up going round and round never making any forward progress.