* config/tc-sh.h (MD_PCREL_FROM_SECTION): Define.

(md_pcrel_from_section): Prototype.
This commit is contained in:
Hans-Peter Nilsson 2001-10-01 00:08:36 +00:00
parent ef17112f8d
commit 79ad6e9430
2 changed files with 6 additions and 3 deletions

View file

@ -1,10 +1,10 @@
2001-09-17 Hans-Peter Nilsson <hp@bitrange.com>
2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
* config/tc-sh.c (md_pcrel_from_section): Transformed from
md_pcrel_from. Handle pc-relativeness against link-time
symbol. Handle relativeness to elsewhere than the fixup.
2001-09-30 Hans-Peter Nilsson <hp@bitrange.com>
* config/tc-sh.h (MD_PCREL_FROM_SECTION): Define.
(md_pcrel_from_section): Prototype.
* Makefile.am: Update dependencies with "make dep-am".
* Makefile.in: Regenerate.

View file

@ -76,6 +76,9 @@ extern boolean sh_fix_adjustable PARAMS ((struct fix *));
#define TC_FIX_ADJUSTABLE(fixP) obj_fix_adjustable (fixP)
#endif
#define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
extern long md_pcrel_from_section PARAMS ((struct fix *, segT));
#define IGNORE_NONSTANDARD_ESCAPES
#define LISTING_HEADER (shl ? "Hitachi Super-H GAS Little Endian" : "Hitachi Super-H GAS Big Endian")