[PATCH] Dwarf2out end prologue/begin epilogue for IVMS (3rd try)

Richard Henderson rth@redhat.com
Tue Nov 3 16:14:00 GMT 2009


> +static inline void
> +add_AT_vms_delta (dw_die_ref die, enum dwarf_attribute attr_kind, const char *lbl1, const char *lbl2)

Line wrap.

> +AT_vms_delta1 (dw_attr_ref a)
> +{
> +  if (a && (AT_class (a) == dw_val_class_vms_delta))
> +    return a->dw_attr_val.v.val_vms_delta.lbl1;
> +
> +  abort ();
> +}

Use gcc_assert.

> +AT_vms_delta2 (dw_attr_ref a)

Likewise.

Otherwise ok, pending @slotcount approval on the binutils side.


r~



More information about the Gcc-patches mailing list