diff options
author | Richard Henderson <rth@redhat.com> | 1998-01-15 21:46:57 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-01-15 21:46:57 +0000 |
commit | e71bd99cc6c3294bb0f4491d88334d5673acfd48 (patch) | |
tree | 6fafbc44a0509c90b565c73d45a5df97619f6bfd | |
parent | 0422b59e836bc8382c2227f614a0c0f715253662 (diff) | |
download | gdb-e71bd99cc6c3294bb0f4491d88334d5673acfd48.zip gdb-e71bd99cc6c3294bb0f4491d88334d5673acfd48.tar.gz gdb-e71bd99cc6c3294bb0f4491d88334d5673acfd48.tar.bz2 |
* tc-h8300.c (parse_reg): Take the length of the symbol into
account when attempting to match a register name.
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f02b97e..84a9862 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 15 13:46:48 1998 Richard Henderson <rth@cygnus.com> + + * tc-h8300.c (parse_reg): Take the length of the symbol into + account when attempting to match a register name. + start-sanitize-vr4111 Thu Jan 15 09:33:11 1998 Gavin Koch <gavin@cygnus.com> |