diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1998-02-13 08:34:53 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1998-02-13 08:34:53 -0500 |
commit | 9605fb441787e96f06381ba50e1e61ef44eb01e6 (patch) | |
tree | 55888578484bf296c33ff8397d09fa0c71d74417 /gcc/frame.c | |
parent | fcdc0d6e6167ef2887ede475210f21a90898c5f1 (diff) | |
download | gcc-9605fb441787e96f06381ba50e1e61ef44eb01e6.zip gcc-9605fb441787e96f06381ba50e1e61ef44eb01e6.tar.gz gcc-9605fb441787e96f06381ba50e1e61ef44eb01e6.tar.bz2 |
tweak comments
From-SVN: r17964
Diffstat (limited to 'gcc/frame.c')
-rw-r--r-- | gcc/frame.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/frame.c b/gcc/frame.c index ff93f1b..a875498 100644 --- a/gcc/frame.c +++ b/gcc/frame.c @@ -60,7 +60,7 @@ typedef unsigned int uaddr __attribute__ ((mode (pointer))); typedef int saddr __attribute__ ((mode (pointer))); typedef unsigned char ubyte; -/* The first few fields of a CIE. The CIE_id field is 0xffffffff for a CIE, +/* The first few fields of a CIE. The CIE_id field is 0 for a CIE, to distinguish it from a valid FDE. FDEs are aligned to an addressing unit boundary, but the fields within are unaligned. */ @@ -563,7 +563,7 @@ __register_frame_table (void *begin) __register_frame_info_table (begin, ob); } -/* Called from crtend.o to deregister the unwind info for an object. */ +/* Called from crtbegin.o to deregister the unwind info for an object. */ void * __deregister_frame_info (void *begin) |