* config/tc-h8300.h (TC_LINKRELAX_FIXUP): Define.

This commit is contained in:
Jeff Law 2002-08-22 16:24:24 +00:00
parent 75c8328346
commit dfe0d3fe28
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2002-08-21 Nitin Gupta <niting@noida.hcltech.com>
* config/tc-h8300.h (TC_LINKRELAX_FIXUP): Define.
2002-08-21 Elena Zannoni <ezannoni@redhat.com>
* config/tc-ppc.c (ppc_cleanup): Do something only if format

View file

@ -26,6 +26,10 @@
#define TARGET_ARCH bfd_arch_h8300
#ifdef BFD_ASSEMBLER
/* Fixup debug sections since we will never relax them. */
#define TC_LINKRELAX_FIXUP(seg) (seg->flags & SEC_ALLOC)
#endif
#ifdef OBJ_ELF
#define TARGET_FORMAT "elf32-h8300"
#endif