old-cross-binutils/gdb/doc
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 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL, 1996-06-25 12:57:43 +00:00
a4rc.sed Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) 1993-10-19 21:25:32 +00:00
all-cfg.texi (all-cfg.text): @set SPARCLET. 1996-06-30 05:32:38 +00:00
all-config.texi * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames. 1993-06-13 01:19:45 +00:00
annotate.texi * annotate.texi: Clarify which addresses have differing formats 1995-04-11 19:08:18 +00:00
ChangeLog * configure.in: Add test for "long long" support. 1996-07-28 06:32:48 +00:00
configure * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL, 1996-06-25 12:57:43 +00:00
configure.in * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL, 1996-06-25 12:57:43 +00:00
cyglogo.eps
cygref.tex Update FSF address. 1995-08-02 03:41:12 +00:00
gdb-all.texi
gdb-config.texi
gdb.alter-m4
gdb.bugs-m4
gdb.canned-m4
gdb.cmds-m4
gdb.ctl-m4
gdb.data-m4
gdb.emacs-m4
gdb.files-m4
gdb.gpl-m4
gdb.install-m4
gdb.invoc-m4
gdb.rdln-m4
gdb.rename-m4
gdb.run-m4
gdb.sample-m4
gdb.src-m4
gdb.stack-m4
gdb.stop-m4
gdb.symb-m4
gdb.texinfo * gdb.texinfo: Document `set assembly-language'. 1996-07-12 18:11:24 +00:00
gdb.tgts-m4
gdb.top-m4
gdbgui.texinfo modified from 95q4 1995-11-10 19:44:30 +00:00
gdbint.texinfo See the huge ChangeLog entry that has the header: 1996-07-26 04:12:12 +00:00
gdbinv-m.m4
gdbinv-m.m4.in
gdbinv-s.m4
gdbinv-s.m4.in
gdbinv-s.texi * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER 1993-07-29 00:53:58 +00:00
h8-cfg.texi * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER 1993-07-29 00:53:58 +00:00
h8-config.texi * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames. 1993-06-13 01:19:45 +00:00
h8.m4
interim-gdb.texinfo
interim-gdbinv-m.m4
interim-gdbinv-s.m4
libgdb.texinfo Change the stream argument to _filtered to GDB_FILE *. 1993-11-01 22:25:23 +00:00
lpsrc.sed
lucid.m4
Makefile
Makefile.in * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL, 1996-06-25 12:57:43 +00:00
psrc.sed
rc-cm.tex
rc-ps.tex
rc-pslong.tex
rdl-apps.texi
refcard.tex
remote.texi * remote.texi: Update list of stubs in the GDB distribution. 1996-07-11 20:53:41 +00:00
snapshots.readme Mention gdb-testers-request as well as gdb-testers. (not in ChangeLog 1994-05-24 23:56:30 +00:00
stabs.texinfo * stabs.texinfo (Include Files): Document the values the SunOS4 1995-12-13 17:36:52 +00:00
z8000.m4