https://sourceware.org/bugzilla/show_bug.cgi?id=24125

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2019-01-24
     Ever confirmed|0                           |1

--- Comment #4 from Alan Modra <amodra at gmail dot com> ---
Part of hexdump -c display of good file.

0000060  \t   .   a   s   c   i   i       "   H   e   l   l   o       w
0000070   o   r   l   d   !   \   0   "  \r  \n  \t   .   t   e   x   t

The same in the bad file.

0000060  \t   .   a   s   c   i   i       "   H   e   l   l   o       w
0000070   o   r   l   d   !   \  \0   "  \r  \n  \t   .   t   e   x   t

The difference is that the bad file has an embedded NUL in the source.  That's
a bug in your gcc, but gas shouldn't give an internal error on user input, so
it's a bug in gas too.

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

Reply via email to