]> sourceware.org Git - newlib-cygwin.git/commitdiff
gas/
authorAlan Modra <modra@gmail.com>
Mon, 27 Feb 2012 06:37:38 +0000 (06:37 +0000)
committerAlan Modra <modra@gmail.com>
Mon, 27 Feb 2012 06:37:38 +0000 (06:37 +0000)
* config/tc-crx.c: Include bfd_stdint.h.
(getconstant): Remove irrelevant comment.  Don't fail due to
sign-extension of int mask.
(check_range): Rewrite using unsigned arithmetic throughout.
opcodes/
* crx-dis.c (print_arg): Mask constant to 32 bits.
* crx-opc.c (cst4_map): Use int array.
include/opcode/
* crx.h (cst4_map): Update declaration.

include/opcode/ChangeLog
include/opcode/crx.h

index 5241b37312b93c9d3e5900d5e6ac583e0fa357ef..71018b0890d71a5106a7dcabe99b4232941a881b 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-27  Alan Modra  <amodra@gmail.com>
+
+       * crx.h (cst4_map): Update declaration.
+
 2012-02-25  Walter Lee  <walt@tilera.com>
 
        * tilegx.h (tilegx_mnemonic): Add TILEGX_OPC_LD4S_TLS,
index 5c484bf26bcafe5d73572ddaa0dd8ad4b7e8320f..6081ea3548d0fbdbc2b3cf75e0d31a338b6d86a0 100644 (file)
@@ -1,5 +1,5 @@
 /* crx.h -- Header file for CRX opcode and register tables.
-   Copyright 2004, 2010 Free Software Foundation, Inc.
+   Copyright 2004, 2010, 2012 Free Software Foundation, Inc.
    Contributed by Tomer Levi, NSC, Israel.
    Originally written for GAS 2.12 by Tomer Levi, NSC, Israel.
    Updates, BFDizing, GNUifying and ELF support by Tomer Levi.
@@ -384,7 +384,7 @@ extern const int crx_num_traps;
 #define NUMTRAPS crx_num_traps
 
 /* cst4 operand mapping.  */
-extern const long cst4_map[];
+extern const int cst4_map[];
 extern const int cst4_maps;
 
 /* Table of instructions with no operands.  */
This page took 0.033951 seconds and 5 git commands to generate.