diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-16 09:53:48 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-16 09:53:48 +0000 |
commit | 9bd1915f75f59a060567d99c7a386c9ecde5ba80 (patch) | |
tree | d09b4617ae40b76665c097c0a3a3594f01fdb909 /include/opcode/ChangeLog | |
parent | 90b8a0472450d805c8f10b844e3271810932eae8 (diff) | |
download | gdb-9bd1915f75f59a060567d99c7a386c9ecde5ba80.zip gdb-9bd1915f75f59a060567d99c7a386c9ecde5ba80.tar.gz gdb-9bd1915f75f59a060567d99c7a386c9ecde5ba80.tar.bz2 |
* ns32k.h (struct ns32k_opcode): Constify "name", "operands" and
"default_args".
(struct not_wot): Constify "args".
(struct not): Constify "name".
(numopcodes): Delete.
(endop): Delete.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 2fe2f99..98e6faa 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,12 @@ +2002-12-16 Alan Modra <amodra@bigpond.net.au> + + * ns32k.h (struct ns32k_opcode): Constify "name", "operands" and + "default_args". + (struct not_wot): Constify "args". + (struct not): Constify "name". + (numopcodes): Delete. + (endop): Delete. + 2002-12-13 Alan Modra <amodra@bigpond.net.au> * pj.h (pj_opc_info_t): Add union. |