133965Sjdpdir @srcdir@
233965Sjdpdir .
333965Sjdp
433965Sjdpbreak as_warn
533965Sjdpbreak as_warn_where
633965Sjdpbreak as_bad
733965Sjdpbreak as_bad_where
833965Sjdpbreak as_fatal
933965Sjdpbreak as_assert
1033965Sjdpbreak as_abort
1133965Sjdp
1233965Sjdpdefine pe
1333965Sjdpcall print_expr ($)
1433965Sjdpend
1533965Sjdp
1633965Sjdpdocument pe
1733965SjdpPrint *$ as an expressionS, expanding parameters.
1833965Sjdpend
1933965Sjdp
2033965Sjdpdefine ps
2133965Sjdpcall print_symbol_value ($)
2233965Sjdpend
2333965Sjdp
2433965Sjdpdocument ps
2533965SjdpPrint *$ as a symbolS, including expression value.
2633965Sjdpend
2733965Sjdp
2833965Sjdpdefine pf
2933965Sjdpcall print_fixup ($)
3033965Sjdpend
3133965Sjdp
3233965Sjdpdocument pf
3333965SjdpPrint *$ as a fixS, including symbol value.
3433965Sjdpend
3533965Sjdp
3633965Sjdp# Put this last, in case it fails.
3733965Sjdp
3833965Sjdpbreak abort
39