summaryrefslogtreecommitdiff
path: root/opcodes/cgen-asm.c
Commit message (Collapse)AuthorAgeFilesLines
* * frv.opc (parse_uhi16): Fix handling of %hi operator on 64-bitNick Clifton2011-12-151-3/+19
| | | | | | | | | | | | | hosts. * cgen-asm.c (cgen_parse_signed_integer): Add code to handle the sign extension of negative values on a 64-bit host. * frv-asm.c: Regenerate. * gas/frv/immediates.s: New test file - checks assembly of constant values. * gas/frv/immediates.d: Expected disassmbly. * gas/frv/allinsn.exp: Run the new test.
* update copyright datesAlan Modra2009-09-021-1/+1
|
* Change source files over to GPLv3.Nick Clifton2007-07-051-9/+9
|
* Update the address and phone number of the FSFNick Clifton2005-05-071-1/+1
|
* update copyright datesAlan Modra2005-03-031-1/+2
|
* Convert cgen to C-90Michael Meissner2003-08-081-51/+39
|
* * cgen-asm.c (cgen_parse_keyword): Added underscore to symbol characterDoug Evans2002-12-201-1/+3
| | | | check to fix false keyword trigger with names such as <keyword>_foo.
* * cgen-asm.c (cgen_parse_keyword): If the keyword is too big toRichard Sandiford2001-11-091-4/+10
| | | | fit in the buffer, try to match the empty keyword.
* Fix compile time warning messagesNick Clifton2001-09-191-0/+4
|
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-4/+3
|
* * cgen-asm.c (cgen_parse_keyword): Allow any first character.Geoffrey Keating2001-06-291-0/+6
| | | | | * cgen-opc.c (cgen_keyword_add): Ignore special first character when building nonalpha_chars field.
* Index: opcodes/ChangeLogGeoffrey Keating2001-06-141-8/+7
| | | | | | | | | | | | | | | | | | | | | 2001-06-13 Geoffrey Keating <geoffk@redhat.com> * cgen-asm.c (cgen_parse_keyword): When looking for the boundaries of a keyword, allow any special characters that are actually in one of the allowed keyword. * cgen-opc.c (cgen_keyword_add): Add any special characters to the nonalpha_chars field. Index: cgen/ChangeLog 2001-06-13 Geoffrey Keating <geoffk@redhat.com> * desc.scm (<keyword> 'gen-defn): Add extra zero into CGEN_KEYWORD_ENTRY initializers. Index: include/opcode/ChangeLog 2001-06-13 Geoffrey Keating <geoffk@redhat.com> * cgen.h (cgen_keyword): Add nonalpha_chars field.
* Fix typos in ChangeLogs; fix dates in copyright noticesNick Clifton2001-03-131-1/+1
|
* 2000-07-26 Dave Brolley <brolley@redhat.com>Dave Brolley2000-07-261-2/+2
| | | | | | | | | | | | | * cgen-opc.c (cgen_hw_lookup_by_name): 'i' is now unsigned. (cgen_hw_lookup_by_num): Ditto. (cgen_operand_lookup_by_name): Ditto. (print_address): Ditto. (print_keyword): Ditto. * cgen-dis.c (hash_insn_array): Mark unused parameters with ATTRIBUTE_UNUSED. * cgen-asm.c (hash_insn_array): Mark unused parameters with ATTRIBUTE_UNUSED. (cgen_parse_keyword): Ditto.
* Initial revisionRichard Henderson1999-05-031-0/+359