* subsegs.h (segment_info_type): Give the struct a name.

* config/tc-h8300.h (tc_reloc_mangle): Add prototype.
	* config/tc-h8500.h (tc_reloc_mangle): Declare.
	* config/tc-sh.h (sh_coff_reloc_mangle): Add prototype.
	* config/tc-w65.h (tc_reloc_mangle): Declare.
	* config/tc-z8k.h (tc_reloc_mangle): Declare.
This commit is contained in:
Ian Lance Taylor 1998-06-24 23:08:26 +00:00
parent b57c473d1c
commit 35111bf8a7
3 changed files with 21 additions and 0 deletions

View file

@ -1,3 +1,12 @@
Wed Jun 24 19:06:04 1998 Ian Lance Taylor <ian@cygnus.com>
* subsegs.h (segment_info_type): Give the struct a name.
* config/tc-h8300.h (tc_reloc_mangle): Add prototype.
* config/tc-h8500.h (tc_reloc_mangle): Declare.
* config/tc-sh.h (sh_coff_reloc_mangle): Add prototype.
* config/tc-w65.h (tc_reloc_mangle): Declare.
* config/tc-z8k.h (tc_reloc_mangle): Declare.
Wed Jun 24 13:45:00 1998 Catherine Moore <clm@cygnus.com>
* config/tc-v850.c (v850_comm): Restore old section

View file

@ -23,6 +23,10 @@
#define TARGET_BYTES_BIG_ENDIAN 1
#if ANSI_PROTOTYPES
struct internal_reloc;
#endif
#define WORKING_DOT_WORD
/* This macro translates between an internal fix and an coff reloc type */
@ -34,6 +38,8 @@
#define IGNORE_NONSTANDARD_ESCAPES
#define TC_RELOC_MANGLE(s,a,b,c) tc_reloc_mangle(a,b,c)
extern void tc_reloc_mangle
PARAMS ((struct fix *, struct internal_reloc *, bfd_vma));
#define DO_NOT_STRIP 0
#define LISTING_HEADER "Hitachi H8/500 GAS "

View file

@ -23,6 +23,10 @@
#define TARGET_BYTES_BIG_ENDIAN 0
#if ANSI_PROTOTYPES
struct internal_reloc;
#endif
#define WORKING_DOT_WORD
/* This macro translates between an internal fix and an coff reloc type */
@ -34,6 +38,8 @@
#define IGNORE_NONSTANDARD_ESCAPES
#define TC_RELOC_MANGLE(s,a,b,c) tc_reloc_mangle(a,b,c)
extern void tc_reloc_mangle
PARAMS ((struct fix *, struct internal_reloc *, bfd_vma));
#define DO_NOT_STRIP 0
#define LISTING_HEADER "W65816 GAS "