Make add_separate_debug_objfile static
[deliverable/binutils-gdb.git] / gdb / tramp-frame.h
index 927cffa50ffd994336b86c724674dd5f4a143958..254c7a911a01c3cbc8a2f84dc05b05f94323f2ec 100644 (file)
@@ -1,6 +1,6 @@
 /* Signal trampoline unwinder.
 
-   Copyright (C) 2004-2017 Free Software Foundation, Inc.
+   Copyright (C) 2004-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -41,7 +41,7 @@ struct trad_frame_cache;
 
 /* Magic instruction that to mark the end of the signal trampoline
    instruction sequence.  */
-#define TRAMP_SENTINEL_INSN ((LONGEST) -1)
+#define TRAMP_SENTINEL_INSN ULONGEST_MAX
 
 struct tramp_frame
 {
This page took 0.023979 seconds and 4 git commands to generate.