old-cross-binutils/gdb/testsuite/gdb.base
Daniel Jacobowitz 1e69823536 gdb/
* buildsym.h (processing_hp_compilation): Remove obsolete variable.
	* gdbarch.sh Remove include of "value.h" in gdbarch.h.
	(COERCE_FLOAT_TO_DOUBLE): Remove.
	* gdbarch.c: Regenerate.
	* gdbarch.h: Regenerate.
	* Makefile.in: Remove value_h from gdbarch_h.
	* valops.c (coerce_float_to_double): New variable.
	(default_coerce_float_to_double): Remove.
	(standard_coerce_float_to_double): Remove.
	(value_arg_coerce): Use coerce_float_to_double.
	(_initialize_valops): Add "set coerce-float-to-double".
	* value.h (default_coerce_float_to_double): Remove prototype.
	(standard_coerce_float_to_double): Remove prototype.

	* hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
	prototyped.
	* mdebugread.c (parse_symbol): Likewise.
	* stabsread.c (define_symbol): Mark all functions as prototyped.

	* hppa-tdep.c (hppa_coerce_float_to_double): Remove.
	* alpha-tdep.c (alpha_gdbarch_init): Remove call to
	set_gdbarch_coerce_float_to_double.
	* arm-tdep.c (arm_gdbarch_init): Likewise.
	* frv-tdep.c (frv_gdbarch_init): Likewise.
	* h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
	* i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
	* mips-tdep.c (mips_gdbarch_init): Likewise.
	(mips_coerce_float_to_double): Remove.
	* rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
	(rs6000_coerce_float_to_double): Remove.
	* s390-tdep.c (s390_gdbarch_init): Likewise.
	* sh-tdep.c (sh_gdbarch_init): Likewise.
	(sh_coerce_float_to_double): Remove.
	* sparc-tdep.c (sparc_gdbarch_init): Likewise.
	(sparc_coerce_float_to_double): Remove.
	* v850-tdep.c (v850_gdbarch_init): Likewise.
	* xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
	* config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
	* config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
	(hppa_coerce_float_to_double): Remove prototype.
	* config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
doc/
	* gdb.texinfo (Controlling GDB): Add ABI section.  Document
	"set coerce-float-to-double".
	* gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
testsuite/
	* gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
	stabs.
	* gdb.base/completion.exp: Allow marker1(void) as well as marker1().
	* gdb.base/whatis.exp: Always allow (void) after function names.
2003-01-04 22:37:49 +00:00
..
a2-run.exp 2002-05-06 Michael Snyder <msnyder@redhat.com> 2002-05-07 00:45:46 +00:00
all-bin.exp 2002-05-23 Michael Snyder <msnyder@redhat.com> 2002-05-23 21:20:53 +00:00
all-types.c
annota1.c
annota1.exp * gdb.base/annota1.exp (info break): Make directory components of 2002-09-28 01:12:04 +00:00
arithmet.exp
assign.exp
async.c
async.exp
attach.c
attach.exp * gdb.base/attach.exp: There's no need to copy the test program to 2002-12-22 23:53:48 +00:00
attach2.c
average.c
bar.c 2002-04-12 Michael Snyder <msnyder@redhat.com> 2002-04-13 00:21:40 +00:00
baz.c 2002-04-12 Michael Snyder <msnyder@redhat.com> 2002-04-13 00:21:40 +00:00
bitfields.c
bitfields.exp
bitops.exp
branches.c
break.c
break.exp 2002-05-12 Daniel Jacobowitz <drow@mvista.com> 2002-05-13 01:18:19 +00:00
call-ar-st.c
call-ar-st.exp 2002-05-28 Michael Snyder <msnyder@redhat.com> 2002-05-29 02:23:20 +00:00
call-rt-st.c
call-rt-st.exp 2002-05-26 Michael Chastain <mec@shout.net> 2002-05-27 02:03:35 +00:00
call-strs.c
call-strs.exp * gdb.base/call-strs.exp: Fix a small typo in one of the comments. 2002-09-13 00:43:10 +00:00
callfuncs.c
callfuncs.exp gdb/ 2003-01-04 22:37:49 +00:00
charset.c Add new tests for charset support. 2002-09-20 00:26:06 +00:00
charset.exp Add new tests for charset support. 2002-09-20 00:26:06 +00:00
code-expr.exp
commands.exp * gdb.base/command.exp: Don't expect a "Program exited normally" 2002-09-14 09:31:36 +00:00
completion.exp gdb/ 2003-01-04 22:37:49 +00:00
cond-expr.exp
condbreak.exp
consecutive.c
consecutive.exp
constvars.c * gdb.base/constvars.c (struct crass, struct crisp): New structs. 2002-10-17 20:22:58 +00:00
constvars.exp * gdb.base/constvars.c (struct crass, struct crisp): New structs. 2002-10-17 20:22:58 +00:00
corefile.exp
coremaker.c
coremaker2.c
cvexpr.c * gdb.base/cvexpr.c (use): New function. 2002-04-18 13:21:03 +00:00
cvexpr.exp
d10v.ld 2002-06-06 Michael Snyder <msnyder@redhat.com> 2002-06-06 19:12:39 +00:00
d10vovly.c
dbx.exp 2002-03-30 Daniel Jacobowitz <drow@mvista.com> 2002-03-30 23:47:18 +00:00
default.exp gdb.base/default.exp: Update expected output to include 'ObjC'. 2002-10-18 18:54:55 +00:00
define.exp
display.c
display.exp
dump.c 2002-03-26 Michael Snyder <msnyder@redhat.com> 2002-03-29 01:19:11 +00:00
dump.exp 2002-03-26 Michael Snyder <msnyder@redhat.com> 2002-03-29 01:19:11 +00:00
echo.exp
ena-dis-br.exp * lib/gdb.exp (rerun_to_main): Allow restarting application. 2002-09-18 15:34:10 +00:00
ending-run.c
ending-run.exp * gdb.base/ending-run.exp: Add handling of "step to end of run" for 2002-09-18 17:20:54 +00:00
environ.exp
eval-skip.exp
execd-prog.c
exprs.c
exprs.exp
finish.exp
foll-exec.c
foll-exec.exp
foll-fork.c
foll-fork.exp
foll-vfork.c
foll-vfork.exp * config/pa/nm-hppah.h (CHILD_POST_FOLLOW_VFORK): Change to 2002-12-11 02:04:45 +00:00
foo.c 2002-04-12 Michael Snyder <msnyder@redhat.com> 2002-04-13 00:21:40 +00:00
funcargs.c Checked in under the "obvious fix/typo rule". 2002-03-07 04:18:55 +00:00
funcargs.exp * gdb.base/default.exp: Remove obsolete code. 2002-05-04 15:18:21 +00:00
gcore.c
gcore.exp 2002-02-14 Michael Snyder <msnyder@redhat.com> 2002-04-11 18:24:08 +00:00
gdbvars.exp
grbx.c 2002-04-12 Michael Snyder <msnyder@redhat.com> 2002-04-13 00:21:40 +00:00
help.exp gdb.base/default.exp: Update expected output to include 'ObjC'. 2002-10-18 18:54:55 +00:00
huge.c s/Linux/.../ 2002-02-24 22:56:08 +00:00
huge.exp
info-proc.exp
int-type.c
interrupt.c
interrupt.exp * gdb.base/interrupt.exp: Correct logic for skipping tests on 2002-07-18 23:52:49 +00:00
jump.c
jump.exp
langs.exp
langs0.c
langs1.c
langs1.f
langs2.c
langs2.cxx
list.exp * gdb.base/default.exp: Remove obsolete code. 2002-05-04 15:18:21 +00:00
list0.c
list0.h
list1.c
logical.exp
long_long.c
long_long.exp 2002-06-06 Michael Snyder <msnyder@redhat.com> 2002-06-06 19:08:18 +00:00
m32r.ld
m32rovly.c
macscp.exp * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New 2002-06-11 20:27:50 +00:00
macscp1.c * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New 2002-06-11 20:27:50 +00:00
macscp2.h * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New 2002-06-11 20:27:50 +00:00
macscp3.h * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New 2002-06-11 20:27:50 +00:00
macscp4.h * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New 2002-06-11 20:27:50 +00:00
maint.exp gdb.base/maint.exp: Update expect output to include 'ObjC'. 2002-12-24 04:03:46 +00:00
Makefile.in
mips_pro.c
mips_pro.exp
miscexprs.c 2003-01-03 Michael Chastain <mec@shout.net> 2003-01-04 04:07:16 +00:00
miscexprs.exp
nodebug.c
nodebug.exp
opaque.exp * gdb.base/default.exp: Remove obsolete code. 2002-05-04 15:18:21 +00:00
opaque0.c
opaque1.c
overlays.c
overlays.exp 2002-06-06 Michael Snyder <msnyder@redhat.com> 2002-06-06 20:26:10 +00:00
ovlymgr.c 2002-04-04 Michael Snyder <msnyder@redhat.com> 2002-04-04 19:48:09 +00:00
ovlymgr.h
page.exp * gdb.base/page.exp: Rewrite to handle problems with very long 2002-07-10 21:57:56 +00:00
pc-fp.c 2002-09-25 Andrew Cagney <cagney@redhat.com> 2002-09-25 20:30:38 +00:00
pc-fp.exp 2002-09-25 Andrew Cagney <cagney@redhat.com> 2002-09-25 20:30:38 +00:00
pointers.c
pointers.exp
printcmds.c
printcmds.exp * gdb.base/printcmds.exp (test_print_string_constants): Expect 2002-09-17 17:01:22 +00:00
psymtab.exp 2003-01-03 David Carlton <carlton@math.stanford.edu> 2003-01-03 20:55:46 +00:00
psymtab1.c 2003-01-03 David Carlton <carlton@math.stanford.edu> 2003-01-03 20:55:46 +00:00
psymtab2.c 2003-01-03 David Carlton <carlton@math.stanford.edu> 2003-01-03 20:55:46 +00:00
ptype.c * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing 2002-02-21 20:34:16 +00:00
ptype.exp * gdb.base/default.exp: Remove obsolete code. 2002-05-04 15:18:21 +00:00
radix.exp
readline.exp * gdb.base/readline.exp: New file. 2002-08-13 22:10:18 +00:00
recurse.c
recurse.exp
regs.exp
relational.exp
relocate.c 2002-04-04 Daniel Jacobowitz <drow@mvista.com> 2002-04-05 02:45:48 +00:00
relocate.exp 2002-04-04 Daniel Jacobowitz <drow@mvista.com> 2002-04-05 02:45:48 +00:00
remote.c
remote.exp
reread.exp 2002-02-14 Daniel Jacobowitz <drow@mvista.com> 2002-02-14 06:25:19 +00:00
reread1.c
reread2.c
restore.c
restore.exp
return.c
return.exp * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed 2002-08-17 10:22:01 +00:00
return2.c
return2.exp
run.c
scope.exp * gdb.base/default.exp: Remove obsolete code. 2002-05-04 15:18:21 +00:00
scope0.c
scope1.c
sect-cmd.exp
selftest.exp 2002-12-23 David Carlton <carlton@math.stanford.edu> 2002-12-23 16:56:25 +00:00
setshow.c
setshow.exp
setvar.c
setvar.exp
shlib-call.exp * gdb.base/annota1.exp (info break): Make directory components of 2002-09-28 01:12:04 +00:00
shmain.c
shr1.c
shr2.c
sigall.c
sigall.exp
signals.c
signals.exp
sizeof.c * gdb.base/sizeof.c (main): Call fill_structs. Print value of 2002-02-21 01:55:05 +00:00
sizeof.exp * gdb.base/sizeof.c (main): Call fill_structs. Print value of 2002-02-21 01:55:05 +00:00
so-impl-ld.c
so-impl-ld.exp
so-indr-cl.c
so-indr-cl.exp
solib.c
solib.exp
solib1.c
solib2.c
ss.h
step-line.c
step-line.exp Revert previous change --- the hour was late, and I was confused about 2002-11-22 19:07:28 +00:00
step-line.inp
step-test.c
step-test.exp * gdb.base/step-test.exp: Allow MIPS to return to the line of a 2002-12-04 03:07:45 +00:00
store.c 2002-12-06 David Carlton <carlton@math.stanford.edu> 2002-12-06 19:21:51 +00:00
store.exp * gdb.base/store.exp: Fix regular expressions. 2003-01-04 03:59:27 +00:00
structs.c
structs.exp
structs2.c
structs2.exp
sum.c
term.exp 2002-02-14 Daniel Jacobowitz <drow@mvista.com> 2002-02-14 06:25:19 +00:00
twice.c
twice.exp
varargs.c
varargs.exp
vforked-prog.c
volatile.exp
watchpoint.c
watchpoint.exp 2002-05-02 Michael Snyder <msnyder@redhat.com> 2002-05-03 23:16:44 +00:00
whatis-exp.exp
whatis.c
whatis.exp gdb/ 2003-01-04 22:37:49 +00:00