summaryrefslogtreecommitdiff
path: root/gcc/config/sparc/linux-aout.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-03 16:38:52 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-03 16:38:52 +0000
commit8eba040086402c9f726514d0366b3ed0b49eb753 (patch)
tree04f17f8ca9751d0713f5c875c91a33cbbe60bd36 /gcc/config/sparc/linux-aout.h
parentebde4c17a4d1275843066100b6616ed64b00baa3 (diff)
downloadgcc-8eba040086402c9f726514d0366b3ed0b49eb753.tar.gz
* config/sparc/linux-aout.h: Fix comment formatting.
* config/sparc/linux.h: Likewise. * config/sparc/linux64.h: Likewise. * config/sparc/lynx.h: Likewise. * config/sparc/pbd.h: Likewise. * config/sparc/sol2-sld-64.h: Likewise. * config/sparc/sol2.h: Likewise. * config/sparc/sparc.c: Likewise. * config/sparc/sparc.h: Likewise. * config/sparc/sparc.md: Likewise. * config/sparc/sunos4.h: Likewise. * config/sparc/vxsim.h: Likewise. * config/sparc/vxsparc.h: Likewise. * config/sparc/vxsparc64.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46737 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/linux-aout.h')
-rw-r--r--gcc/config/sparc/linux-aout.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/sparc/linux-aout.h b/gcc/config/sparc/linux-aout.h
index c40c79c124e..ee5af67f5f6 100644
--- a/gcc/config/sparc/linux-aout.h
+++ b/gcc/config/sparc/linux-aout.h
@@ -22,18 +22,18 @@ Boston, MA 02111-1307, USA. */
#include <aoutos.h>
#include <sparc/sparc.h>
-/* Don't assume anything about the header files. */
+/* Don't assume anything about the header files. */
#define NO_IMPLICIT_EXTERN_C
/* GNU/Linux uses ctype from glibc.a. I am not sure how complete it is.
- For now, we play safe. It may change later. */
+ For now, we play safe. It may change later. */
#if 0
#undef MULTIBYTE_CHARS
#define MULTIBYTE_CHARS 1
#endif
-/* We need that too. */
+/* We need that too. */
#define HANDLE_SYSV_PRAGMA
#undef MD_EXEC_PREFIX
@@ -93,7 +93,7 @@ Boston, MA 02111-1307, USA. */
#define LINK_SPEC "-m sparclinux"
/* The sun bundled assembler doesn't accept -Yd, (and neither does gas).
- It's safe to pass -s always, even if -g is not used. */
+ It's safe to pass -s always, even if -g is not used. */
#undef ASM_SPEC
#define ASM_SPEC \
"%{V} %{v:%{!V:-V}} %{n} %{T} %{Ym,*} %{Wa,*:%*} -s %{fpic:-K PIC} %{fPIC:-K PIC}"