diff options
author | John Gilmore <gnu@cygnus> | 1993-02-18 07:49:17 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-02-18 07:49:17 +0000 |
commit | 5824e607dc26326244bcd09998ebd1fc1153f8fc (patch) | |
tree | cbf672417516497cae19748021cf991ebce2022a /gdb/ChangeLog | |
parent | 0ae975eac9e87f7ce178edd62ed4b916db69b3f7 (diff) | |
download | gdb-5824e607dc26326244bcd09998ebd1fc1153f8fc.zip gdb-5824e607dc26326244bcd09998ebd1fc1153f8fc.tar.gz gdb-5824e607dc26326244bcd09998ebd1fc1153f8fc.tar.bz2 |
* mipsread.c (ZMAGIC): #undef to avoid duplicate define.
* remote.c (alarm): Move declaration to global level, before
first reference to it.
* tm-i386bsd.h (NUM_REGS): There are only eleven, not twelve.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6df5042..7ced539 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ Wed Feb 17 19:24:40 1993 John Gilmore (gnu@cygnus.com) + * mipsread.c (ZMAGIC): #undef to avoid duplicate define. + * remote.c (alarm): Move declaration to global level, before + first reference to it. + * tm-i386bsd.h (NUM_REGS): There are only eleven, not twelve. + * dbxread.c (process_one_symbol): Cast to unsigned char, not int. Wed Feb 17 13:40:29 1993 K. Richard Pixley (rich@cygnus.com) |