diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2001-07-12 21:26:42 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2001-07-12 21:26:42 +0000 |
commit | 23969580f6bd5d3d0c65d962d34e39b9563ceca1 (patch) | |
tree | c5307211233c6809f383a70287f48a94aab17ce4 /opcodes/ChangeLog | |
parent | 3d5c4f10865545495e8af2b9f475888e30e6bf81 (diff) | |
download | gdb-23969580f6bd5d3d0c65d962d34e39b9563ceca1.zip gdb-23969580f6bd5d3d0c65d962d34e39b9563ceca1.tar.gz gdb-23969580f6bd5d3d0c65d962d34e39b9563ceca1.tar.bz2 |
2001-07-12 Jeff Johnston <jjohnstn@redhat.com>
* cgen-asm.in: Include "xregex.h" always to enable the libiberty
regex support.
(@arch@_cgen_build_insn_regex): New routine from Graydon.
(@arch@_cgen_assemble_insn): Add Graydon's code to use regex
to verify if it is worth parsing the insn as insn "x". Also update
error message when insn is not a recognized format of the insn vs
when the insn is completely unrecognized.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 4adba8a..be15b43 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,13 @@ +2001-07-12 Jeff Johnston <jjohnstn@redhat.com> + + * cgen-asm.in: Include "xregex.h" always to enable the libiberty + regex support. + (@arch@_cgen_build_insn_regex): New routine from Graydon. + (@arch@_cgen_assemble_insn): Add Graydon's code to use regex + to verify if it is worth parsing the insn as insn "x". Also update + error message when insn is not a recognized format of the insn vs + when the insn is completely unrecognized. + 2001-07-11 Frank Ch. Eigler <fche@redhat.com> * cgen-dis.in (print_insn): Use cgen_get_insn_value instead of |