diff options
author | Per Bothner <per@bothner.com> | 1992-02-05 02:14:31 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-02-05 02:14:31 +0000 |
commit | bd49ef36c2b7c36e0cd382941287da69cd033713 (patch) | |
tree | 7d10cb19997f78fb2d1662217159165211981f35 /gdb/ChangeLog | |
parent | 7e1131e1f05f309513c93466be32bfb51ebdb24e (diff) | |
download | gdb-bd49ef36c2b7c36e0cd382941287da69cd033713.zip gdb-bd49ef36c2b7c36e0cd382941287da69cd033713.tar.gz gdb-bd49ef36c2b7c36e0cd382941287da69cd033713.tar.bz2 |
Mips-specific bug-fix (for stabs-in-ecoff), and style fix. See ChangeLog.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f3dfb34..900e785 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +Tue Feb 4 18:05:44 1992 Per Bothner (bothner at cygnus.com) + + * mipsread.c: Use (FP0_REGNUM-32) instead of magic number 6. + (This is just for clarity - and one day permitting us to + change FP0_REGNUM from 38 to 32, which would make more sense.) + * tm-mips.h: Added STAB_REG_TO_REGNUM macro, so that + register numbers in stabs-in-ecoff get handled correctly. + +Sat Feb 1 04:45:10 1992 Stu Grossman (grossman at cygnus.com) + + * xm-vax.h, xm-vaxult.h, xm-vaxbsd.h, config/mh-vaxult, + config/mh-vaxbsd, configure.in: Split up config stuff for Vaxen + into BSD and Ultrix. + Sat Feb 1 04:39:41 1992 John Gilmore (gnu at cygnus.com) * dbxread.c (dbx_symfile_init): Call malloc, not xmalloc. |