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
i386aix.mh
i386aix.mt
i386aout.mt
i386bsd.mh
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
i386v32.mh
i386v.mh
i386v.mt
linux.mh
linux.mt
ncr3000.mh
ncr3000.mt
nm-i386aix.h
nm-i386bsd.h
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
ptx.mh
sun386.mh
sun386.mt
symmetry.mh
symmetry.mt
tm-i386aix.h * findvar.c (value_of_register, value_from_register), 1993-11-02 21:51:10 +00:00
tm-i386bsd.h
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
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
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
xm-i386v4.h
xm-i386v32.h
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