Skip to content

Commit 991addc

Browse files
committed
MAINTAINERS: clarify policy with config/ (and other top level files)
Rather than copy & paste more text, just merge the existing config/ section with the existing intl/ section. This ends up clarifying the policy with that subdir (and top level files) that any commit made to gcc's repo is allowed to be merged with the sourceware tree without pre-approval. Signed-off-by: Mike Frysinger <[email protected]>
1 parent c30ea6b commit 991addc

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

ChangeLog

+17-12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2012-05-11 Mike Frysinger <[email protected]>
2+
3+
* MAINTAINERS (config/): Move to intl/ section.
4+
(compile; depcomp; install-sh; missing; ylwrap): Likewise.
5+
16
2012-05-09 Nick Clifton <[email protected]>
27
Paul Smith <[email protected]>
38

@@ -111,7 +116,7 @@
111116
2011-09-09 Linas Vepstas <[email protected]>
112117
Ben Elliston <[email protected]>
113118

114-
* config.sub (hexagon, hexagon-*): New.
119+
* config.sub (hexagon, hexagon-*): New.
115120

116121
2011-08-23 Roland McGrath <[email protected]>
117122

@@ -603,8 +608,8 @@
603608

604609
2011-03-03 Sebastian Pop <[email protected]>
605610

606-
* configure.ac: Adjust test of with_ppl.
607-
* configure: Regenerated.
611+
* configure.ac: Adjust test of with_ppl.
612+
* configure: Regenerated.
608613

609614
2011-03-02 Sebastian Pop <[email protected]>
610615

@@ -1211,11 +1216,11 @@
12111216
* lt~obsolete.m4: Likewise.
12121217

12131218
2010-01-07 Kaveh R. Ghazi <[email protected]>
1214-
Francois-Xavier Coudert <[email protected]>
1219+
Francois-Xavier Coudert <[email protected]>
12151220

12161221
PR bootstrap/42424
12171222
* configure.ac: Include libtool m4 files.
1218-
(_LT_CHECK_OBJDIR): Call it.
1223+
(_LT_CHECK_OBJDIR): Call it.
12191224
(extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
12201225
gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
12211226

@@ -1628,8 +1633,8 @@
16281633
2009-06-03 Jerome Guitton <[email protected]>
16291634
Ralf Wildenhues <[email protected]>
16301635

1631-
* Makefile.tpl (all): Avoid a trailing backslash.
1632-
* Makefile.in: Regenerate.
1636+
* Makefile.tpl (all): Avoid a trailing backslash.
1637+
* Makefile.in: Regenerate.
16331638

16341639
2009-06-03 Ben Elliston <[email protected]>
16351640

@@ -3792,7 +3797,7 @@
37923797
non-ported target libraries in noconfigdirs.
37933798
<cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
37943799
non-linux-gnu. Remove libgcj_ex_libffi.
3795-
<lang_frag loop>: Set add_this_lang=no if the language is in
3800+
<lang_frag loop>: Set add_this_lang=no if the language is in
37963801
unsupported_languages.
37973802
* configure: Regenerate.
37983803

@@ -5113,8 +5118,8 @@
51135118

51145119
2003-12-21 Bernardo Innocenti <[email protected]>
51155120

5116-
* configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5117-
* configure: Regenerated.
5121+
* configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5122+
* configure: Regenerated.
51185123

51195124
2003-12-19 Nathanael Nerode <[email protected]>
51205125

@@ -13203,8 +13208,8 @@ Mon May 10 05:58:35 1993 Ken Raeburn ([email protected])
1320313208

1320413209
Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
1320513210

13206-
* Makefile.in: Use srcroot to find runtest rather than rootme.
13207-
Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13211+
* Makefile.in: Use srcroot to find runtest rather than rootme.
13212+
Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
1320813213

1320913214
Fri May 7 14:55:59 1993 Ian Lance Taylor ([email protected])
1321013215

MAINTAINERS

+2-8
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ gdb/; readline/; sim/; GDB's part of include/
4949
include/
5050
See binutils/, gdb/, sid/, gcc/, libiberty/ etc.
5151

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/
5354
gcc: http://gcc.gnu.org
5455
Changes need to be done in tandem with the official GCC
5556
sources or submitted to the master file maintainer and brought
@@ -104,13 +105,6 @@ etc/; utils/;
104105
Any global maintainer can approve changes to these
105106
files and directories.
106107

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-
114108
modules file
115109
If you understand the file format (or can cut-and-paste existing
116110
entries), modify it. If it scares you, get someone who does

0 commit comments

Comments
 (0)