OSDN Git Service

* config/mmix/mmix.c (mmix_encode_section_info): Remove duplicate
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Nov 2007 22:29:40 +0000 (22:29 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Nov 2007 22:29:40 +0000 (22:29 +0000)
line in my edit of the last change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130360 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mmix/mmix.c

index 7f9f809..6670025 100644 (file)
@@ -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
index 271b3d2..fa6566b 100644 (file)
@@ -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);
     }