| OLD | NEW |
| 1 /* Target-dependent code for the Toshiba MeP for GDB, the GNU debugger. | 1 /* Target-dependent code for the Toshiba MeP for GDB, the GNU debugger. |
| 2 | 2 |
| 3 Copyright (C) 2001-2012 Free Software Foundation, Inc. | 3 Copyright (C) 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 |
| 5 Contributed by Red Hat, Inc. | 5 Contributed by Red Hat, Inc. |
| 6 | 6 |
| 7 This file is part of GDB. | 7 This file is part of GDB. |
| 8 | 8 |
| 9 This program is free software; you can redistribute it and/or modify | 9 This program is free software; you can redistribute it and/or modify |
| 10 it under the terms of the GNU General Public License as published by | 10 it under the terms of the GNU General Public License as published by |
| (...skipping 1890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1901 if (pv_is_register (reg[MEP_FP_REGNUM], MEP_SP_REGNUM)) | 1901 if (pv_is_register (reg[MEP_FP_REGNUM], MEP_SP_REGNUM)) |
| 1902 { | 1902 { |
| 1903 result->has_frame_ptr = 1; | 1903 result->has_frame_ptr = 1; |
| 1904 result->frame_ptr_offset = reg[MEP_FP_REGNUM].k; | 1904 result->frame_ptr_offset = reg[MEP_FP_REGNUM].k; |
| 1905 } | 1905 } |
| 1906 | 1906 |
| 1907 /* Record where all the registers were saved. */ | 1907 /* Record where all the registers were saved. */ |
| 1908 pv_area_scan (stack, check_for_saved, (void *) result); | 1908 pv_area_scan (stack, check_for_saved, (void *) result); |
| 1909 | 1909 |
| 1910 result->prologue_end = after_last_frame_setup_insn; | 1910 result->prologue_end = after_last_frame_setup_insn; |
error: old chunk mismatch |
None
| OLD | NEW |