Define default values of [TEXT|DATA|BSS]_SECTION_NAME

This commit is contained in:
James Lemke 1998-02-10 22:38:15 +00:00
parent 9eb7b67b39
commit cfa025ec7f
1 changed files with 5 additions and 0 deletions

View File

@ -600,6 +600,11 @@ void eh_frame_convert_frag PARAMS ((fragS *));
/* this one starts the chain of target dependant headers */
#include "targ-env.h"
#ifndef TEXT_SECTION_NAME
#define TEXT_SECTION_NAME ".text"
#define DATA_SECTION_NAME ".data"
#define BSS_SECTION_NAME ".bss"
#endif
#include "struc-symbol.h"
#include "write.h"