2000-09-20 Kazu Hirata <kazu@hxi.com>

* config/tc-mcore.c: Fix formatting.
	* config/tc-mcore.h: Likewise.
This commit is contained in:
Kazu Hirata 2000-09-20 21:12:43 +00:00
parent a4d24084f1
commit a75214e5d4
3 changed files with 289 additions and 292 deletions

View File

@ -1,6 +1,8 @@
2000-09-20 Kazu Hirata <kazu@hxi.com>
* config/tc-tahoe.c: Fix formatting.
* config/tc-mcore.c: Fix formatting.
* config/tc-mcore.h: Likewise.
* config/tc-tahoe.c: Likewise.
* config/tc-tahoe.h: Likewise.
2000-09-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>

File diff suppressed because it is too large Load Diff

View File

@ -49,20 +49,18 @@
/* We want local label support. */
#define LOCAL_LABELS_FB 1
#define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep (frag)
extern const struct relax_type md_relax_table[];
#define TC_GENERIC_RELAX_TABLE md_relax_table
#define md_end md_mcore_end
/* Want the section information too... */
/* Want the section information too... */
#define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section (FIXP, SEC)
#define MD_APPLY_FIX3 /* We want the segment as well. */
#ifdef OBJ_COFF
#define TARGET_FORMAT (target_big_endian ? "pe-mcore-big" : "pe-mcore-little")
@ -80,7 +78,6 @@ struct mcore_tc_sy
#endif /* OBJ_COFF */
#ifdef OBJ_ELF
#define TARGET_FORMAT (target_big_endian ? "elf32-mcore-big" : "elf32-mcore-little")
@ -105,7 +102,7 @@ extern boolean mcore_fix_adjustable PARAMS ((struct fix *));
#endif
#include "write.h" /* For definition of fixS */
extern void md_begin PARAMS ((void));
extern void md_assemble PARAMS ((char *));
extern symbolS * md_undefined_symbol PARAMS ((char *));
@ -113,7 +110,7 @@ extern void md_mcore_end PARAMS ((void));
extern char * md_atof PARAMS ((int, char *, int *));
extern int md_parse_option PARAMS ((int, char *));
extern void md_show_usage PARAMS ((FILE *));
extern void md_create_short_jump
extern void md_create_short_jump
PARAMS ((char *, addressT, addressT, fragS *, symbolS *));
extern void md_create_long_jump
PARAMS ((char *, addressT, addressT, fragS *, symbolS *));