Commit 697f12ec by Jeff Law

* pa.h (ASM_OUTPUT_INTERNAL_LABEL): Fix typo.

From-SVN: r3223
parent ca300798
...@@ -1608,7 +1608,7 @@ bss_section () \ ...@@ -1608,7 +1608,7 @@ bss_section () \
if (TARGET_TRAILING_COLON) \ if (TARGET_TRAILING_COLON) \
fputs (":\n", FILE); \ fputs (":\n", FILE); \
else \ else \
fputs (":\n", FILE);} fputs ("\n", FILE);}
/* This is how to store into the string LABEL /* This is how to store into the string LABEL
the symbol_ref name of an internal numbered label where the symbol_ref name of an internal numbered label where
......
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