• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

GNU Binutils with patches for OS216


コミットメタ情報

リビジョン4b1960b897d87f821eaaa093d2a83df57db1ce10 (tree)
日時2003-05-18 04:10:54
作者Mark Kettenis <kettenis@gnu....>
コミッターMark Kettenis

ログメッセージ

* config/i386/x86-64linux.mh (NATDEPFILES): Fix typo.

変更サマリ

差分

--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
11 2003-05-17 Mark Kettenis <kettenis@gnu.org>
22
3+ * config/i386/x86-64linux.mh (NATDEPFILES): Fix typo.
4+
35 * i386-tdep.c (i386_unwind_dummy_id): Use extract_unsigned_integer
46 instead of extract_typed_address for consistency with the rest of
57 the code in this file.
--- a/gdb/config/i386/x86-64linux.mh
+++ b/gdb/config/i386/x86-64linux.mh
@@ -5,7 +5,7 @@ XM_FILE= xm-i386.h
55 NAT_FILE= nm-x86-64linux.h
66 NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o \
77 core-regset.o i386-nat.o x86-64-linux-nat.o \
8- proc-service.o thread-db.o lin-lwp.o inux-proc.o gcore.o
8+ proc-service.o thread-db.o lin-lwp.o linux-proc.o gcore.o
99
1010 # The dynamically loaded libthread_db needs access to symbols in the
1111 # gdb executable.