diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-11-22 16:01:03 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-11-22 16:01:03 +0000 |
commit | 369864a44db723c61b3bc457e869abfe73ec7664 (patch) | |
tree | c46a376215c13018ed456942c3d5331a1d972d6a /gdb/config | |
parent | a5a12285cc65e6c179d0be2ce54b505f3d19af37 (diff) | |
download | gdb-369864a44db723c61b3bc457e869abfe73ec7664.zip gdb-369864a44db723c61b3bc457e869abfe73ec7664.tar.gz gdb-369864a44db723c61b3bc457e869abfe73ec7664.tar.bz2 |
2003-11-22 Andrew Cagney <cagney@redhat.com>
* config/powerpc/tm-linux.h (PROLOGUE_FIRSTLINE_OVERLAP): Delete
#if 0'ed macro.
* infrun.c (step_into_function): Delete #ifdef
PROLOGUE_FIRSTLINE_OVERLAP code.
* symtab.c (find_function_start_sal): Ditto.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/powerpc/tm-linux.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/powerpc/tm-linux.h b/gdb/config/powerpc/tm-linux.h index 25b9904..364e1f9 100644 --- a/gdb/config/powerpc/tm-linux.h +++ b/gdb/config/powerpc/tm-linux.h @@ -43,13 +43,6 @@ extern int ppc_linux_in_sigtramp (CORE_ADDR pc, char *func_name); #define CANNOT_STORE_REGISTER(regno) ((regno) >= MQ_REGNUM) #endif -#if 0 /* If skip_prologue() isn't too greedy, we don't need this */ -/* There is some problem with the debugging symbols generated by the - compiler such that the debugging symbol for the first line of a - function overlap with the function prologue. */ -#define PROLOGUE_FIRSTLINE_OVERLAP -#endif - /* N_FUN symbols in shared libaries have 0 for their values and need to be relocated. */ #define SOFUN_ADDRESS_MAYBE_MISSING |