]> git.pld-linux.org Git - packages/gdb.git/blame - gdb-false-gcc-warning.patch
- updated (performance fixes).
[packages/gdb.git] / gdb-false-gcc-warning.patch
CommitLineData
51a5ef0f
PS
1--- gdb-7.1.90.20100806/gdb/infcall.c.orig 2010-08-10 00:34:10.000000000 +0200
2+++ gdb-7.1.90.20100806/gdb/infcall.c 2010-08-10 00:36:03.000000000 +0200
3@@ -284,7 +284,7 @@ find_function_addr (struct value *functi
4 struct type *ftype = check_typedef (value_type (function));
5 struct gdbarch *gdbarch = get_type_arch (ftype);
6 struct type *value_type = NULL;
7- CORE_ADDR funaddr;
8+ CORE_ADDR funaddr = 0; /* GCC false -fprofile-use warning. */
9
10 /* If it's a member function, just look at the function
11 part of it. */
This page took 0.0791770000000001 seconds and 4 git commands to generate.