Commit d7e9e62a by Kazu Hirata Committed by Kazu Hirata

* cfgexpand.c, config/s390/tpf-eh.c: Fix comment typos.

From-SVN: r87939
parent 98d6e9af
2004-09-23 Kazu Hirata <kazu@cs.umass.edu>
* cfgexpand.c, config/s390/tpf-eh.c: Fix comment typos.
2004-09-22 Eric Christopher <echristo@redhat.com> 2004-09-22 Eric Christopher <echristo@redhat.com>
* builtins.c (simplify_builtin_va_start): Remove. * builtins.c (simplify_builtin_va_start): Remove.
......
...@@ -41,8 +41,8 @@ Boston, MA 02111-1307, USA. */ ...@@ -41,8 +41,8 @@ Boston, MA 02111-1307, USA. */
/* Verify that there is exactly single jump instruction since last and attach /* Verify that there is exactly single jump instruction since last and attach
REG_BR_PROB note specifying probability. REG_BR_PROB note specifying probability.
??? We really ought to pass the probability down to RTL expanders and let it ??? We really ought to pass the probability down to RTL expanders and let it
re-distribute it when the conditional expands into multiple coniditionals. re-distribute it when the conditional expands into multiple conditionals.
This is however dificult to do. */ This is however difficult to do. */
static void static void
add_reg_br_prob_note (FILE *dump_file, rtx last, int probability) add_reg_br_prob_note (FILE *dump_file, rtx last, int probability)
{ {
......
...@@ -64,7 +64,7 @@ unsigned int __isPATrange(void *addr) ...@@ -64,7 +64,7 @@ unsigned int __isPATrange(void *addr)
/* Function Name: __tpf_eh_return /* Function Name: __tpf_eh_return
Parameters passed into it: Destination address to jump to. Parameters passed into it: Destination address to jump to.
Return Value: Converted Destination address if a Pat Stub exists. 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 with the cp stub code. The original target return address is
then stored into the tpf return address field. The cp stub then stored into the tpf return address field. The cp stub
code is searched for by climbing back up the stack and code is searched for by climbing back up the stack and
...@@ -158,7 +158,7 @@ void *__tpf_eh_return (void *target) ...@@ -158,7 +158,7 @@ void *__tpf_eh_return (void *target)
the exception handling unwinder so that it can the exception handling unwinder so that it can
actually do the "leap" shift out the low order actually do the "leap" shift out the low order
bit designated to determine if we are in 64BIT mode. 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 Otherwise we leap one byte past where we want to
go to in the TPF pat stub linkage code. */ go to in the TPF pat stub linkage code. */
shifter = *((unsigned long int *) shifter = *((unsigned long int *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment