aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-i386v.h
AgeCommit message (Collapse)AuthorFilesLines
1991-11-30Add tm-i386v4.h and xm-i386v4.h to Sanitize, add i386/SVR4 to configurationFred Fish1-1/+5
file, recognize names beginning with '.' as compiler generated "fake" tags for anonymous structures, unions and enums. Add target dependent functions for SVR4 /proc register interface (i386-tdep.c).
1991-11-18Remove tdesc stuff. Remove FRAME_CHAIN_COMBINE from all tm-*.h files,John Gilmore1-7/+1
since it was always defined exactly the same in all of them.
1991-11-07* tm-*.h: Remove READ_DBX_FORMAT, COFF_FORMAT, andJohn Gilmore1-7/+2
READ_MIPS_FORMAT, which have been unused since BFD. Still remaining is COFF_NO_LONG_FILE_NAMES. * tm-sun3.h, tm-altos.h: Remove detritus accidentally left from function calling code moved to m68k-tdep.c.
1991-10-16GDB-4.2 release!John Gilmore1-1/+1
* Makefile.in: Roll VERSION to 4.2. * tm-i386v.h: #endif guck. * xconfig/i386*: Remove -Dgetpagesize()=4096 kludge.
1991-10-05Intel 386 Mach host port.John Gilmore1-3/+0
1991-06-04Change GDB over to GNU General Public License version 2.John Gilmore1-6/+6
1991-04-22 * tm-i386v{,-g}.h: Remove N_SET_MAGIC define.Jim Kingdon1-5/+0
1991-04-20 * findvar.c (read_register_gen): Add "target byte-order" comment.Jim Kingdon1-3/+9
Wed Apr 17 17:09:48 1991 Jim Kingdon (kingdon at cygint.cygnus.com) * i386-tdep.c (i386_get_frame_setup): Use SWAP_TARGET_AND_HOST before returning locals or slocals. * i386-tdep.c (i386_follow_jump): Do not add data16 to pos in call to codestream_seek; add one to pos if (and only if) we are dealing with a jump with data16 == 1 (i.e. 0x66, 0xe9). Mon Apr 15 12:04:32 1991 Jim Kingdon (kingdon at cygint.cygnus.com) * valops.c (call_function_by_hand): Put dummy1 in target order before FIX_CALL_DUMMY. * tm-i386v.h (FIX_CALL_DUMMY): Don't depend on host byte order. Sun Apr 14 11:55:19 1991 Jim Kingdon (kingdon at cygint.cygnus.com) * valops.c (push_word): Add SWAP_TARGET_AND_HOST. * remote.c (remote_open): Send '+' before calling putpkt(). * tm-i386v.h (REGISTER_VIRTUAL_TYPE): Return pointer to void, not int, for pc, fp, and sp. * remote.c (remote_open): Call start_remote after putpkt("?");
1991-04-05*** empty log message ***John Gilmore1-2/+7
1991-03-28Johns releaseK. Richard Pixley1-0/+307