Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Side by Side Diff: gdb/hppa-tdep.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/hppa-hpux-tdep.c ('k') | gdb/hppanbsd-tdep.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
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
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

OLDNEW
« no previous file with comments | « gdb/hppa-hpux-tdep.c ('k') | gdb/hppanbsd-tdep.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698