include/opcode/
[deliverable/binutils-gdb.git] / include / opcode / dlx.h
index 23e3b00bccc25c9e580ff2b08c0d90722e7aa01c..278e936cdf902b4c54ac46ae462306eca2b97f6a 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 
    Initially created by Kuang Hwa Lin, 2002.   */
 
@@ -163,7 +163,7 @@ struct dlx_opcode
   char *args;
 };
 
-static CONST struct dlx_opcode dlx_opcodes[] =
+static const struct dlx_opcode dlx_opcodes[] =
   {
   /* Arithmetic and Logic R-TYPE instructions.  */
     { "nop",      (ALUOP|NOPF),   "N"     },  /* NOP                          */
This page took 0.022934 seconds and 4 git commands to generate.