PATCH: Fix config/rs6000/darwin-vecsave.asm
Tristan Gingold
gingold@adacore.com
Fri Apr 10 13:19:00 GMT 2009
On Apr 10, 2009, at 3:14 PM, H.J. Lu wrote:
> I checked in this patch to remove the extra "*/".
Humm, wrong mailing list ?
> H.J.
> ---
> Index: ChangeLog
> ===================================================================
> --- ChangeLog (revision 145895)
> +++ ChangeLog (working copy)
> @@ -1,3 +1,7 @@
> +2009-04-10 H.J. Lu <hongjiu.lu@intel.com>
> +
> + * config/rs6000/darwin-vecsave.asm: Remove extra "*/".
> +
> 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
>
> PR target/39678
> Index: config/rs6000/darwin-vecsave.asm
> ===================================================================
> --- config/rs6000/darwin-vecsave.asm (revision 145893)
> +++ config/rs6000/darwin-vecsave.asm (working copy)
> @@ -19,7 +19,7 @@
> * You should have received a copy of the GNU General Public License
> and
> * a copy of the GCC Runtime Library Exception along with this
> program;
> * see the files COPYING3 and COPYING.RUNTIME respectively. If not,
> see
> - * <http://www.gnu.org/licenses/>. */
> + * <http://www.gnu.org/licenses/>.
> */
>
> /* Vector save/restore routines for Darwin. Note that each vector
>
More information about the Binutils
mailing list