mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
Fix regexp for development.exp
binutils/: * Makefile.am (development.exp): Fix regexp. * Makefile.in: Regenerate. gas/: * Makefile.am (development.exp): Fix regexp. * Makefile.in: Regenerate. ld/: * Makefile.am (development.exp): Fix regexp. * Makefile.in: Regenerate.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2020-11-09 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* Makefile.am (development.exp): Fix regexp.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2020-11-09 Nick Clifton <nickc@redhat.com>
|
2020-11-09 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR 26847
|
PR 26847
|
||||||
|
|||||||
@@ -213,7 +213,7 @@ check-DEJAGNU: site.exp
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
development.exp: $(BFDDIR)/development.sh
|
development.exp: $(BFDDIR)/development.sh
|
||||||
$(EGREP) "[development|experimental]=" $(BFDDIR)/development.sh \
|
$(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
|
||||||
| $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
|
| $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
|
||||||
|
|
||||||
installcheck-local:
|
installcheck-local:
|
||||||
|
|||||||
@@ -1448,7 +1448,7 @@ check-DEJAGNU: site.exp
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
development.exp: $(BFDDIR)/development.sh
|
development.exp: $(BFDDIR)/development.sh
|
||||||
$(EGREP) "[development|experimental]=" $(BFDDIR)/development.sh \
|
$(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
|
||||||
| $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
|
| $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
|
||||||
|
|
||||||
installcheck-local:
|
installcheck-local:
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2020-11-09 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* Makefile.am (development.exp): Fix regexp.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2020-11-09 Nelson Chu <nelson.chu@sifive.com>
|
2020-11-09 Nelson Chu <nelson.chu@sifive.com>
|
||||||
|
|
||||||
* config/tc-riscv.c (explicit_mabi): New boolean to indicate if
|
* config/tc-riscv.c (explicit_mabi): New boolean to indicate if
|
||||||
|
|||||||
@@ -434,7 +434,7 @@ check-DEJAGNU: site.exp
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
development.exp: $(BFDDIR)/development.sh
|
development.exp: $(BFDDIR)/development.sh
|
||||||
$(EGREP) "[development|experimental]=" $(BFDDIR)/development.sh \
|
$(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
|
||||||
| $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
|
| $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
|
||||||
|
|
||||||
# The m68k operand parser.
|
# The m68k operand parser.
|
||||||
|
|||||||
@@ -1570,7 +1570,7 @@ check-DEJAGNU: site.exp
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
development.exp: $(BFDDIR)/development.sh
|
development.exp: $(BFDDIR)/development.sh
|
||||||
$(EGREP) "[development|experimental]=" $(BFDDIR)/development.sh \
|
$(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
|
||||||
| $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
|
| $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
|
||||||
|
|
||||||
# If m68k-parse.y is in a different directory, then ylwrap will use an
|
# If m68k-parse.y is in a different directory, then ylwrap will use an
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2020-11-09 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* Makefile.am (development.exp): Fix regexp.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2020-11-06 Nick Clifton <nickc@redhat.com>
|
2020-11-06 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* lexsup.c (parse_args): Add more checks of the mapfile. If it is
|
* lexsup.c (parse_args): Add more checks of the mapfile. If it is
|
||||||
|
|||||||
@@ -974,7 +974,7 @@ check-DEJAGNU: site.exp
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
development.exp: $(BFDDIR)/development.sh
|
development.exp: $(BFDDIR)/development.sh
|
||||||
$(EGREP) "[development|experimental]=" $(BFDDIR)/development.sh \
|
$(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
|
||||||
| $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
|
| $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
|
||||||
|
|
||||||
enablings.exp:
|
enablings.exp:
|
||||||
|
|||||||
@@ -2551,7 +2551,7 @@ check-DEJAGNU: site.exp
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
development.exp: $(BFDDIR)/development.sh
|
development.exp: $(BFDDIR)/development.sh
|
||||||
$(EGREP) "[development|experimental]=" $(BFDDIR)/development.sh \
|
$(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
|
||||||
| $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
|
| $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
|
||||||
|
|
||||||
enablings.exp:
|
enablings.exp:
|
||||||
|
|||||||
Reference in New Issue
Block a user