------- Additional Comments From vahur dot sinijarv at cydonia dot ee  
2005-11-01 18:51 -------
The patch does work if you change it from
!         while (attr = * input_line_pointer++,
!                attr != '"'
!                && ! is_end_of_line[attr])
to
!         while (attr = *++input_line_pointer,
!                attr != '"'
!                && ! is_end_of_line[attr])


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=1568

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to