|
@@ -1,6 +1,6 @@
|
|
--- a/libdwfl/argp-std.c
|
|
--- a/libdwfl/argp-std.c
|
|
+++ b/libdwfl/argp-std.c
|
|
+++ b/libdwfl/argp-std.c
|
|
-@@ -56,9 +56,6 @@ static const struct argp_option options[
|
|
|
|
|
|
+@@ -53,9 +53,6 @@ static const struct argp_option options[
|
|
{ "linux-process-map", 'M', "FILE", 0,
|
|
{ "linux-process-map", 'M', "FILE", 0,
|
|
N_("Find addresses in files mapped as read from FILE"
|
|
N_("Find addresses in files mapped as read from FILE"
|
|
" in Linux /proc/PID/maps format"), 0 },
|
|
" in Linux /proc/PID/maps format"), 0 },
|
|
@@ -10,7 +10,7 @@
|
|
{ "debuginfo-path", OPT_DEBUGINFO, "PATH", 0,
|
|
{ "debuginfo-path", OPT_DEBUGINFO, "PATH", 0,
|
|
N_("Search path for separate debuginfo files"), 0 },
|
|
N_("Search path for separate debuginfo files"), 0 },
|
|
{ NULL, 0, NULL, 0, NULL, 0 }
|
|
{ NULL, 0, NULL, 0, NULL, 0 }
|
|
-@@ -85,15 +82,6 @@ static const Dwfl_Callbacks proc_callbac
|
|
|
|
|
|
+@@ -82,15 +79,6 @@ static const Dwfl_Callbacks proc_callbac
|
|
.find_elf = INTUSE(dwfl_linux_proc_find_elf),
|
|
.find_elf = INTUSE(dwfl_linux_proc_find_elf),
|
|
};
|
|
};
|
|
|
|
|
|
@@ -26,7 +26,7 @@
|
|
/* Structure held at state->HOOK. */
|
|
/* Structure held at state->HOOK. */
|
|
struct parse_opt
|
|
struct parse_opt
|
|
{
|
|
{
|
|
-@@ -226,43 +214,6 @@ parse_opt (int key, char *arg, struct ar
|
|
|
|
|
|
+@@ -223,43 +211,6 @@ parse_opt (int key, char *arg, struct ar
|
|
}
|
|
}
|
|
break;
|
|
break;
|
|
|
|
|