mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
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.
This commit is contained in:

committed by
Palmer Dabbelt

parent
2aece2ba02
commit
d47c3ff7d5
@ -1,3 +1,7 @@
|
||||
2017-03-02 Kuan-Lin Chen <rufus@andestech.com>
|
||||
|
||||
* config/tc-riscv.h (HWARD2_USE_FIXED_ADVANCE_PC): New define.
|
||||
|
||||
2017-03-02 Kuan-Lin Chen <rufus@andestech.com>
|
||||
|
||||
* config/tc-riscv.c (md_apply_fix): Set fx_frag and
|
||||
|
@ -112,4 +112,7 @@ extern int tc_riscv_regname_to_dw2regnum (char *);
|
||||
#define elf_tc_final_processing riscv_elf_final_processing
|
||||
extern void riscv_elf_final_processing (void);
|
||||
|
||||
/* Adjust debug_line after relaxation. */
|
||||
#define DWARF2_USE_FIXED_ADVANCE_PC 1
|
||||
|
||||
#endif /* TC_RISCV */
|
||||
|
Reference in New Issue
Block a user