diff options
author | Alan Modra <amodra@gmail.com> | 2021-11-19 17:57:25 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-11-23 15:39:26 +1030 |
commit | 2990bf409642bd16d99d66e5f828291148157ab3 (patch) | |
tree | 0354a54449c4f9febeaeb29c65825c361626e160 /gas/po/Make-in | |
parent | 9f6148cb8538a11f39eb938d4d8bf1eaba31f6af (diff) | |
download | gdb-2990bf409642bd16d99d66e5f828291148157ab3.zip gdb-2990bf409642bd16d99d66e5f828291148157ab3.tar.gz gdb-2990bf409642bd16d99d66e5f828291148157ab3.tar.bz2 |
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.
Diffstat (limited to 'gas/po/Make-in')
-rw-r--r-- | gas/po/Make-in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/po/Make-in b/gas/po/Make-in index cd53f42..3ade65d 100644 --- a/gas/po/Make-in +++ b/gas/po/Make-in @@ -89,7 +89,7 @@ all-no: $(srcdir)/$(PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ - --msgid-bugs-address=bug-binutils@gnu.org \ + --msgid-bugs-address=https://sourceware.org/bugzilla/ \ --files-from=$(srcdir)/POTFILES.in rm -f $(srcdir)/$(PACKAGE).pot mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot |