* block.h (struct block): Remove "gcc_compile_flag" member.
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 12 Oct 2007 15:34:45 +0000 (15:34 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Fri, 12 Oct 2007 15:34:45 +0000 (15:34 +0000)
commit82585c726542fe34a6e3108ce281759f4de08d57
treeaa454eab9abbf4222f860519cd0d016f177a7f98
parent8f536afe352ac7b4c8135e2085d192c46ea45d0a
* block.h (struct block): Remove "gcc_compile_flag" member.
(BLOCK_GCC_COMPILED): Remove.
* block.c (allocate_block): Do not clear BLOCK_GCC_COMPILED.
* buildsym.c (finish_block): Do not set it.
* symmisc.c (dump_symtab_1): Do not dump it.

* value.h (using_struct_return): Remove "gcc_p" argument.
* value.c (using_struct_return): Likewise.
* eval.c (evaluate_subexp_standard): Adapt callers.
* infcall.c (call_function_by_hand): Likewise.
* stack.c (return_command): Likewise.
* sparc-tdep.c (sparc32_push_dummy_code): Likewise.

* gdbarch.sh (push_dummy_code): Remove "using_gcc" parameter.
* gdbarch.c, gdbarch.h: Regenerate.
* cris-tdep.c (cris_push_dummy_code): Adapt prototype.
* hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Likewise.
* sparc-tdep.c (sparc32_push_dummy_code): Likewise.
* infcall.c (generic_push_dummy_code, push_dummy_code): Likewise.
(push_dummy_code, call_function_by_hand): Adapt callers.
16 files changed:
gdb/ChangeLog
gdb/block.c
gdb/block.h
gdb/buildsym.c
gdb/cris-tdep.c
gdb/eval.c
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/hppa-hpux-tdep.c
gdb/infcall.c
gdb/sparc-tdep.c
gdb/stack.c
gdb/symmisc.c
gdb/value.c
gdb/value.h