Commit 9be3bc1f by Andreas Schwab Committed by Andreas Schwab

* config/pa/pa-linux.h (STRING_ASM_OP): Prepend and append a tab.

From-SVN: r113925
parent 25292a1b
2006-05-20 Andreas Schwab <whitebox_@gmx.de>
* config/pa/pa-linux.h (STRING_ASM_OP): Prepend and append a tab.
2006-05-19 Mike Stump <mrs@apple.com> 2006-05-19 Mike Stump <mrs@apple.com>
* c-tree.h (default_conversion): Remove. * c-tree.h (default_conversion): Remove.
......
...@@ -66,7 +66,7 @@ Boston, MA 02110-1301, USA. */ ...@@ -66,7 +66,7 @@ Boston, MA 02110-1301, USA. */
file which includes this one. */ file which includes this one. */
#undef STRING_ASM_OP #undef STRING_ASM_OP
#define STRING_ASM_OP ".stringz" #define STRING_ASM_OP "\t.stringz\t"
#define TEXT_SECTION_ASM_OP "\t.text" #define TEXT_SECTION_ASM_OP "\t.text"
#define DATA_SECTION_ASM_OP "\t.data" #define DATA_SECTION_ASM_OP "\t.data"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment