17 lines
747 B
Plaintext
17 lines
747 B
Plaintext
$OpenBSD: patch-binutils_debug_h,v 1.2 2009/12/09 16:55:51 ckuethe Exp $
|
|
--- binutils/debug.h.orig Thu Jul 5 09:54:45 2007
|
|
+++ binutils/debug.h Sun Dec 6 21:48:53 2009
|
|
@@ -440,6 +440,12 @@ extern bfd_boolean debug_set_filename (void *, const c
|
|
|
|
extern bfd_boolean debug_start_source (void *, const char *);
|
|
|
|
+/* Register a pathname translation for source (and include) filenames.
|
|
+ This is used by the --change-pathname option of objcopy. */
|
|
+
|
|
+extern void debug_register_pathname_xlat
|
|
+ PARAMS ((const char *, const char *));
|
|
+
|
|
/* Record a function definition. This implicitly starts a function
|
|
block. The debug_type argument is the type of the return value.
|
|
The bfd_boolean indicates whether the function is globally visible.
|