[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.
This commit is contained in:
Gunther Nikl 2020-04-08 11:15:28 +01:00 committed by Nick Clifton
parent 6a3ab9239a
commit d9f1988553
2 changed files with 3 additions and 4 deletions

View File

@ -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>

View File

@ -32,10 +32,6 @@
#define md_start_line_hook m32c_start_line_hook
extern void m32c_start_line_hook (void);
/* call md_pcrel_from_section, not md_pcrel_from */
long md_pcrel_from_section (struct fix *, segT);
#define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
/* Permit temporary numeric labels. */
#define LOCAL_LABELS_FB 1