Fix PR 17135 (whilst keeping PR14827 fixed) by prefering register names over
[deliverable/binutils-gdb.git] / gas / as.h
index 8dfbe3c5f754d4b924f74017263a2de2470b2c5e..17f06d3af89e08ca3f02d543dc5bebbea8256143 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"
This page took 0.027205 seconds and 4 git commands to generate.