diff options
author | Jim Wilson <wilson@tuliptree.org> | 1996-11-12 23:33:32 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1996-11-12 23:33:32 +0000 |
commit | 119dfbb7c16c594e26b4745e5efaf836b48d8c1b (patch) | |
tree | 5419bf9c17f940431f9c133e1d977c1720324c0c /gdb/config | |
parent | cf13e3fc30bee23f8c794c0dcd7924733e2e1d3e (diff) | |
download | gdb-119dfbb7c16c594e26b4745e5efaf836b48d8c1b.zip gdb-119dfbb7c16c594e26b4745e5efaf836b48d8c1b.tar.gz gdb-119dfbb7c16c594e26b4745e5efaf836b48d8c1b.tar.bz2 |
Patches to add Irix6 host support.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/tm-mips.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index d903e20..7ba58db 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -411,13 +411,13 @@ extern void mips_pop_frame PARAMS ((void)); if (mips_fpu == MIPS_FPU_NONE) \ { \ store_unsigned_integer (dummyname + 3 * 4, 4, \ - (unsigned LONGEST) 0); \ + (ULONGEST) 0); \ store_unsigned_integer (dummyname + 4 * 4, 4, \ - (unsigned LONGEST) 0); \ + (ULONGEST) 0); \ store_unsigned_integer (dummyname + 5 * 4, 4, \ - (unsigned LONGEST) 0); \ + (ULONGEST) 0); \ store_unsigned_integer (dummyname + 6 * 4, 4, \ - (unsigned LONGEST) 0); \ + (ULONGEST) 0); \ } \ else if (mips_fpu == MIPS_FPU_SINGLE) \ { \ |