diff options
author | Alan Modra <amodra@gmail.com> | 2000-09-05 05:22:24 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-09-05 05:22:24 +0000 |
commit | 3c5ce02eb8d8943d602508c3967bf9f0dc123b21 (patch) | |
tree | 3b8a349d850e1450a394823caa76d5c351f97584 /include | |
parent | 30667bf3fc37affeac424dc5c7e422afd8880e97 (diff) | |
download | gdb-3c5ce02eb8d8943d602508c3967bf9f0dc123b21.zip gdb-3c5ce02eb8d8943d602508c3967bf9f0dc123b21.tar.gz gdb-3c5ce02eb8d8943d602508c3967bf9f0dc123b21.tar.bz2 |
doco addition.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/hppa.h | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index b8943b6..ac84ae2 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2000-09-05 Alan Modra <alan@linuxcare.com.au> + + * hppa.h: Mention cz completer. + 2000-08-16 Jim Wilson <wilson@cygnus.com> * ia64.h (IA64_OPCODE_POSTINC): New. diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index 9ce59c3..f04403d 100644 --- a/include/opcode/hppa.h +++ b/include/opcode/hppa.h @@ -1,5 +1,6 @@ /* Table of opcodes for the PA-RISC. - Copyright (C) 1990, 1991, 1993, 1995, 1999 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1993, 1995, 1999, 2000 + Free Software Foundation, Inc. Contributed by the Center for Software Science at the University of Utah (pa-gdb-bugs@cs.utah.edu). @@ -200,6 +201,7 @@ Completer operands all have 'c' as the prefix: ch left/right half completer cH signed/unsigned saturation completer cS signed/unsigned completer at 21 + cz zero/sign extension completer. c* permutation completer Condition operands all have '?' as the prefix: |