diff options
| author | Jeff Law <law@redhat.com> | 1999-09-19 16:59:47 +0000 |
|---|---|---|
| committer | Jeff Law <law@redhat.com> | 1999-09-19 16:59:47 +0000 |
| commit | a5c4b2b4cdbce6a19933a91a5cd6d2ab040a7dd5 (patch) | |
| tree | 6ef0221fbbbc455cdfc545673fd2dd935de42297 /opcodes/hppa-dis.c | |
| parent | 3db6e6bd573a26b7abb9c7a30dbbcc97e7a5bace (diff) | |
| download | ppe42-binutils-a5c4b2b4cdbce6a19933a91a5cd6d2ab040a7dd5.tar.gz ppe42-binutils-a5c4b2b4cdbce6a19933a91a5cd6d2ab040a7dd5.zip | |
* hppa-dis.c (print_insn_hppa): Handle 'l' operand.
Diffstat (limited to 'opcodes/hppa-dis.c')
| -rw-r--r-- | opcodes/hppa-dis.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c index 83435e7ba1..930adef8e2 100644 --- a/opcodes/hppa-dis.c +++ b/opcodes/hppa-dis.c @@ -905,6 +905,9 @@ print_insn_hppa (memaddr, info) case 'g': fputs_filtered (",gate", info); break; + case 'l': + fputs_filtered (",l", info); + break; default: (*info->fprintf_func) (info->stream, "%c", *s); break; |

