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
This commit is contained in:
parent
ebfe65a3be
commit
760d23eaa6
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue