binutils-gdb/gdb/config/i386
Jim Kingdon eade0c6ce8 * printcmd.c (decode_format): Don't blithely set the size for
an address to 'w'.  Make it 'g' or 'h', depending on TARGET_PTR_BIT.

	* defs.h: Just typedef CORE_ADDR to bfd_vma.  Include bfd.h.
	If BFD64, make a LONGEST a BFD_HOST_64_BIT.
	* defs.h (longest_to_int): Don't depend on CC_HAS_LONG_LONG; instead
	always just check against INT_MIN and INT_MAX (this also fixes things
	if sizeof (long) > sizeof (int), e.g. Alpha).
	* config/pa/tm-hppa.h, config/i386/sun386.h, config/rs6000/tm-rs6000.h:
	Don't define LONGEST or BUILTIN_TYPE_LONGEST.
	* gdbtypes.h: Remove BUILTIN_TYPE_LONGEST and
	BUILTIN_TYPE_UNSIGNED_LONGEST.
	* language.h, c-lang.c, ch-lang.c, m2-lang.c: Remove longest_int
	and longest_unsigned_int.
	* value.h (struct value): Just align to LONGEST, rather than worrying
	about CC_HAS_LONG_LONG.
	* valarith.c (value_binop, _initialize_valarith): Figure out type
	ourself based on sizeof (LONGEST) rather than relying on
	BUILTIN_TYPE_LONGEST.  The point is that we don't depend on
	CC_HAS_LONG_LONG anymore.
	* valprint.c (val_print_type_code_int): Just call
	extract_unsigned_integer directly, rather than going through
	unpack_long.
	* printcmd.c (decode_format): Remove code which would sometimes
	change 'g' size to 'w' for integers.  print_scalar_formatted handles
	printing huge integers well enough, thank you.
1994-02-03 03:18:58 +00:00
..
.Sanitize New Mach stuff: 1993-10-07 20:13:08 +00:00
go32.mh * Makefile.in (SFILES OBS): Add serial.[co] & ser-hardwire.[co]. 1993-04-06 05:50:54 +00:00
i386aix.mh various revisions to new files 1993-06-21 23:47:51 +00:00
i386aix.mt various revisions to new files 1993-06-21 23:47:51 +00:00
i386aout.mt
i386bsd.mh * Makefile.in (SFILES OBS): Add serial.[co] & ser-hardwire.[co]. 1993-04-06 05:50:54 +00:00
i386bsd.mt
i386lynx.mh * i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. Move 1993-11-17 07:56:28 +00:00
i386lynx.mt More LynxOS support 1993-10-30 00:16:25 +00:00
i386m3.mh * config/i386/{i386m3.mh,i386mk.mh}, config/mips/mipsm3.mh, 1993-10-30 13:42:43 +00:00
i386m3.mt * config/i386/{i386m3.mt,i386m3.mh}: Use correct names for TM_FILE 1993-10-27 22:06:52 +00:00
i386mach.mh New Mach stuff: 1993-10-07 20:13:08 +00:00
i386mk.mh * config/i386/{i386m3.mh,i386mk.mh}, config/mips/mipsm3.mh, 1993-10-30 13:42:43 +00:00
i386mk.mt New Mach stuff: 1993-10-07 20:13:08 +00:00
i386nw.mt netware target support. 1993-11-08 14:28:46 +00:00
i386sco4.mh
i386sco.mh
i386sol2.mh
i386sol2.mt
i386v4.mh
i386v4.mt * config/nm-sysv4.h: Include solib.h. Define SVR4_SHARED_LIBS. 1993-09-28 21:58:59 +00:00
i386v32.mh
i386v.mh
i386v.mt
linux.mh * config/{i386/linux.mh,m68k/isi.mh} (NATDEPFILES): 1993-05-18 23:16:00 +00:00
linux.mt
ncr3000.mh
ncr3000.mt
nm-i386aix.h * config/i386/*aix*: New files. 1993-06-21 23:14:07 +00:00
nm-i386bsd.h Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com) 1993-08-02 15:41:49 +00:00
nm-i386lynx.h * i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. Move 1993-11-17 07:56:28 +00:00
nm-i386mach.h
nm-i386sco4.h
nm-i386sco.h
nm-i386v4.h
nm-i386v.h
nm-sun386.h
nm-symmetry.h * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL 1993-07-19 05:09:06 +00:00
ptx.mh * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL 1993-07-19 05:09:06 +00:00
sun386.mh
sun386.mt
symmetry.mh * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL 1993-07-19 05:00:13 +00:00
symmetry.mt * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL 1993-07-19 05:00:13 +00:00
tm-i386aix.h * findvar.c (value_of_register, value_from_register), 1993-11-02 21:51:10 +00:00
tm-i386bsd.h * config/i386/tm-i386bsd.h (SIGTRAMP_START, SIGTRAMP_END, FRAME_CHAIN, 1993-08-17 08:49:07 +00:00
tm-i386lynx.h * i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. Move 1993-11-17 07:56:28 +00:00
tm-i386m3.h * fork-child.c (fork_inferior): Set inferior_pid before calling 1993-10-27 19:30:27 +00:00
tm-i386mk.h * fork-child.c (fork_inferior), remote-eb.c (eb_create_inferior), 1993-10-15 04:26:06 +00:00
tm-i386nw.h * Makefile.in (SFILES): Add nlmread.c. 1993-07-20 04:53:03 +00:00
tm-i386v4.h
tm-i386v.h * config/i386/tm-i386v.h, config/m68k/tm-m68k.h, config/mips/tm-mips.h, 1994-01-07 21:02:39 +00:00
tm-sun386.h * printcmd.c (decode_format): Don't blithely set the size for 1994-02-03 03:18:58 +00:00
tm-symmetry.h * findvar.c (value_of_register, value_from_register), 1993-11-02 21:51:10 +00:00
xm-go32.h define some signals 1993-10-20 21:36:06 +00:00
xm-i386aix.h various revisions to new files 1993-06-21 23:47:51 +00:00
xm-i386bsd.h
xm-i386lynx.h More LynxOS support 1993-10-30 00:16:25 +00:00
xm-i386m3.h New Mach stuff: 1993-10-07 20:13:08 +00:00
xm-i386mach.h
xm-i386mk.h New Mach stuff: 1993-10-07 20:13:08 +00:00
xm-i386sco.h * config/i386/xm-i386sco.h: Define HAVE_TERMIOS. 1993-07-20 00:31:15 +00:00
xm-i386v4.h
xm-i386v32.h * inftarg.c: Remove unused include of terminal.h. 1993-06-30 22:20:53 +00:00
xm-i386v.h
xm-linux.h * config/i386/xm-linux.h: Define HAVE_TERMIOS. 1994-01-14 16:41:35 +00:00
xm-sun386.h
xm-symmetry.h * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL 1993-07-19 05:00:13 +00:00