2003-01-21 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Tue, 21 Jan 2003 19:43:48 +0000 (19:43 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 21 Jan 2003 19:43:48 +0000 (19:43 +0000)
commit73c1f219a3acce0f4763fa968de7e74525b4313d
tree391549e9dfdfcf4945cbf4c0a6446626f42f8b41
parenteb4f72c5f97465009446c097eef2204c6e8573e2
2003-01-21  Andrew Cagney  <ac131313@redhat.com>

* exec.c (text_start): Delete global variable.
(exec_file_attach): Make text_start local to the function.
* inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
* valops.c (hand_function_call): Delete code that handles
BEFORE_TEXT_END and AFTER_TEXT_END.
* gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
of CALL_DUMMY_LOCATION.
* gdbarch.c: Regenerate.
* inferior.h (deprecated_pc_in_call_dummy_before_text_end)
(deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
* blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
(deprecated_pc_in_call_dummy_after_text_end): Delete functions.
(text_end): Delete extern declaration.
gdb/ChangeLog
gdb/blockframe.c
gdb/exec.c
gdb/gdbarch.c
gdb/gdbarch.sh
gdb/inferior.h
gdb/sh-tdep.c
gdb/valops.c
This page took 0.028982 seconds and 4 git commands to generate.