diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-14 12:34:36 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-14 12:34:36 +0100 |
commit | fffec9e8a6f3ada8182cb170d69754ce65664147 (patch) | |
tree | 7863dacb51064f425b6334f51ab772b602db738b | |
parent | e1706eb625f784d95d94bb0644b68a4257d78eab (diff) | |
download | web-fffec9e8a6f3ada8182cb170d69754ce65664147.tar.gz web-fffec9e8a6f3ada8182cb170d69754ce65664147.tar.bz2 web-fffec9e8a6f3ada8182cb170d69754ce65664147.zip |
open_issues/gdb: 6b25dae901ddedb3f330803542d3eac73cdcae4b (2013-03-13)
-rw-r--r-- | open_issues/gdb.mdwn | 17 | ||||
m--------- | toolchain/logs | 0 |
2 files changed, 13 insertions, 4 deletions
diff --git a/open_issues/gdb.mdwn b/open_issues/gdb.mdwn index c4433438..4103c571 100644 --- a/open_issues/gdb.mdwn +++ b/open_issues/gdb.mdwn @@ -33,8 +33,8 @@ git log --reverse --topo-order --pretty=fuller --stat=$COLUMNS,$COLUMNS -w -p -C --> -Last reviewed up to the [[Git mirror's 00e1c4298d2b6fe040a9a970e98349602b12ddbf -(2013-02-06) sources|source_repositories/gdb]]. +Last reviewed up to the [[Git mirror's 6b25dae901ddedb3f330803542d3eac73cdcae4b +(2013-03-13) sources|source_repositories/gdb]]. * Globally @@ -71,7 +71,7 @@ Last reviewed up to the [[Git mirror's 00e1c4298d2b6fe040a9a970e98349602b12ddbf Here's a log of a GDB build run; this is from our [[Git repository|source_repositories/gdb]]'s `tschwinge/Ferry_Tagscherer` branch, -commit 00e1c4298d2b6fe040a9a970e98349602b12ddbf (2013-02-06), run on +commit 6b25dae901ddedb3f330803542d3eac73cdcae4b (2013-03-13), run on kepler.SCHWINGE and coulomb.SCHWINGE. $ export LC_ALL=C @@ -143,7 +143,7 @@ formats and more emulation vectors. gnu-nat.c:2864:5: warning: format '%d' expects argument of type 'int', but argument 2 has type 'mach_port_t' [-Wformat] - * fe19822761b4635f392875a186e48af446b40f41..7a63e9515491f21eaf07301df87d389def20e317): + * fe19822761b4635f392875a186e48af446b40f41..7a63e9515491f21eaf07301df87d389def20e317: `-Wmissing-prototypes` @@ -185,6 +185,15 @@ formats and more emulation vectors. * Why does GNU/Linux have an additional `-ldl -rdynamic` when linking `gdb`? + * 00e1c4298d2b6fe040a9a970e98349602b12ddbf..6b25dae901ddedb3f330803542d3eac73cdcae4b: + + +../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'info_port_rights': + +../../Ferry_Tagscherer/gdb/gnu-nat.c:3058:11: warning: passing argument 1 of 'parse_to_comma_and_eval' from incompatible pointer type [enabled by default] + +In file included from ../../Ferry_Tagscherer/gdb/breakpoint.h:23:0, + + from ../../Ferry_Tagscherer/gdb/inferior.h:37, + + from ../../Ferry_Tagscherer/gdb/gnu-nat.c:56: + +../../Ferry_Tagscherer/gdb/value.h:729:22: note: expected 'const char **' but argument is of type 'char **' + # Install diff --git a/toolchain/logs b/toolchain/logs -Subproject bdb595602bbfaa1be3969a372c45f5793415eba +Subproject 3196edb72f833a64ad57f7d8e60392b0168e57c |