| OLD | NEW |
| 1 /* Assembler interface for targets using CGEN. -*- C -*- | 1 /* Assembler interface for targets using CGEN. -*- C -*- |
| 2 CGEN: Cpu tools GENerator | 2 CGEN: Cpu tools GENerator |
| 3 | 3 |
| 4 THIS FILE IS MACHINE GENERATED WITH CGEN. | 4 THIS FILE IS MACHINE GENERATED WITH CGEN. |
| 5 - the resultant file is machine generated, cgen-asm.in isn't | 5 - the resultant file is machine generated, cgen-asm.in isn't |
| 6 | 6 |
| 7 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2005, 2007, 2008, 2010 | 7 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2005, 2007, 2008, 2010 |
| 8 Free Software Foundation, Inc. | 8 Free Software Foundation, Inc. |
| 9 | 9 |
| 10 This file is part of libopcodes. | 10 This file is part of libopcodes. |
| (...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 | 455 |
| 456 if (**strp == '#' || **strp == '%') | 456 if (**strp == '#' || **strp == '%') |
| 457 { | 457 { |
| 458 if (strncasecmp (*strp + 1, "hi(", 3) == 0) | 458 if (strncasecmp (*strp + 1, "hi(", 3) == 0) |
| 459 { | 459 { |
| 460 *strp += 4; | 460 *strp += 4; |
| 461 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_FRV_HI16, | 461 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_FRV_HI16, |
| 462 & result_type, & value); | 462 & result_type, & value); |
| 463 if (**strp != ')') | 463 if (**strp != ')') |
| 464 return "missing `)'"; | 464 return "missing `)'"; |
error: old chunk mismatch |
None
| OLD | NEW |