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/stab.def | |
parent | 27631daef50f6bca3b23a6532caf570b74a28c6a (diff) | |
download | gcc-991b659243a67ab870d02a52be36dd63409ed2d9.zip gcc-991b659243a67ab870d02a52be36dd63409ed2d9.tar.gz gcc-991b659243a67ab870d02a52be36dd63409ed2d9.tar.bz2 |
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/stab.def')
-rw-r--r-- | gcc/stab.def | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/stab.def b/gcc/stab.def index e0191ca..7a0b849 100644 --- a/gcc/stab.def +++ b/gcc/stab.def @@ -47,10 +47,10 @@ __define_stab (N_MAIN, 0x2a, "MAIN") Supposedly the value is its line number; I'm skeptical. */ __define_stab (N_PC, 0x30, "PC") -/* Number of symbols: 0, files,,funcs,lines according to Ultrix V4.0. */ +/* Number of symbols: 0, files,,funcs,lines according to Ultrix V4.0. */ __define_stab (N_NSYMS, 0x32, "NSYMS") -/* "No DST map for sym: name, ,0,type,ignored" according to Ultrix V4.0. */ +/* "No DST map for sym: name, ,0,type,ignored" according to Ultrix V4.0. */ __define_stab (N_NOMAP, 0x34, "NOMAP") /* New stab from Solaris. I don't know what it means, but it @@ -90,7 +90,7 @@ __define_stab (N_BROWS, 0x48, "BROWS") __define_stab(N_DEFD, 0x4a, "DEFD") /* THE FOLLOWING TWO STAB VALUES CONFLICT. Happily, one is for Modula-2 - and one is for C++. Still,... */ + and one is for C++. Still,... */ /* GNU C++ exception variable. Name is variable name. */ __define_stab (N_EHDECL, 0x50, "EHDECL") /* Modula2 info "for imc": name,,0,0,0 according to Ultrix V4.0. */ @@ -168,7 +168,7 @@ __define_stab (N_ECOML, 0xe8, "ECOML") /* These STAB's are used on Gould systems for Non-Base register symbols or something like that. FIXME. I have assigned the values at random - since I don't have a Gould here. Fixups from Gould folk welcome... */ + since I don't have a Gould here. Fixups from Gould folk welcome... */ __define_stab (N_NBTEXT, 0xF0, "NBTEXT") __define_stab (N_NBDATA, 0xF2, "NBDATA") __define_stab (N_NBBSS, 0xF4, "NBBSS") |