aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1996-10-24 17:31:45 +0000
committerStu Grossman <grossman@cygnus>1996-10-24 17:31:45 +0000
commit139e2c0f92e06fcca01a815614c46a53e93a2f55 (patch)
tree6318f9da44ac4db47a0cf4bed71ee6b03e82d545 /gdb/config/i386
parentb9dfd325cd8d0f5da5a9a899094e7a93dfc061e4 (diff)
downloadgdb-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/config/i386')
-rw-r--r--gdb/config/i386/xm-windows.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/i386/xm-windows.h b/gdb/config/i386/xm-windows.h
index 523a2fa..08f9c7f 100644
--- a/gdb/config/i386/xm-windows.h
+++ b/gdb/config/i386/xm-windows.h
@@ -32,3 +32,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define NO_MMCHECK
#include <malloc.h>
+
+#define SIGQUIT 3
+#define SIGTRAP 5