#
#===================================================================
# This regular expression is for use with sed and will change
# the character string fpcr to fpcontrol
#
s/[Ff][Pp][Cc][Rr]/FPCONTROL/g
#
# This regular expression is for use with sed and will change
# the character string fpsr to fpstatus
#
s/[Ff][Pp][Ss][Rr]/FPSTATUS/g
#=====================================================================
