]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-revert-debugedit-breakage.patch
- db_buffer_small patch is needed with db6.0 too (up to 3 retries needed:
[packages/rpm.git] / rpm-revert-debugedit-breakage.patch
CommitLineData
d6029d7b
JR
1--- tools/debugedit.c 2013/08/08 15:53:36 2.23.2.10
2+++ tools/debugedit.c 2013/08/08 16:39:05 2.23.2.11
3@@ -1632,17 +1632,11 @@
4 /* TODO: Handle stabs */
5 if (strcmp (name, ".stab") == 0)
6 {
7+ fprintf (stderr, "Stabs debuginfo not supported: %s\n", file);
8+ exit (1);
9- fprintf (stderr, "Warning: Stabs debuginfo currently not supported: %s\n", file);
10- break;
11 }
12- /* The core DWARF data containing DIEs */
13 if (strcmp (name, ".debug_info") == 0)
14 edit_dwarf2 (dso);
15- else
16- {
17- fprintf (stderr, "Failed to produce debuginfo: debug format not supported: %s\n", name);
18- exit(1);
19- }
20
21 break;
22 case SHT_NOTE:
This page took 0.039331 seconds and 4 git commands to generate.