diff options
author | Nick Clifton <nickc@redhat.com> | 1998-03-01 00:04:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-03-01 00:04:17 +0000 |
commit | d4a05a4013a1d4162619f1cbe1a48884cb4ab24b (patch) | |
tree | 8621944869965c3198240bb5457680244326689f /opcodes | |
parent | a8c053005c1b905cf44b1c1435b976f3dd9c7826 (diff) | |
download | gdb-d4a05a4013a1d4162619f1cbe1a48884cb4ab24b.zip gdb-d4a05a4013a1d4162619f1cbe1a48884cb4ab24b.tar.gz gdb-d4a05a4013a1d4162619f1cbe1a48884cb4ab24b.tar.bz2 |
Prevent core dump when info->symbols is NULL.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 50ea3ec..bf5345e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 28 16:02:34 1998 Nick Clifton <nickc@cygnus.com> + + * arm-dis.c (print_insn_big_arm, print_insn_little_arm): Do not + assume that info->symbols is non-empty. + Sat Feb 28 12:19:05 1998 Richard Henderson <rth@cygnus.com> * alpha-opc.c (cvtqs) There is no such thing. |