diff options
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 |