openbsd-ports/devel/avr/binutils/patches/patch-binutils_debug_h

17 lines
747 B
Plaintext

$OpenBSD: patch-binutils_debug_h,v 1.1 2008/10/01 04:46:20 ckuethe Exp $
--- binutils/debug.h.orig Mon Aug 6 12:55:10 2007
+++ binutils/debug.h Sat Sep 27 20:20:27 2008
@@ -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.