• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

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

Révisioncc73dbcc08beb2e965deecbfda27a6d8302bffd3 (tree)
l'heure2015-01-03 15:00:57
AuteurDoug Evans <xdje42@gmai...>
CommiterDoug Evans

Message de Log

gdb.cp/nsalias.exp: Fix output of external/declaration flags.

gdb/testsuite/ChangeLog:

* gdb.cp/nsalias.exp: Fix output of external/declaration flags.

Change Summary

Modification

--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
1+2015-01-02 Doug Evans <xdje42@gmail.com>
2+
3+ * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
4+
15 2015-01-02 Doug Evans <dje@google.com>
26
37 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
--- a/gdb/testsuite/gdb.cp/nsalias.exp
+++ b/gdb/testsuite/gdb.cp/nsalias.exp
@@ -90,8 +90,8 @@ Dwarf::assemble $asm_file {
9090
9191 im_foo_label: DW_TAG_subprogram {
9292 {name foo}
93- {external 1}
94- {declaration 1}
93+ {external 1 flag_present}
94+ {declaration 1 flag_present}
9595 }
9696 }
9797
@@ -108,8 +108,8 @@ Dwarf::assemble $asm_file {
108108
109109 i_foo_label: subprogram {
110110 {name foo}
111- {external 1}
112- {declaration 1}
111+ {external 1 flag_present}
112+ {declaration 1 flag_present}
113113 }
114114 }
115115
@@ -126,8 +126,8 @@ Dwarf::assemble $asm_file {
126126
127127 o_foo_label: subprogram {
128128 {name foo}
129- {external 1}
130- {declaration 1}
129+ {external 1 flag_present}
130+ {declaration 1 flag_present}
131131 }
132132 }
133133