diff options
author | Stu Grossman <grossman@cygnus> | 1996-10-24 17:31:45 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-10-24 17:31:45 +0000 |
commit | 139e2c0f92e06fcca01a815614c46a53e93a2f55 (patch) | |
tree | 6318f9da44ac4db47a0cf4bed71ee6b03e82d545 /gdb/ChangeLog | |
parent | b9dfd325cd8d0f5da5a9a899094e7a93dfc061e4 (diff) | |
download | gdb-139e2c0f92e06fcca01a815614c46a53e93a2f55.zip gdb-139e2c0f92e06fcca01a815614c46a53e93a2f55.tar.gz gdb-139e2c0f92e06fcca01a815614c46a53e93a2f55.tar.bz2 |
* dbxread.c: Don't swap symbols in place, since internal and
external forms may have different sizes. Don't assume that an
internal_nlist has the same layout as an external_nlist. Create
symbol for n_strx element so to hide specifics of nlist from
partial-stab.h.
* partial-stab.h: Don't reference dbxread symbols directly. Use
CUR_SYMBOL_STRX instead.
* config/i386/xm-windows.h: Define SIGQUIT and SIGTRAP.
* config/v850/tm-v850.h: Define PS_REGNUM and TARGET_V850 for
MSVC builds.
* mswin/gdbwin.c (reg_order): Define register order for V850.
* mswin/gui.cpp (CGuiApp::InitInstance): Define target name for
V850.
* mswin/regdoc.h: Define MAXREGS for V850.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a1df181..07974d7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,22 @@ +Thu Oct 24 10:06:58 1996 Stu Grossman (grossman@critters.cygnus.com) + + * dbxread.c: Don't swap symbols in place, since internal and + external forms may have different sizes. Don't assume that an + internal_nlist has the same layout as an external_nlist. Create + symbol for n_strx element so to hide specifics of nlist from + partial-stab.h. + * partial-stab.h: Don't reference dbxread symbols directly. Use + CUR_SYMBOL_STRX instead. + * config/i386/xm-windows.h: Define SIGQUIT and SIGTRAP. + +start-sanitize-v850 + * config/v850/tm-v850.h: Define PS_REGNUM and TARGET_V850 for + MSVC builds. + * mswin/gdbwin.c (reg_order): Define register order for V850. + * mswin/gui.cpp (CGuiApp::InitInstance): Define target name for + V850. + * mswin/regdoc.h: Define MAXREGS for V850. +end-sanitize-v850 start-sanitize-v850 Tue Oct 22 16:28:20 1996 Stu Grossman (grossman@critters.cygnus.com) |