diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-05-14 12:10:41 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-05-14 12:10:41 +0000 |
commit | d698222b58f6f2884c36944d741ba381ae2c8b75 (patch) | |
tree | a4958f35a39cdfc354c4801b093234295fd6d7f7 /opcodes | |
parent | 1da91f29e18869d159b85ad9bd96086da741b7c8 (diff) | |
download | gdb-d698222b58f6f2884c36944d741ba381ae2c8b75.zip gdb-d698222b58f6f2884c36944d741ba381ae2c8b75.tar.gz gdb-d698222b58f6f2884c36944d741ba381ae2c8b75.tar.bz2 |
note a hppa-dis.c change i forgot to list before
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3b530af..f667e38 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,6 +1,8 @@ Fri May 14 00:09:14 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) - * hppa-dis.c: Include dis-asm.h before sysdep.h. + * hppa-dis.c: Include dis-asm.h before sysdep.h. Changed some + arrays of string pointers to 2-d arrays of chars, to save + space. Thu May 6 20:51:17 1993 Fred Fish (fnf@cygnus.com) |