* dbxread.c: Don't swap symbols in place, since internal and
authorStu Grossman <grossman@cygnus>
Thu, 24 Oct 1996 17:31:45 +0000 (17:31 +0000)
committerStu Grossman <grossman@cygnus>
Thu, 24 Oct 1996 17:31:45 +0000 (17:31 +0000)
commit139e2c0f92e06fcca01a815614c46a53e93a2f55
tree6318f9da44ac4db47a0cf4bed71ee6b03e82d545
parentb9dfd325cd8d0f5da5a9a899094e7a93dfc061e4
* 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.
gdb/ChangeLog
gdb/config/i386/xm-windows.h
gdb/config/v850/tm-v850.h
gdb/dbxread.c
gdb/partial-stab.h
This page took 0.038464 seconds and 4 git commands to generate.