diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-11 11:25:28 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-11 11:25:28 +0000 |
commit | 4a82352a84766c06cff20385665f3f3828163a19 (patch) | |
tree | b852443590ce1b94b516d895ae6e1e58523886b8 /gcc/dwarfout.c | |
parent | 5a9d41154c3a682cf8b9dbad859d194bc71df4f3 (diff) | |
download | gcc-4a82352a84766c06cff20385665f3f3828163a19.tar.gz |
* ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,
cfg.c, cfganal.c, cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c,
collect2.c, combine.c, config.in, configure, configure.in,
conflict.c, dwarf2out.c, dwarfout.c, except.c, final.c, flow.c,
genattrtab.c, ggc-page.c, jump.c, lcm.c, predict.c, reg-stack.c,
reload1.c, rtlanal.c, sched-rgn.c, toplev.c, unwind-dw2-fde.h: Fix
spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46928 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index d52544e39a2..cc6886d4c97 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -1818,7 +1818,7 @@ output_signed_leb128 (value) struct s { my_type f; }; - Since we may be stuck here without enought information to do exactly + Since we may be stuck here without enough information to do exactly what is called for in the Dwarf draft specification, we do the best that we can under the circumstances and always use the "plain" integral fundamental type codes for int, short, and long types. That's probably @@ -4979,7 +4979,7 @@ output_type (type, containing_scope) to output DIEs to represent the *types* of those members. However the `output_type' function (above) will specifically avoid generating type DIEs for member types *within* the list - of member DIEs for this (containing) type execpt for those + of member DIEs for this (containing) type except for those types (of members) which are explicitly marked as also being members of this (containing) type themselves. The g++ front- end can force any given type to be treated as a member of some |