mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 05:42:42 +08:00
Update bug reporting address
https://sourceware.org/bugzilla/ everywhere bfd/ * configure.ac (ACX_BUGURL): Set to https://sourceware.org/bugzilla/ * po/Make-in (msgid-bugs-address): Likewise. * README: Report bugs to the above. * configure: Regenerate. binutils/ * po/Make-in (msgid-bugs-address): Update. gas/ * README: Update bug address. Delete mention of gcc. * po/Make-in: Update bug address. gold/ * po/Make-in: Update bug address. gprof/ * po/Make-in: Update bug address. ld/ * po/Make-in: Update bug address. opcodes/ * po/Make-in: Update bug address.
This commit is contained in:
@ -34,7 +34,7 @@ BFD supports the following configure options:
|
|||||||
Use mmap when accessing files. This is faster on some hosts,
|
Use mmap when accessing files. This is faster on some hosts,
|
||||||
but slower on others. It may not work on all hosts.
|
but slower on others. It may not work on all hosts.
|
||||||
|
|
||||||
Report bugs with BFD to bug-binutils@gnu.org.
|
Report bugs in BFD to https://sourceware.org/bugzilla/
|
||||||
|
|
||||||
Patches are encouraged. When sending patches, always send the output
|
Patches are encouraged. When sending patches, always send the output
|
||||||
of diff -u or diff -c from the original file to the new file. Do not
|
of diff -u or diff -c from the original file to the new file. Do not
|
||||||
|
2
bfd/configure
vendored
2
bfd/configure
vendored
@ -11941,7 +11941,7 @@ if test "${with_bugurl+set}" = set; then :
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
BUGURL="https://www.sourceware.org/bugzilla/"
|
BUGURL="https://sourceware.org/bugzilla/"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -169,7 +169,7 @@ AC_ARG_WITH(separate-debug-dir,
|
|||||||
AC_SUBST(DEBUGDIR)
|
AC_SUBST(DEBUGDIR)
|
||||||
|
|
||||||
ACX_PKGVERSION([GNU Binutils])
|
ACX_PKGVERSION([GNU Binutils])
|
||||||
ACX_BUGURL([https://www.sourceware.org/bugzilla/])
|
ACX_BUGURL([https://sourceware.org/bugzilla/])
|
||||||
|
|
||||||
AM_BINUTILS_WARNINGS
|
AM_BINUTILS_WARNINGS
|
||||||
|
|
||||||
|
@ -96,14 +96,14 @@ $(srcdir)/$(PACKAGE).pot: $(SRC-POTFILES) $(BLD-POTFILES)
|
|||||||
$(XGETTEXT) --default-domain=$(PACKAGE) \
|
$(XGETTEXT) --default-domain=$(PACKAGE) \
|
||||||
--directory=$(top_srcdir) \
|
--directory=$(top_srcdir) \
|
||||||
--add-comments --keyword=_ --keyword=N_ \
|
--add-comments --keyword=_ --keyword=N_ \
|
||||||
--msgid-bugs-address=bug-binutils@gnu.org \
|
--msgid-bugs-address=https://sourceware.org/bugzilla/ \
|
||||||
--files-from=$(srcdir)/SRC-POTFILES.in
|
--files-from=$(srcdir)/SRC-POTFILES.in
|
||||||
$(XGETTEXT) --default-domain=$(PACKAGE) \
|
$(XGETTEXT) --default-domain=$(PACKAGE) \
|
||||||
--directory=.. \
|
--directory=.. \
|
||||||
--directory=. \
|
--directory=. \
|
||||||
--add-comments --keyword=_ --keyword=N_ \
|
--add-comments --keyword=_ --keyword=N_ \
|
||||||
--join-existing \
|
--join-existing \
|
||||||
--msgid-bugs-address=bug-binutils@gnu.org \
|
--msgid-bugs-address=https://sourceware.org/bugzilla/ \
|
||||||
--files-from=$(srcdir)/BLD-POTFILES.in
|
--files-from=$(srcdir)/BLD-POTFILES.in
|
||||||
rm -f $(srcdir)/$(PACKAGE).pot
|
rm -f $(srcdir)/$(PACKAGE).pot
|
||||||
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
|
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
|
||||||
|
@ -89,7 +89,7 @@ all-no:
|
|||||||
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
|
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
|
||||||
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
|
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
|
||||||
--add-comments --keyword=_ --keyword=N_ \
|
--add-comments --keyword=_ --keyword=N_ \
|
||||||
--msgid-bugs-address=bug-binutils@gnu.org \
|
--msgid-bugs-address=https://sourceware.org/bugzilla/ \
|
||||||
--files-from=$(srcdir)/POTFILES.in
|
--files-from=$(srcdir)/POTFILES.in
|
||||||
rm -f $(srcdir)/$(PACKAGE).pot
|
rm -f $(srcdir)/$(PACKAGE).pot
|
||||||
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
|
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
|
||||||
|
@ -155,11 +155,7 @@ REPORTING BUGS IN GAS
|
|||||||
|
|
||||||
Bugs in gas should be reported to:
|
Bugs in gas should be reported to:
|
||||||
|
|
||||||
bug-binutils@gnu.org.
|
https://sourceware.org/bugzilla/
|
||||||
|
|
||||||
They may be cross-posted to gcc-bugs@gnu.org if they affect the use of
|
|
||||||
gas with gcc. They should not be reported just to gcc-bugs, since not
|
|
||||||
all of the maintainers read that list.
|
|
||||||
|
|
||||||
See ../binutils/README for what we need in a bug report.
|
See ../binutils/README for what we need in a bug report.
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ all-no:
|
|||||||
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
|
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
|
||||||
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
|
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
|
||||||
--add-comments --keyword=_ --keyword=N_ \
|
--add-comments --keyword=_ --keyword=N_ \
|
||||||
--msgid-bugs-address=bug-binutils@gnu.org \
|
--msgid-bugs-address=https://sourceware.org/bugzilla/ \
|
||||||
--files-from=$(srcdir)/POTFILES.in
|
--files-from=$(srcdir)/POTFILES.in
|
||||||
rm -f $(srcdir)/$(PACKAGE).pot
|
rm -f $(srcdir)/$(PACKAGE).pot
|
||||||
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
|
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
|
||||||
|
@ -89,7 +89,7 @@ all-no:
|
|||||||
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
|
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
|
||||||
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
|
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
|
||||||
--add-comments -C --keyword=_ --keyword=N_ \
|
--add-comments -C --keyword=_ --keyword=N_ \
|
||||||
--msgid-bugs-address=bug-binutils@gnu.org \
|
--msgid-bugs-address=https://sourceware.org/bugzilla/ \
|
||||||
--files-from=$(srcdir)/POTFILES.in
|
--files-from=$(srcdir)/POTFILES.in
|
||||||
rm -f $(srcdir)/$(PACKAGE).pot
|
rm -f $(srcdir)/$(PACKAGE).pot
|
||||||
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
|
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
|
||||||
|
@ -89,7 +89,7 @@ all-no:
|
|||||||
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
|
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
|
||||||
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
|
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
|
||||||
--add-comments --keyword=_ --keyword=N_ \
|
--add-comments --keyword=_ --keyword=N_ \
|
||||||
--msgid-bugs-address=bug-binutils@gnu.org \
|
--msgid-bugs-address=https://sourceware.org/bugzilla/ \
|
||||||
--files-from=$(srcdir)/POTFILES.in
|
--files-from=$(srcdir)/POTFILES.in
|
||||||
rm -f $(srcdir)/$(PACKAGE).pot
|
rm -f $(srcdir)/$(PACKAGE).pot
|
||||||
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
|
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
|
||||||
|
@ -91,12 +91,12 @@ all-no:
|
|||||||
$(srcdir)/$(PACKAGE).pot: $(SRC-POTFILES) $(BLD-POTFILES)
|
$(srcdir)/$(PACKAGE).pot: $(SRC-POTFILES) $(BLD-POTFILES)
|
||||||
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
|
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
|
||||||
--add-comments --keyword=_ --keyword=N_ \
|
--add-comments --keyword=_ --keyword=N_ \
|
||||||
--msgid-bugs-address=bug-binutils@gnu.org \
|
--msgid-bugs-address=https://sourceware.org/bugzilla/ \
|
||||||
--files-from=$(srcdir)/SRC-POTFILES.in
|
--files-from=$(srcdir)/SRC-POTFILES.in
|
||||||
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=.. \
|
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=.. \
|
||||||
--add-comments --keyword=_ --keyword=N_ \
|
--add-comments --keyword=_ --keyword=N_ \
|
||||||
--join-existing \
|
--join-existing \
|
||||||
--msgid-bugs-address=bug-binutils@gnu.org \
|
--msgid-bugs-address=https://sourceware.org/bugzilla/ \
|
||||||
--files-from=$(srcdir)/BLD-POTFILES.in
|
--files-from=$(srcdir)/BLD-POTFILES.in
|
||||||
rm -f $(srcdir)/$(PACKAGE).pot
|
rm -f $(srcdir)/$(PACKAGE).pot
|
||||||
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
|
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
|
||||||
|
@ -89,7 +89,7 @@ all-no:
|
|||||||
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
|
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
|
||||||
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
|
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
|
||||||
--add-comments --keyword=_ --keyword=N_ \
|
--add-comments --keyword=_ --keyword=N_ \
|
||||||
--msgid-bugs-address=bug-binutils@gnu.org \
|
--msgid-bugs-address=https://sourceware.org/bugzilla/ \
|
||||||
--files-from=$(srcdir)/POTFILES.in
|
--files-from=$(srcdir)/POTFILES.in
|
||||||
rm -f $(srcdir)/$(PACKAGE).pot
|
rm -f $(srcdir)/$(PACKAGE).pot
|
||||||
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
|
mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot
|
||||||
|
Reference in New Issue
Block a user