* fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
From-SVN: r31554
This commit is contained in:
parent
8a9220959f
commit
84c70deca5
2 changed files with 4 additions and 1 deletions
gcc
|
@ -1,3 +1,7 @@
|
||||||
|
2000-01-21 Zack Weinberg <zack@wolery.cumb.org>
|
||||||
|
|
||||||
|
* fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
|
||||||
|
|
||||||
2000-01-21 Jakub Jelinek <jakub@redhat.com>
|
2000-01-21 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
|
* config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
|
||||||
|
|
|
@ -643,7 +643,6 @@ FIX_PROC_HEAD( machine_name_fix )
|
||||||
}
|
}
|
||||||
done:
|
done:
|
||||||
fputs (text, stdout);
|
fputs (text, stdout);
|
||||||
free (scratch);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue