bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/1568] COFF code section should be read only


From: vahur dot sinijarv at cydonia dot ee
Subject: [Bug gas/1568] COFF code section should be read only
Date: 1 Nov 2005 18:51:38 -0000

------- 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]