diff options
author | Gunther Nikl <gnikl@justmail.de> | 2020-04-08 11:15:28 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-04-08 11:15:28 +0100 |
commit | d9f1988553be73217c29d48cb8979b82d624b91c (patch) | |
tree | d08a4f3797c7d36ae8eb45cd4ccdfbf75a8bb574 /gas/ChangeLog | |
parent | 6a3ab9239ae6184c8a3558ce9628f6d12a7f1bbd (diff) | |
download | gdb-d9f1988553be73217c29d48cb8979b82d624b91c.zip gdb-d9f1988553be73217c29d48cb8979b82d624b91c.tar.gz gdb-d9f1988553be73217c29d48cb8979b82d624b91c.tar.bz2 |
[PATCH 3/4]: m32c: remove duplicate define and prototype
The m32c target header has a duplicate entry for MD_PCREL_FROM_SECTION.
The duplication was present since the initial commit of the port.
* config/tc-m32c.h (MD_PCREL_FROM_SECTION): Delete duplicate define.
(md_pcrel_from_section): Remove duplicate prototype.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9668c78..0fb3964 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -2,6 +2,9 @@ * config/tc-moxie.h (MD_PCREL_FROM_SECTION): Delete define. (md_pcrel_from): Remove prototytpe. + * config/tc-m32c.h (MD_PCREL_FROM_SECTION): Delete duplicate + define. + (md_pcrel_from_section): Remove duplicate prototype. 2020-04-07 H.J. Lu <hongjiu.lu@intel.com> |