| OLD | NEW |
| 1 /* Target-dependent code for the HP PA-RISC architecture. | 1 /* Target-dependent code for the HP PA-RISC architecture. |
| 2 | 2 |
| 3 Copyright (C) 1986-1987, 1989-1996, 1998-2005, 2007-2012 Free | 3 Copyright (C) 1986-1987, 1989-1996, 1998-2005, 2007-2012 Free |
| 4 Software Foundation, Inc. | 4 Software Foundation, Inc. |
| 5 | 5 |
| 6 Contributed by the Center for Software Science at the | 6 Contributed by the Center for Software Science at the |
| 7 University of Utah (pa-gdb-bugs@cs.utah.edu). | 7 University of Utah (pa-gdb-bugs@cs.utah.edu). |
| 8 | 8 |
| 9 This file is part of GDB. | 9 This file is part of GDB. |
| 10 | 10 |
| (...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 } | 533 } |
| 534 | 534 |
| 535 /* The epilogue is defined here as the area either on the `bv' instruction | 535 /* The epilogue is defined here as the area either on the `bv' instruction |
| 536 itself or an instruction which destroys the function's stack frame. | 536 itself or an instruction which destroys the function's stack frame. |
| 537 | 537 |
| 538 We do not assume that the epilogue is at the end of a function as we can | 538 We do not assume that the epilogue is at the end of a function as we can |
| 539 also have return sequences in the middle of a function. */ | 539 also have return sequences in the middle of a function. */ |
| 540 static int | 540 static int |
| 541 hppa_in_function_epilogue_p (struct gdbarch *gdbarch, CORE_ADDR pc) | 541 hppa_in_function_epilogue_p (struct gdbarch *gdbarch, CORE_ADDR pc) |
| 542 { | 542 { |
error: old chunk mismatch |
None
| OLD | NEW |