old-cross-binutils/gdb/config
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
..
a29k * a29k-tdep.c (init_frame_info): Cast null arg to examine_tag. 1994-01-12 07:47:14 +00:00
alpha Add alpha-nw.mt to things to keep 1994-01-11 04:14:32 +00:00
arm bcopy -> memcpy 1993-09-01 20:37:15 +00:00
h8300 * valops.c (call_function_by_hand, push_word), defs.h (push_word), 1993-12-26 18:10:22 +00:00
h8500 * valops.c (call_function_by_hand, push_word), defs.h (push_word), 1993-12-26 18:10:22 +00:00
i386 * printcmd.c (decode_format): Don't blithely set the size for 1994-02-03 03:18:58 +00:00
i960 * target.h: Add enum target_waitkind, enum target_signal, and 1994-01-04 21:36:04 +00:00
m68k * config/m68k/monitor.mt (TDEPFILE): Add remote-es.o. 1994-01-29 17:13:42 +00:00
m88k * config/m88k/{tm-delta88.h,tm-delta88v4.h}, m88k-tdep.c: 1994-02-01 22:17:29 +00:00
mips * mips-tdep.c: Remove code which sets saved_regs from 1994-01-31 21:22:44 +00:00
none Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly 1993-08-02 23:29:32 +00:00
ns32k * valops.c (call_function_by_hand, push_word), defs.h (push_word), 1993-12-26 18:10:22 +00:00
pa * config/pa/tm-hppa.h: Define macro SMASH_TEXT_ADDRESS. 1994-01-28 16:25:25 +00:00
rs6000 bcopy -> memcpy 1993-09-01 20:37:15 +00:00
sh * valops.c (call_function_by_hand, push_word), defs.h (push_word), 1993-12-26 18:10:22 +00:00
sparc * config/sparc/tm-sun4sol2.h (IN_SIGTRAMP, SIGCONTEXT_PC_OFFSET): 1994-01-22 09:41:47 +00:00
vax * config/i386/tm-i386v.h, config/m68k/tm-m68k.h, config/mips/tm-mips.h, 1994-01-07 21:02:39 +00:00
z8k * valops.c (call_function_by_hand, push_word), defs.h (push_word), 1993-12-26 18:10:22 +00:00
.Sanitize * i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. Move 1993-11-17 07:56:28 +00:00
nm-lynx.h * i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. Move 1993-11-17 07:56:28 +00:00
nm-m3.h * fork-child.c (fork_inferior): Set inferior_pid before calling 1993-10-27 19:30:27 +00:00
nm-sysv4.h * config/nm-sysv4.h: Include solib.h. Define SVR4_SHARED_LIBS. 1993-09-28 21:58:59 +00:00
nm-trash.h * config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k, 1993-03-23 01:07:36 +00:00
tm-lynx.h * i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. Move 1993-11-17 07:56:28 +00:00
tm-sunos.h * config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k, 1993-03-23 01:07:36 +00:00
tm-sysv4.h * config/nm-sysv4.h: Include solib.h. Define SVR4_SHARED_LIBS. 1993-09-28 21:58:59 +00:00
xm-lynx.h More LynxOS support 1993-10-30 00:16:25 +00:00
xm-sysv4.h * config/nm-sysv4.h: Include solib.h. Define SVR4_SHARED_LIBS. 1993-09-28 21:58:59 +00:00