Deleted Added
full compact
22c22
< /* $FreeBSD: head/contrib/gcc/toplev.c 132734 2004-07-28 04:20:36Z kan $ */
---
> /* $FreeBSD: head/contrib/gcc/toplev.c 146908 2005-06-03 04:02:20Z kan $ */
1868a1869,1871
> /* Flush any pending equate directives. */
> process_pending_assemble_output_defs ();
>
3665,3666c3668
< if (cfun->recursive_call_emit
< && cfun->stack_alignment_needed > cfun->preferred_stack_boundary)
---
> if (cfun->stack_alignment_needed > cfun->preferred_stack_boundary)
4498,4499d4499
< init_adjust_machine_modes ();
<
4642a4643,4647
> /* This must be run always, because it is needed to compute the FP
> predefined macros, such as __LDBL_MAX__, for targets using non
> default FP formats. */
> init_adjust_machine_modes ();
>