diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-09-22 21:55:21 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-09-22 21:55:21 +0000 |
commit | 5e9a7f007702007ff3a79ebb0f72175355187fbf (patch) | |
tree | 274adaefe8967a7c7c86692fbd843d2632636ddf /gdb | |
parent | b066f445bb1e19ac6bab4e352497c5476138925d (diff) | |
download | gdb-5e9a7f007702007ff3a79ebb0f72175355187fbf.zip gdb-5e9a7f007702007ff3a79ebb0f72175355187fbf.tar.gz gdb-5e9a7f007702007ff3a79ebb0f72175355187fbf.tar.bz2 |
fix repeated ext_format_i960 local decls so sun4 cc accepts it
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2ed241c..0dbc388 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 22 17:13:19 1992 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * tm-i960.h (ext_format_i960): Add top-level declaration. + (REGISTER_CONVERT_TO_{VIRTUAL,RAW}): Don't declare it in nested + blocks, else Sun4 compiler complains. + Tue Sep 22 00:43:51 1992 John Gilmore (gnu@cygnus.com) * mips-pinsn.c (print_insn_arg, case 'B'): Disassemble `break' |