diff options
author | Gunther Nikl <gnikl@justmail.de> | 2020-04-08 11:11:43 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-04-08 11:13:04 +0100 |
commit | 6a3ab9239ae6184c8a3558ce9628f6d12a7f1bbd (patch) | |
tree | d12165658001386ef2fc6cbb2c6636f906b12919 /gas/ChangeLog | |
parent | 14ca8ecfcb8628485f734af4b548933124990436 (diff) | |
download | gdb-6a3ab9239ae6184c8a3558ce9628f6d12a7f1bbd.zip gdb-6a3ab9239ae6184c8a3558ce9628f6d12a7f1bbd.tar.gz gdb-6a3ab9239ae6184c8a3558ce9628f6d12a7f1bbd.tar.bz2 |
[PATCH 2/4]: moxie: use generic pcrel support
The moxie target header uses md_pcrel_from, thus the local prototype and
the macro definition for MD_PCREL_FROM_SECTION are not needed.
* config/tc-moxie.h (MD_PCREL_FROM_SECTION): Delete define.
(md_pcrel_from): Remove prototytpe.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9fd8a9e..9668c78 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2020-04-08 Gunther Nikl <gnikl@justmail.de> + + * config/tc-moxie.h (MD_PCREL_FROM_SECTION): Delete define. + (md_pcrel_from): Remove prototytpe. + 2020-04-07 H.J. Lu <hongjiu.lu@intel.com> * NEWS: Mention support for Intel SERIALIZE and TSXLDTRK |