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

2005-11-07 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2005-11-07 17:57 --- Revised patch applied. (Sorry about the silly thinko in the first version). -- What|Removed |Added

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

2005-11-01 Thread vahur dot sinijarv at cydonia dot ee
--- Additional Comments From vahur dot sinijarv at cydonia dot ee 2005-11-01 18:53 --- Created an attachment (id=735) --> (http://sourceware.org/bugzilla/attachment.cgi?id=735&action=view) changed input_line_pointer post-increment to pre-increment the fixed patch -- http://sourcewa

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

2005-11-01 Thread vahur dot sinijarv at cydonia dot ee
--- 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_li

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

2005-10-29 Thread vahur dot sinijarv at cydonia dot ee
--- Additional Comments From vahur dot sinijarv at cydonia dot ee 2005-10-29 12:06 --- The patch unfortunately does not work. Now there is a problem with read-only data sections. .section .rdata, "dr" (which is a read-only data section generated by GCC) now causes gas to emit an error:

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

2005-10-28 Thread nickc at redhat dot com
-- What|Removed |Added Status|NEW |WAITING http://sourceware.org/bugzilla/show_bug.cgi?id=1568 --- You are receiving this mail because:

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

2005-10-28 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2005-10-28 10:36 --- Created an attachment (id=730) --> (http://sourceware.org/bugzilla/attachment.cgi?id=730&action=view) set readonly bit when handling 'x' attribute for COFF .section pseudo op -- http://sourceware.org/bugzilla

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

2005-10-28 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2005-10-28 10:34 --- Subject: Re: New: COFF code section should be read only Hi Vahur, > To create object files which are link-compatible with MS Visual C, the "x" > flag > in .section directive should also set read only flag in C