mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 07:40:26 +08:00
* tree-cfg.c, config/s390/tpf-unwind.h: Fix comment typos.
From-SVN: r88424
This commit is contained in:
parent
3d47e9caa9
commit
66efeafc2e
gcc
@ -1,3 +1,7 @@
|
||||
2004-10-02 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* tree-cfg.c, config/s390/tpf-unwind.h: Fix comment typos.
|
||||
|
||||
2004-10-02 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* tree-cfg.c (cleanup_tree_cfg): Speed up by calling
|
||||
|
@ -123,7 +123,7 @@ s390_fallback_frame_state (struct _Unwind_Context *context,
|
||||
/* Function Name: __tpf_eh_return
|
||||
Parameters passed into it: Destination address to jump to.
|
||||
Return Value: Converted Destination address if a Pat Stub exists.
|
||||
Description: This function swaps the uwinding return address
|
||||
Description: This function swaps the unwinding return address
|
||||
with the cp stub code. The original target return address is
|
||||
then stored into the tpf return address field. The cp stub
|
||||
code is searched for by climbing back up the stack and
|
||||
@ -231,7 +231,7 @@ __tpf_eh_return (void *target)
|
||||
the exception handling unwinder so that it can
|
||||
actually do the "leap" shift out the low order
|
||||
bit designated to determine if we are in 64BIT mode.
|
||||
This is nececcary for CTOA stubs.
|
||||
This is necessary for CTOA stubs.
|
||||
Otherwise we leap one byte past where we want to
|
||||
go to in the TPF pat stub linkage code. */
|
||||
shifter = *((unsigned long int *)
|
||||
|
@ -954,7 +954,7 @@ group_case_labels (void)
|
||||
tree default_case = TREE_VEC_ELT (labels, old_size - 1);
|
||||
tree default_label;
|
||||
|
||||
/* The default lable is always the last case in a switch
|
||||
/* The default label is always the last case in a switch
|
||||
statement after gimplification. */
|
||||
default_label = CASE_LABEL (default_case);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user