diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-09-29 13:16:44 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-29 13:16:44 +0000 |
commit | 991b659243a67ab870d02a52be36dd63409ed2d9 (patch) | |
tree | 24cbb8cf9da08986b3e7df17c094d53287981603 /gcc/config | |
parent | 27631daef50f6bca3b23a6532caf570b74a28c6a (diff) | |
download | gcc-991b659243a67ab870d02a52be36dd63409ed2d9.tar.gz |
builtins.def: Fix comment formatting.
* builtins.def: Fix comment formatting.
* c-common.def: Likewise.
* cfgcleanup.c: Likewise.
* combine.c: Likewise.
* gengtype.c: Likewise.
* params.def: Likewise.
* predict.def: Likewise.
* rtl.def: Likewise.
* stab.def: Likewise.
* stor-layout.c: Likewise.
* tree.def: Likewise.
* config/darwin.c: Likewise.
* config/darwin.h: Likewise.
* config/dbxcoff.h: Likewise.
* config/elfos.h: Likewise.
* config/fp-bit.c: Likewise.
* config/freebsd-spec.h: Likewise.
* config/interix.h: Likewise.
* config/libgloss.h: Likewise.
* config/linux-aout.h: Likewise.
* config/linux.h: Likewise.
* config/lynx-ng.h: Likewise.
* config/lynx.h: Likewise.
* config/netbsd-aout.h: Likewise.
* config/netbsd.h: Likewise.
* config/netware.h: Likewise.
* config/psos.h: Likewise.
* config/ptx4.h: Likewise.
From-SVN: r57624
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/darwin.c | 6 | ||||
-rw-r--r-- | gcc/config/darwin.h | 8 | ||||
-rw-r--r-- | gcc/config/dbxcoff.h | 2 | ||||
-rw-r--r-- | gcc/config/elfos.h | 2 | ||||
-rw-r--r-- | gcc/config/fp-bit.c | 20 | ||||
-rw-r--r-- | gcc/config/freebsd-spec.h | 2 | ||||
-rw-r--r-- | gcc/config/interix.h | 2 | ||||
-rw-r--r-- | gcc/config/libgloss.h | 2 | ||||
-rw-r--r-- | gcc/config/linux-aout.h | 6 | ||||
-rw-r--r-- | gcc/config/linux.h | 10 | ||||
-rw-r--r-- | gcc/config/lynx-ng.h | 4 | ||||
-rw-r--r-- | gcc/config/lynx.h | 22 | ||||
-rw-r--r-- | gcc/config/netbsd-aout.h | 2 | ||||
-rw-r--r-- | gcc/config/netbsd.h | 2 | ||||
-rw-r--r-- | gcc/config/netware.h | 2 | ||||
-rw-r--r-- | gcc/config/psos.h | 4 | ||||
-rw-r--r-- | gcc/config/ptx4.h | 4 |
17 files changed, 50 insertions, 50 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index fc9c7587623..3722950f634 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -217,7 +217,7 @@ machopic_define_name (name) } /* This is a static to make inline functions work. The rtx - representing the PIC base symbol always points to here. */ + representing the PIC base symbol always points to here. */ static char function_base[32]; @@ -1023,7 +1023,7 @@ update_non_lazy_ptrs (name) /* Function NAME is being defined, and its label has just been output. If there's already a reference to a stub for this function, we can - just emit the stub label now and we don't bother emitting the stub later. */ + just emit the stub label now and we don't bother emitting the stub later. */ void machopic_output_possible_stub_label (file, name) @@ -1214,7 +1214,7 @@ machopic_select_section (exp, reloc, align) } /* This can be called with address expressions as "rtx". - They must go in "const". */ + They must go in "const". */ void machopic_select_rtx_section (mode, x, align) diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 62cfa4be7f4..f215a7567b4 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -94,7 +94,7 @@ Boston, MA 02111-1307, USA. */ #undef LIB_SPEC #define LIB_SPEC "%{!static:-lSystem}" -/* We specify crt0.o as -lcrt0.o so that ld will search the library path. */ +/* We specify crt0.o as -lcrt0.o so that ld will search the library path. */ #undef STARTFILE_SPEC #define STARTFILE_SPEC \ @@ -120,7 +120,7 @@ Boston, MA 02111-1307, USA. */ #define DBX_CONTIN_LENGTH 0 -/* gdb needs a null N_SO at the end of each file for scattered loading. */ +/* gdb needs a null N_SO at the end of each file for scattered loading. */ #undef DBX_OUTPUT_MAIN_SOURCE_FILE_END #define DBX_OUTPUT_MAIN_SOURCE_FILE_END(FILE, FILENAME) \ @@ -166,7 +166,7 @@ do { text_section (); \ #define ASM_OUTPUT_SKIP(FILE,SIZE) \ fprintf (FILE, "\t.space %d\n", SIZE) -/* Give ObjC methods pretty symbol names. */ +/* Give ObjC methods pretty symbol names. */ #undef OBJC_GEN_METHOD_LABEL #define OBJC_GEN_METHOD_LABEL(BUF,IS_INST,CLASS_NAME,CAT_NAME,SEL_NAME,NUM) \ @@ -290,7 +290,7 @@ do { text_section (); \ #undef MAX_OFILE_ALIGNMENT #define MAX_OFILE_ALIGNMENT 0x8000 -/* Create new Mach-O sections. */ +/* Create new Mach-O sections. */ #undef SECTION_FUNCTION #define SECTION_FUNCTION(FUNCTION, SECTION, DIRECTIVE, OBJC) \ diff --git a/gcc/config/dbxcoff.h b/gcc/config/dbxcoff.h index 25f7e181834..b955932797c 100644 --- a/gcc/config/dbxcoff.h +++ b/gcc/config/dbxcoff.h @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ #define DBX_DEBUGGING_INFO 1 -/* Generate SDB debugging information by default. */ +/* Generate SDB debugging information by default. */ #ifndef PREFERRED_DEBUGGING_TYPE #define PREFERRED_DEBUGGING_TYPE SDB_DEBUG diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index 987622812f0..0eaf3a39d0c 100644 --- a/gcc/config/elfos.h +++ b/gcc/config/elfos.h @@ -400,7 +400,7 @@ Boston, MA 02111-1307, USA. */ generated assembly code more compact (and thus faster to assemble) as well as more readable, especially for targets like the i386 (where the only alternative is to output character sequences as - comma separated lists of numbers). */ + comma separated lists of numbers). */ #define ASM_OUTPUT_LIMITED_STRING(FILE, STR) \ do \ diff --git a/gcc/config/fp-bit.c b/gcc/config/fp-bit.c index eef3a66d74c..10577266777 100644 --- a/gcc/config/fp-bit.c +++ b/gcc/config/fp-bit.c @@ -136,7 +136,7 @@ INLINE static fp_number_type * nan (void) { - /* Discard the const qualifier... */ + /* Discard the const qualifier... */ #ifdef FLOAT return (fp_number_type *) (& __thenan_sf); #else @@ -745,14 +745,14 @@ _fpmul_parts ( fp_number_type * a, high |= 1; low <<= 1; } - /* rounding is tricky. if we only round if it won't make us round later. */ + /* rounding is tricky. if we only round if it won't make us round later. */ #if 0 if (low & FRACHIGH2) { if (((high & GARDMASK) != GARDMSB) && (((high + 1) & GARDMASK) == GARDMSB)) { - /* don't round, it gets done again later. */ + /* don't round, it gets done again later. */ } else { @@ -920,7 +920,7 @@ int __fpcmp_parts (fp_number_type * a, fp_number_type * b) { #if 0 - /* either nan -> unordered. Must be checked outside of this routine. */ + /* either nan -> unordered. Must be checked outside of this routine. */ if (isnan (a) && isnan (b)) { return 1; /* still unordered! */ @@ -944,7 +944,7 @@ __fpcmp_parts (fp_number_type * a, fp_number_type * b) */ return b->sign - a->sign; } - /* but not both... */ + /* but not both... */ if (isinf (a)) { return a->sign ? -1 : 1; @@ -965,7 +965,7 @@ __fpcmp_parts (fp_number_type * a, fp_number_type * b) { return a->sign ? -1 : 1; } - /* now both are "normal". */ + /* now both are "normal". */ if (a->sign != b->sign) { /* opposite signs */ @@ -980,7 +980,7 @@ __fpcmp_parts (fp_number_type * a, fp_number_type * b) { return a->sign ? 1 : -1; } - /* same exponents; check size. */ + /* same exponents; check size. */ if (a->fraction.ll > b->fraction.ll) { return a->sign ? -1 : 1; @@ -989,7 +989,7 @@ __fpcmp_parts (fp_number_type * a, fp_number_type * b) { return a->sign ? 1 : -1; } - /* after all that, they're equal. */ + /* after all that, they're equal. */ return 0; } #endif @@ -1246,7 +1246,7 @@ float_to_si (FLO_type arg_a) return 0; if (isnan (&a)) return 0; - /* get reasonable MAX_SI_INT... */ + /* get reasonable MAX_SI_INT... */ if (isinf (&a)) return a.sign ? (-MAX_SI_INT)-1 : MAX_SI_INT; /* it is a number, but a small one */ @@ -1283,7 +1283,7 @@ float_to_usi (FLO_type arg_a) /* it is a negative number */ if (a.sign) return 0; - /* get reasonable MAX_USI_INT... */ + /* get reasonable MAX_USI_INT... */ if (isinf (&a)) return MAX_USI_INT; /* it is a number, but a small one */ diff --git a/gcc/config/freebsd-spec.h b/gcc/config/freebsd-spec.h index 8b01536273b..3fc4dcc7a41 100644 --- a/gcc/config/freebsd-spec.h +++ b/gcc/config/freebsd-spec.h @@ -84,7 +84,7 @@ Boston, MA 02111-1307, USA. */ /* Provide a STARTFILE_SPEC appropriate for FreeBSD. Here we add the magical crtbegin.o file (see crtstuff.c) which provides part of the support for getting C++ file-scope static object constructed - before entering `main'. */ + before entering `main'. */ #define FBSD_STARTFILE_SPEC \ "%{!shared: \ diff --git a/gcc/config/interix.h b/gcc/config/interix.h index e52d184630c..aea3a73425e 100644 --- a/gcc/config/interix.h +++ b/gcc/config/interix.h @@ -104,7 +104,7 @@ for windows/multi thread */ #define WCHAR_TYPE_SIZE 16 /* Our strategy for finding global constructors is a bit different, although - not a lot. */ + not a lot. */ #define DO_GLOBAL_CTORS_BODY \ do { \ int i; \ diff --git a/gcc/config/libgloss.h b/gcc/config/libgloss.h index 8d7dd5bbfe0..f73982b8634 100644 --- a/gcc/config/libgloss.h +++ b/gcc/config/libgloss.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ STARTFILE_SPEC is all wrong. */ /* The libgloss standard for crt0.s has the name based on the command line - option. */ + option. */ #undef STARTFILE_SPEC #define STARTFILE_SPEC "%{!shared:%{pg:pgcrt0%O%s}%{!pg:%{p:pcrt0%O%s}%{!p:crt0%O%s}}}" diff --git a/gcc/config/linux-aout.h b/gcc/config/linux-aout.h index 2560bb8acee..8193c611364 100644 --- a/gcc/config/linux-aout.h +++ b/gcc/config/linux-aout.h @@ -19,11 +19,11 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* 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 @@ -41,5 +41,5 @@ Boston, MA 02111-1307, USA. */ #define SET_ASM_OP "\t.set\t" -/* We need that too. */ +/* We need that too. */ #define HANDLE_SYSV_PRAGMA diff --git a/gcc/config/linux.h b/gcc/config/linux.h index f4fa716a2eb..5b7311c1697 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -20,11 +20,11 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* 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 @@ -43,7 +43,7 @@ Boston, MA 02111-1307, USA. */ /* Provide a STARTFILE_SPEC appropriate for GNU/Linux. Here we add the GNU/Linux magical crtbegin.o file (see crtstuff.c) which provides part of the support for getting C++ file-scope static - object constructed before entering `main'. */ + object constructed before entering `main'. */ #undef STARTFILE_SPEC #ifdef USE_GNULIBC_1 @@ -73,7 +73,7 @@ Boston, MA 02111-1307, USA. */ #define ENDFILE_SPEC \ "%{!shared:crtend.o%s} %{shared:crtendS.o%s} crtn.o%s" -/* This is for -profile to use -lc_p instead of -lc. */ +/* This is for -profile to use -lc_p instead of -lc. */ #ifndef CC1_SPEC #define CC1_SPEC "%{profile:-p}" #endif @@ -85,7 +85,7 @@ Boston, MA 02111-1307, USA. */ #undef LIB_SPEC /* We no longer link with libc_p.a or libg.a by default. If you want to profile or debug the GNU/Linux C library, please add - -profile or -ggdb to LDFLAGS at the link time, respectively. */ + -profile or -ggdb to LDFLAGS at the link time, respectively. */ #if 1 #ifdef USE_GNULIBC_1 #define LIB_SPEC \ diff --git a/gcc/config/lynx-ng.h b/gcc/config/lynx-ng.h index 9ce425137e1..9d948015322 100644 --- a/gcc/config/lynx-ng.h +++ b/gcc/config/lynx-ng.h @@ -19,7 +19,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* This is for backwards compatibility with older Lynx tools, which use - a version of a.out format. */ + a version of a.out format. */ #undef ASM_SPEC #define ASM_SPEC "%{mcoff:-C}" @@ -103,7 +103,7 @@ Boston, MA 02111-1307, USA. */ #define MD_EXEC_PREFIX "/usr/local/lib/gcc-" -/* This is needed because /bin/ld does not handle -L options correctly. */ +/* This is needed because /bin/ld does not handle -L options correctly. */ #define LINK_LIBGCC_SPECIAL_1 diff --git a/gcc/config/lynx.h b/gcc/config/lynx.h index 94544be19b0..7f1cb547a42 100644 --- a/gcc/config/lynx.h +++ b/gcc/config/lynx.h @@ -20,27 +20,27 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* LynxOS is a multi-platform Unix, similar to SVR3, but not identical. - We can get quite a bit from generic svr3, but have to do some overrides. */ + We can get quite a bit from generic svr3, but have to do some overrides. */ #include "svr3.h" -/* Define various macros, depending on the combination of flags. */ +/* Define various macros, depending on the combination of flags. */ #undef CPP_SPEC #define CPP_SPEC "%{mthreads:-D_MULTITHREADED} \ %{mposix:-D_POSIX_SOURCE} \ %{msystem-v:-I/usr/include_v}" -/* No asm spec needed, since using GNU assembler always. */ +/* No asm spec needed, since using GNU assembler always. */ -/* No linker spec needed, since using GNU linker always. */ +/* No linker spec needed, since using GNU linker always. */ #undef LIB_SPEC #define LIB_SPEC "%{mthreads:-L/lib/thread/} \ %{msystem-v:-lc_v} \ %{!msystem-v:%{mposix:-lc_p} -lc -lm}" -/* Set the appropriate names for the Lynx startfiles. */ +/* Set the appropriate names for the Lynx startfiles. */ #undef STARTFILE_SPEC #define STARTFILE_SPEC "%{p:%{mthreads:thread/pinit1.o%s}%{!mthreads:pinit1.o%s}}%{!p:%{msystem-v:vinit1.o%s -e_start}%{!msystem-v:%{mthreads:thread/init1.o%s}%{!mthreads:init1.o%s}}}" @@ -48,7 +48,7 @@ Boston, MA 02111-1307, USA. */ #undef ENDFILE_SPEC #define ENDFILE_SPEC "%{p:_etext.o%s}%{!p:initn.o%s}" -/* Override the svr3 versions. */ +/* Override the svr3 versions. */ #undef WCHAR_TYPE #define WCHAR_TYPE "int" @@ -63,11 +63,11 @@ Boston, MA 02111-1307, USA. */ #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG /* It is convenient to be able to generate standard coff debugging - if requested via -gcoff. */ + if requested via -gcoff. */ #define SDB_DEBUGGING_INFO 1 -/* Be function-relative for block and source line stab directives. */ +/* Be function-relative for block and source line stab directives. */ #define DBX_BLOCKS_FUNCTION_RELATIVE 1 @@ -97,7 +97,7 @@ Boston, MA 02111-1307, USA. */ #define HANDLE_SYSV_PRAGMA -/* Some additional command-line options. */ +/* Some additional command-line options. */ #define TARGET_THREADS (target_flags & MASK_THREADS) #define MASK_THREADS 0x40000000 @@ -124,7 +124,7 @@ do { \ } while (0) /* Since init.o et al put all sorts of stuff into the init section, - we can't use the standard init section support in crtbegin.o. */ + we can't use the standard init section support in crtbegin.o. */ #undef INIT_SECTION_ASM_OP @@ -143,6 +143,6 @@ do { \ #undef DO_GLOBAL_CTORS_BODY #undef DO_GLOBAL_DTORS_BODY -/* LynxOS doesn't have mcount. */ +/* LynxOS doesn't have mcount. */ #undef FUNCTION_PROFILER #define FUNCTION_PROFILER(file, profile_label_no) diff --git a/gcc/config/netbsd-aout.h b/gcc/config/netbsd-aout.h index 6afcfd9d37e..7c2f86573ce 100644 --- a/gcc/config/netbsd-aout.h +++ b/gcc/config/netbsd-aout.h @@ -27,7 +27,7 @@ Boston, MA 02111-1307, USA. */ } \ while (0) -/* This defines which switch letters take arguments. */ +/* This defines which switch letters take arguments. */ #undef SWITCH_TAKES_ARG #define SWITCH_TAKES_ARG(CHAR) \ diff --git a/gcc/config/netbsd.h b/gcc/config/netbsd.h index b57d412e53b..19df77ffcd8 100644 --- a/gcc/config/netbsd.h +++ b/gcc/config/netbsd.h @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ /* NETBSD_NATIVE is defined when gcc is integrated into the NetBSD source tree so it can be configured appropriately without using - the GNU configure/build mechanism. */ + the GNU configure/build mechanism. */ #ifdef NETBSD_NATIVE diff --git a/gcc/config/netware.h b/gcc/config/netware.h index d713ce806d2..52bfb4e0d31 100644 --- a/gcc/config/netware.h +++ b/gcc/config/netware.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ anyway for cross-compilers, and the other specs won't get picked up 'coz the user is supposed to do ld -r (hmm, perhaps that should be the default). In any case, setting them thus will catch some - common user errors. */ + common user errors. */ #undef MD_EXEC_PREFIX #undef MD_STARTFILE_PREFIX diff --git a/gcc/config/psos.h b/gcc/config/psos.h index fbe5b96e0bc..72825d458df 100644 --- a/gcc/config/psos.h +++ b/gcc/config/psos.h @@ -51,13 +51,13 @@ Boston, MA 02111-1307, USA. board-support package (e.g. M162) and the run-time configuration (e.g. application vs. ram-image vs. rom-image). Specify the startfile in a linker-script created from the generic - architecture-specific linker-scripts. */ + architecture-specific linker-scripts. */ #undef STARTFILE_SPEC #define STARTFILE_SPEC "" -/* Predefined macros (independent of processor type). */ +/* Predefined macros (independent of processor type). */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dpsos" diff --git a/gcc/config/ptx4.h b/gcc/config/ptx4.h index d4a61de8107..3d8e5278567 100644 --- a/gcc/config/ptx4.h +++ b/gcc/config/ptx4.h @@ -180,7 +180,7 @@ Boston, MA 02111-1307, USA. %{!ansi:values-Xa.o%s} \ crtbegin.o%s" -/* Don't use bcopy, which doesn't handle overlaps before DYNIX/ptx 4.6. */ +/* Don't use bcopy, which doesn't handle overlaps before DYNIX/ptx 4.6. */ #undef HAVE_BCOPY @@ -239,7 +239,7 @@ while (0) /* This says how to output assembler code to declare an uninitialized external linkage data item. There's a bug in the DYNIX/ptx linker (PR 254649) when the alignment for such an object is specified, so - ignore the ALIGN parameter. */ + ignore the ALIGN parameter. */ #undef ASM_OUTPUT_ALIGNED_COMMON #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \ |