diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2022-09-22 09:33:30 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2022-09-22 15:19:14 +0100 |
commit | 3ad3f53bb3ce8b4d24f370528a5ed0b1ed34b883 (patch) | |
tree | dd0e2f7fec26b55a1a8f1fe0f01b9b8d181628cf | |
parent | 9194c13909b72d23e58fee72864a2663b12f6b19 (diff) | |
download | gcc-3ad3f53bb3ce8b4d24f370528a5ed0b1ed34b883.zip gcc-3ad3f53bb3ce8b4d24f370528a5ed0b1ed34b883.tar.gz gcc-3ad3f53bb3ce8b4d24f370528a5ed0b1ed34b883.tar.bz2 |
libiberty: Refer to Bugzilla in README
We want bugs reported to Bugzilla, not emailed to gcc-bugs.
libiberty/ChangeLog:
* README: Replace gcc-bugs email address with Bugzilla URL.
-rw-r--r-- | libiberty/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/README b/libiberty/README index 9f1cc97..e7ffb17 100644 --- a/libiberty/README +++ b/libiberty/README @@ -15,7 +15,7 @@ The library must be configured from the top source directory. Don't try to run configure in this directory. Follow the configuration instructions in ../README. -Please report bugs to "gcc-bugs@gcc.gnu.org" and send fixes to +Please report bugs to https://gcc.gnu.org/bugzilla/ and send fixes to "gcc-patches@gcc.gnu.org". Thank you. ADDING A NEW FILE |