Commit 760d23ea by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

mmix.c (mmix_encode_section_info): Remove duplicate line in my edit of the last change.

	* config/mmix/mmix.c (mmix_encode_section_info): Remove duplicate
	line in my edit of the last change.

From-SVN: r130360
parent ebfe65a3
2007-11-22 Hans-Peter Nilsson <hp@bitrange.com>
* config/mmix/mmix.c (mmix_encode_section_info): Remove duplicate
line in my edit of last commit.
2007-11-22 Jakub Jelinek <jakub@redhat.com>
PR target/33947
......@@ -1161,7 +1161,6 @@ mmix_encode_section_info (tree decl, rtx rtl, int first)
char *newstr = alloca (len + 2);
newstr[0] = '@';
strcpy (newstr + 1, str);
*newstr = '@';
XSTR (XEXP (rtl, 0), 0) = ggc_alloc_string (newstr, len + 1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment