aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-12-15 00:05:04 -0700
committerJeff Law <law@gcc.gnu.org>1997-12-15 00:05:04 -0700
commit6d8ccdbbb20cdff710cd6977165bde1d763f6a40 (patch)
treefff0335d1435c9b6e70f06bebdd1a98b6cfd22bc /gcc/except.c
parent7b8dd497414f0e8299a07ec4c2e81a78980b0bba (diff)
downloadgcc-6d8ccdbbb20cdff710cd6977165bde1d763f6a40.zip
gcc-6d8ccdbbb20cdff710cd6977165bde1d763f6a40.tar.gz
gcc-6d8ccdbbb20cdff710cd6977165bde1d763f6a40.tar.bz2
Bring over changes from latest gcc-2.8 pre-release.
Mirror sched.c change into haifa-sched.c From-SVN: r17097
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/except.c b/gcc/except.c
index c0db69f..e2a5914 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -97,9 +97,9 @@ Boston, MA 02111-1307, USA. */
On targets that support crtstuff.c, the unwind information
is stored in a section named .eh_frame and the information for the
entire shared object or program is registered with a call to
- __register_frame. On other targets, the information for each
+ __register_frame_info. On other targets, the information for each
translation unit is registered from the file generated by collect2.
- __register_frame is defined in frame.c, and is responsible for
+ __register_frame_info is defined in frame.c, and is responsible for
recording all of the unwind regions into one list (which is kept in a
static variable named unwind_table_list).