• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

修訂127eb0c170940a8542b3145322a0c8ea81362a49 (tree)
時間2015-12-11 05:00:34
作者Doug Evans <dje@goog...>
CommiterDoug Evans

Log Message

patch ../103227463.patch

Change Summary

差異

--- a/README.google
+++ b/README.google
@@ -497,3 +497,10 @@ they are an ongoing maintenance burden.
497497 + (canonicalize_source_path): New function.
498498 + (_initialize_source): New parameter "canonicalize-source-paths".
499499 + * source.h (canonicalize_source_path): Declare.
500+--- README.google 2015-09-15 16:46:29.000000000 -0700
501++++ README.google 2015-09-16 14:07:50.000000000 -0700
502++
503++2015-09-15 Doug Evans <dje@google.com>
504++
505++ testsuite/
506++ * gdb.base/gcore.c (array_func): Add reference to static_array.
--- a/gdb/testsuite/gdb.base/gcore.c
+++ b/gdb/testsuite/gdb.base/gcore.c
@@ -46,6 +46,8 @@ array_func ()
4646 un_initialized_array[i] = extern_array[i] + 8;
4747 local_array[i] = extern_array[i] + 12;
4848 }
49+ /* Reference static_array so that clang doesn't discard it. */
50+ (void) static_array[0];
4951 terminal_func ();
5052 }
5153