Define default values of [TEXT|DATA|BSS]_SECTION_NAME
authorJames Lemke <jlemke@cygnus>
Tue, 10 Feb 1998 22:38:15 +0000 (22:38 +0000)
committerJames Lemke <jlemke@cygnus>
Tue, 10 Feb 1998 22:38:15 +0000 (22:38 +0000)
gas/as.h

index 8dfbe3c..17f06d3 100644 (file)
--- a/gas/as.h
+++ b/gas/as.h
@@ -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"