[Bug gas/16109] Incorrect listing (single line comment after multiline one causes line mis-alignment)

2013-11-09 Thread makhaloff at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16109

Alexey Makhalov  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 CC||makhaloff at gmail dot com
   Assignee|unassigned at sourceware dot org   |makhaloff at gmail dot 
com
 Ever confirmed|1   |0

--- Comment #1 from Alexey Makhalov  ---
Created attachment 7272
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7272&action=edit
patch to fix that problem

Multiline comment increases add_newlines counter by each newline. And after
"*/\n" app inserts necessary amount of "\n". But it didn't happen after
"*/#some comment\n" sequence.
This patch fixes that.

-- 
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 gas/16109] Incorrect listing (single line comment after multiline one causes line mis-alignment)

2013-11-09 Thread makhaloff at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16109

Alexey Makhalov  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from Alexey Makhalov  ---
I've checked on some tests.
It works for me.

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