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 | |
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')
-rw-r--r-- | gas/README | 6 | ||||
-rw-r--r-- | gas/po/Make-in | 2 |
2 files changed, 2 insertions, 6 deletions
@@ -155,11 +155,7 @@ REPORTING BUGS IN GAS Bugs in gas should be reported to: - bug-binutils@gnu.org. - -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. + https://sourceware.org/bugzilla/ See ../binutils/README for what we need in a bug report. 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 |