• 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

修訂d47c3ff7d55122befac848fe64b7445789c78787 (tree)
時間2017-03-15 01:51:29
作者Kuan-Lin Chen <rufus@ande...>
CommiterPalmer Dabbelt

Log Message

RISC-V: Define DWARF2_USE_FIXED_ADVANCE_PC.

gas/ChangeLog

2017-03-02 Kuan-Lin Chen <rufus@andestech.com>

        • config/tc-riscv.h (HWARD2_USE_FIXED_ADVANCE_PC): New define.

Change Summary

差異

--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
11 2017-03-02 Kuan-Lin Chen <rufus@andestech.com>
22
3+ * config/tc-riscv.h (HWARD2_USE_FIXED_ADVANCE_PC): New define.
4+
5+2017-03-02 Kuan-Lin Chen <rufus@andestech.com>
6+
37 * config/tc-riscv.c (md_apply_fix): Set fx_frag and
48 fx_next->fx_frag for CFA_advance_loc relocations.
59
--- a/gas/config/tc-riscv.h
+++ b/gas/config/tc-riscv.h
@@ -112,4 +112,7 @@ extern int tc_riscv_regname_to_dw2regnum (char *);
112112 #define elf_tc_final_processing riscv_elf_final_processing
113113 extern void riscv_elf_final_processing (void);
114114
115+/* Adjust debug_line after relaxation. */
116+#define DWARF2_USE_FIXED_ADVANCE_PC 1
117+
115118 #endif /* TC_RISCV */