diff options
author | Kuan-Lin Chen <kuanlinchentw@gmail.com> | 2018-02-23 14:25:25 +0800 |
---|---|---|
committer | Kuan-Lin Chen <kuanlinchentw@gmail.com> | 2018-02-23 14:27:13 +0800 |
commit | e859f6558cc027261fb733e4e86938e1d31c13ca (patch) | |
tree | 39459de8d8ce2cd9678b35d349e6b23dd223bff9 /gas/ChangeLog | |
parent | 9c70c5223bbdfe1feac122d4b7606a46de5c22a5 (diff) | |
download | gdb-e859f6558cc027261fb733e4e86938e1d31c13ca.zip gdb-e859f6558cc027261fb733e4e86938e1d31c13ca.tar.gz gdb-e859f6558cc027261fb733e4e86938e1d31c13ca.tar.bz2 |
nds32: Support target directive .ict_model.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 20ea246..7415bdd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2018-02-23 Kuan-Lin Chen <kuanlinchentw@gmail.com> + + * config/tc-nds32.c (ict_model): New function. Hook new + directive .ict_model. + (nds32_insert_relax_entry): Tag the bits of entry relocation + for .ict_model. + 2018-02-22 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (_i386_insn): Add rex_encoding. |