binutils-gdb/gdb/config/powerpc
Fred Fish 3f550b5940 * configure.in: Add test for "long long" support.
* configure: Regenerate with autoconf.
	* acconfig.h: Add CC_HAS_LONG_LONG
	* config.in: Regenerate with autoheader.
	* config/mips/tm-mips64.h (FORCE_LONG_LONG): Remove
	* config/sparc/tm-sp64.h (CC_HAS_LONG_LONG): Remove.
	* config/mips/tm-vr4300el.h (CC_HAS_LONG_LONG): Remove.
	* config/mips/tm-vr4300.h (CC_HAS_LONG_LONG): Remove.
	* config/mips/xm-irix5.h (CC_HAS_LONG_LONG): Remove
	(PRINTF_HAS_LONG_LONG): Remove.
	(FORCE_LONG_LONG): Remove.
	* config/powerpc/xm-aix.h (UINT_MAX): Undef and use gdb's version.
	* config/convex/xm-convex.h (CC_HAS_LONG_LONG): Remove
	(PRINTF_HAS_LONG_LONG): Remove.
	* config/xm-nbsd.h (CC_HAS_LONG_LONG): Remove.
	(PRINTF_HAS_LONG_LONG): Remove.
	* config/pa/tm-hppa.h (GET_FIELD): Put parens around
	subtraction inside shift.  Put parens around subtraction
	in operand of bitwise and.
	(struct frame_info): Forward declare
 	if __STDC__ defined.
	(frame_saved_regs): Ditto.
	(struct value): Ditto.
	(struct type): Ditto.
	(struct inferior_status): Ditto.
	(init_extra_frame_info): Add prototype.
	(skip_prologue): Ditto.
	(frameless_function_invocation): Ditto.
	(frame_chain): Ditto.
	(frame_chain_valid): Ditto.
	(saved_pc_after_call): Ditto.
	(hppa_fix_call_dummy): Ditto.
	(hppa_push_arguments): Ditto.
	(pa_do_registers_info): Ditto.
	(in_solib_call_trampoline): Ditto.
	(in_solib_return_trampoline): Ditto.
	(push_dummy_frame): Ditto.
	* convex-tdep.c (decout): Use print_longest rather than
	fprintf_filtered.
	* defs.h: Remove use of FORCE_LONG_LONG and __GNUC__ to set
	CC_HAS_LONG_LONG.
	(INT_MIN): Fix so it works correctly when assigned to a long long.
	* valprint.c (longest_to_int): Rewrite to remove dependence
	on INT_MIN and INT_MAX.
	(print_longest): Rewrite the code that falls back to synthesized
	hex output when LONGEST value is not representable as in a long and
 	printf doesn't support printing long longs.
	* ch-valprint.c (chill_val_print): Cast 2nd arg of
	chill_print_type_scalar to LONGEST.
	chill_print_type_scalar): Make static and add prototype.
	* hppa-tdep.c (get_field): Ifdef out unused function.
	(set_field): Ditto.
	(extract_3): Ditto.
	(extract_5_store): Ditto.
	(extract_11): Ditto.
	(extract_12): Ditto.
	(deposit_17): Ditto.
	(extract_14): Convert to static and add prototype.
	(deposit_14): Ditto.
	(extract_21): Ditto.
	(deposit_21): Ditto.
	(extract_17): Ditto.
	(extract_5r_store): Ditto.
	(extract_5R_store): Ditto.
	(extract_5_load): Ditto.
	(find_proc_framesize): Ditto.
	(find_dummy_frame_regs): Ditto.
	(sign_extend): Ditto.
	(find_unwind_entry): Add prototype.
	(find_return_regnum): Ditto.
	(unwind_command): Ditto.
	(find_dummy_frame_regs): Add parens around subtraction in operand
	of bitwise-and.
	(skip_prologue): Add parens around operands of logical-and inside
	operand of logical-or.
	(sign_extend): Add parens around operands of subtraction inside
	operand of shift.
	(low_sign_extend): Ditto.
	* top.c (filename_completer): Convert old style decl of
	filename_completion_function into prototype.
	* f-lang.c (patch_common_entries): Ifdef out unused function.
	* stabsread.c (read_cfront_baseclasses): Remove unused local
	variable "msg_noterm".
	(resolve_cfront_continuation): Remove unused local variable "fip".
	(read_type): Remove unused variable xtypenums.
	(read_cfront_static_fields): Remove unused variable "i".
	(read_cfront_static_fields): Remove unused variable "nfields".
	(read_cfront_member_functions): Add missing comment terminator.
	(read_cfront_static_fields): Return 1 rather than random value.
	(read_cfront_baseclasses): Ditto.
	(read_cfront_baseclasses): Ditto.
	(read_cfront_baseclasses): Ditto.
	* somsolib.c (som_solib_create_inferior_hook): Remove unused
	variable "u".
	(som_solib_create_inferior_hook): Remove unused variable
	shadow_contents.
	(language.h): Add for needed prototypes.
	(som_solib_sharedlibrary_command): Add prototype.
	* hpread.c: (hpread_read_array_type): Add prototype.
	* somread.c (hpread_build_pysmtabs): Add prototype.
	(hpread_symfile_finish): Ditto.
	(hpread_symfile_init): Ditto.
	* hppah-nat.c (fetch_register): Convert old style decl
	to prototype.
	(gdbcore.h): Include for needed prototypes.
	(fetch_register): Remove unused variable "mess".
	* remote-pa.c (get_offsets): Ifdef out unused function.
	(remote_start_remote): Remove unused variable "timeout".
	(boot_board): Add prototype.
	(reaad_frame): Add prototype.
	(getpkt): Remove unused variable "bp".
	(remote_kill): Add prototype.
	(remote_mourn): Add prototype.
	(remote_insert_breakpoint): Add prototype.
	(remote_remove_breakpoint): Add prototype.
	* valops.c (value_push): Only use if PUSH_ARGUMENTS is not defined.
	* infcmd.c (do_registers_info): Only need prototype if
	DO_REGISTERS_INFO is not defined.
	(breakpoint_auto_delete_contents): Only need if
	CALL_DUMMY_BREAKPOINT_OFFSET is defined.
1996-07-28 06:32:48 +00:00
..
.Sanitize Forgot to commit .Sanitize after last checkin 1996-07-09 17:43:08 +00:00
aix4.mh * Makefile.in (MMALLOC_CFLAGS): Eliminate intermediate MMALLOC_DISABLE 1996-07-11 07:41:51 +00:00
aix4.mt * configure.in: Recognize aix4 specially as some aspects 1995-08-12 22:50:04 +00:00
cygwin32.mh * config/i386/cygwin32.mh, config/powerpc/cygwin32.mh 1996-06-28 01:40:32 +00:00
cygwin32.mt * config/powerpc/(cygwin32.mh, cygwin32.mt, tm-cygwin32.h, 1996-02-01 18:39:00 +00:00
gdbserve.mt
macos.mh * configure.in (powerpc-*-macos*): New target configuration. 1995-12-12 02:35:27 +00:00
macos.mt * configure.in (powerpc-*-macos*): New target configuration. 1995-12-12 02:35:27 +00:00
nm-aix.h
nm-macos.h * configure.in (powerpc-*-macos*): New target configuration. 1995-12-12 02:35:27 +00:00
nm-solaris.h Add bieginning of Solaris/PowerPC support 1996-04-30 17:23:41 +00:00
ppc-eabi.mt Add preliminary ppcbug support. 1995-11-14 21:17:20 +00:00
ppc-nw.mt
ppc-sim.mt Add preliminary ppcbug support. 1995-11-14 21:17:20 +00:00
ppcle-eabi.mt * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt, 1996-01-05 20:05:36 +00:00
ppcle-sim.mt * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt, 1996-01-05 20:05:36 +00:00
solaris.mh Add bieginning of Solaris/PowerPC support 1996-04-30 17:23:41 +00:00
solaris.mt Add bieginning of Solaris/PowerPC support 1996-04-30 17:23:41 +00:00
tm-cygwin32.h * config/powerpc/(cygwin32.mh, cygwin32.mt, tm-cygwin32.h, 1996-02-01 18:39:00 +00:00
tm-macos.h * configure.in (powerpc-*-macos*): New target configuration. 1995-12-12 02:35:27 +00:00
tm-ppc-aix4.h * configure.in: Recognize aix4 specially as some aspects 1995-08-12 22:50:04 +00:00
tm-ppc-aix.h * configure.in: Recognize aix4 specially as some aspects 1995-08-12 22:50:04 +00:00
tm-ppc-nw.h
tm-ppc-sim.h Only build PowerPC simulator if target is powerpc*-*-eabisim 1995-08-25 16:05:32 +00:00
tm-ppcle-eabi.h
tm-ppcle-sim.h Only build PowerPC simulator if target is powerpc*-*-eabisim 1995-08-25 16:05:32 +00:00
tm-solaris.h Add bieginning of Solaris/PowerPC support 1996-04-30 17:23:41 +00:00
xm-aix.h * configure.in: Add test for "long long" support. 1996-07-28 06:32:48 +00:00
xm-cygwin32.h * config/powerpc/(cygwin32.mh, cygwin32.mt, tm-cygwin32.h, 1996-02-01 18:39:00 +00:00
xm-linux.h Add stub support for Linux on PowerPC 1996-07-02 19:09:59 +00:00
xm-mpw.h * config/xm-mpw.h: New file, all-Mac host support. 1995-10-27 05:19:11 +00:00
xm-solaris.h Add missing file for solaris on powerpc 1996-06-06 21:11:52 +00:00