X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-sh.h;h=099e91539198a01afcfa0ed9151cd5e3977c6988;hb=056350c6bd025c6b73b25f39247c890581b215b1;hp=90129c2065bdcee80e0be49952e2dcccbcf671e4;hpb=8a0e0f38af77d6c38cdf9a257b55b4a06ce09124;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-sh.h b/gas/config/tc-sh.h index 90129c2065..099e915391 100644 --- a/gas/config/tc-sh.h +++ b/gas/config/tc-sh.h @@ -1,5 +1,5 @@ /* This file is tc-sh.h - Copyright (C) 1993, 94, 95, 96, 97, 98, 1999 Free Software Foundation, Inc. + Copyright (C) 1993, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -129,6 +129,9 @@ extern void sh_coff_reloc_mangle #define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep(frag) extern int tc_coff_sizemachdep PARAMS ((fragS *)); +#ifdef BFD_ASSEMBLER +#define SUB_SEGMENT_ALIGN(SEG) 4 +#else /* We align most sections to a 16 byte boundary. */ #define SUB_SEGMENT_ALIGN(SEG) \ (strncmp (obj_segment_name (SEG), ".stabstr", 8) == 0 \ @@ -138,6 +141,7 @@ extern int tc_coff_sizemachdep PARAMS ((fragS *)); || strcmp (obj_segment_name (SEG), ".dtors") == 0) \ ? 2 \ : (sh_small ? 2 : 4))) +#endif #endif /* OBJ_COFF */