diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 6 | ||||
-rw-r--r-- | binutils/MAINTAINERS | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b7915b1..4a0dbbb 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2018-01-10 Nick Clifton <nickc@redhat.com> + + * MAINTAINERS: Note that it is now the configure.ac file and not + the configure.in file that needs to be kept in sync with gcc. + Add a note about sending patches for libiberty to gcc. + 2018-01-03 Nick Clifton <nickc@redhat.com> * objcopy.c (merge_gnu_build_notes): Add cast to maximum address diff --git a/binutils/MAINTAINERS b/binutils/MAINTAINERS index 7a15ca2..05443cd 100644 --- a/binutils/MAINTAINERS +++ b/binutils/MAINTAINERS @@ -22,11 +22,14 @@ top level config.guess and config.sub scripts should be sent to: config-patches@gnu.org and not to the binutils lists. Patches to the other top level -configure files (configure, configure.in, config-ml.in) should +configure files (configure, configure.ac, config-ml.in) should be sent to the binutils lists, and copied to the gcc and gdb lists as well (gcc-patches@gcc.gnu.org and gdb-patches@sourceware.org). +Patches to the libiberty sources should be sent to +gcc-patches@gcc.gnu.org. + --------- Blanket Write Privs --------- The following people have permission to check patches into the |