diff gcc/common/config/bfin/bfin-common.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
line wrap: on
line diff
--- a/gcc/common/config/bfin/bfin-common.c	Thu Oct 25 07:37:49 2018 +0900
+++ b/gcc/common/config/bfin/bfin-common.c	Thu Feb 13 11:34:05 2020 +0900
@@ -1,5 +1,5 @@
 /* Common hooks for Blackfin.
-   Copyright (C) 2005-2018 Free Software Foundation, Inc.
+   Copyright (C) 2005-2020 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -301,7 +301,7 @@
     {
     case OPT_mshared_library_id_:
       if (value > MAX_LIBRARY_ID)
-	error_at (loc, "-mshared-library-id=%s is not between 0 and %d",
+	error_at (loc, "%<-mshared-library-id=%s%> is not between 0 and %d",
 		  arg, MAX_LIBRARY_ID);
       return true;
 
@@ -320,7 +320,7 @@
 
 	if (p == NULL)
 	  {
-	    error_at (loc, "-mcpu=%s is not valid", arg);
+	    error_at (loc, "%<-mcpu=%s%> is not valid", arg);
 	    return false;
 	  }
 
@@ -356,7 +356,8 @@
 		|| si_major > 0xff || si_minor > 0xff)
 	      {
 	      invalid_silicon_revision:
-		error_at (loc, "-mcpu=%s has invalid silicon revision", arg);
+		error_at (loc, "%<-mcpu=%s%> has invalid silicon revision",
+			  arg);
 		return false;
 	      }