| OLD | NEW |
| 1 Please feel free to add, edit, delete this file. | 1 Please feel free to add, edit, delete this file. |
| 2 Please do not make ChangeLog entries. | 2 Please do not make ChangeLog entries. |
| 3 | 3 |
| 4 COPYING, COPYING.LIB, README | 4 COPYING, COPYING.LIB, README |
| 5 http://gnu.org. | 5 http://gnu.org. |
| 6 | 6 |
| 7 Makefile.*; configure; configure.ac; src-release | 7 Makefile.*; configure; configure.ac; src-release |
| 8 Any global maintainer can approve changes to these | 8 Any global maintainer can approve changes to these |
| 9 files, but they should be aware that they need to | 9 files, but they should be aware that they need to |
| 10 be kept in sync with their counterparts in the GCC | 10 be kept in sync with their counterparts in the GCC |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 Send bug reports and patches to bug-automake@gnu.org. | 42 Send bug reports and patches to bug-automake@gnu.org. |
| 43 | 43 |
| 44 gdb/; readline/; sim/; GDB's part of include/ | 44 gdb/; readline/; sim/; GDB's part of include/ |
| 45 GDB: http://www.gnu.org/software/gdb/ | 45 GDB: http://www.gnu.org/software/gdb/ |
| 46 Patches to gdb-patches@sourceware.org. | 46 Patches to gdb-patches@sourceware.org. |
| 47 See also gdb/MAINTAINERS and sim/MAINTAINERS. | 47 See also gdb/MAINTAINERS and sim/MAINTAINERS. |
| 48 | 48 |
| 49 include/ | 49 include/ |
| 50 See binutils/, gdb/, sid/, gcc/, libiberty/ etc. | 50 See binutils/, gdb/, sid/, gcc/, libiberty/ etc. |
| 51 | 51 |
| 52 intl/; config.rhost; libiberty/; libiberty's part of include/ | 52 intl/; config.rhost; libiberty/; libiberty's part of include/; |
| 53 compile; depcomp; install-sh; missing; ylwrap; config/ |
| 53 gcc: http://gcc.gnu.org | 54 gcc: http://gcc.gnu.org |
| 54 Changes need to be done in tandem with the official GCC | 55 Changes need to be done in tandem with the official GCC |
| 55 sources or submitted to the master file maintainer and brought | 56 sources or submitted to the master file maintainer and brought |
| 56 in via a merge. Note: approved patches in gcc's libiberty or | 57 in via a merge. Note: approved patches in gcc's libiberty or |
| 57 intl are automatically approved in this libiberty and intl also; | 58 intl are automatically approved in this libiberty and intl also; |
| 58 feel free to merge them yourself if needed sooner than the next | 59 feel free to merge them yourself if needed sooner than the next |
| 59 merge. Otherwise, changes are automatically merged, usually | 60 merge. Otherwise, changes are automatically merged, usually |
| 60 within a day. | 61 within a day. |
| 61 | 62 |
| 62 libdecnumber/ | 63 libdecnumber/ |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 winsup/ | 98 winsup/ |
| 98 cygwin: http://sourceware.org/cygwin | 99 cygwin: http://sourceware.org/cygwin |
| 99 Patches to cygwin-patches@cygwin.com. | 100 Patches to cygwin-patches@cygwin.com. |
| 100 General discussion cygwin@cygwin.com. | 101 General discussion cygwin@cygwin.com. |
| 101 | 102 |
| 102 config-ml.in; makefile.vms; mkdep; setup.com; | 103 config-ml.in; makefile.vms; mkdep; setup.com; |
| 103 etc/; utils/; | 104 etc/; utils/; |
| 104 Any global maintainer can approve changes to these | 105 Any global maintainer can approve changes to these |
| 105 files and directories. | 106 files and directories. |
| 106 | 107 |
| 107 compile; depcomp; install-sh; missing; ylwrap; | |
| 108 config/ | |
| 109 Any global maintainer can approve changes to these | |
| 110 files and directories, but they should be aware | |
| 111 that they need to be kept in sync with their | |
| 112 counterparts in the GCC repository. | |
| 113 | |
| 114 modules file | 108 modules file |
| 115 If you understand the file format (or can cut-and-paste existing | 109 If you understand the file format (or can cut-and-paste existing |
| 116 entries), modify it. If it scares you, get someone who does | 110 entries), modify it. If it scares you, get someone who does |
| 117 understand it to help you. Be prepared to fix it if you do break it. | 111 understand it to help you. Be prepared to fix it if you do break it. |
| 118 | 112 |
| 119 /* Local variables: */ | 113 /* Local variables: */ |
| 120 /* change-log-default-name: "/dev/null" */ | 114 /* change-log-default-name: "/dev/null" */ |
| 121 /* End: */ | 115 /* End: */ |
| OLD | NEW |