host maintainer when resolving build issues. The Target/Architecture
maintainer works with the native maintainer when resolving API issues.
- a29k OBSOLETE
+ a29k Deleted.
alpha --target=alpha-dec-osf4.0a -Werror
Maintenance only
- OBSOLETE candidate, not multi-arch
arc --target=arc-elf ,-Werror
Maintenance only
Not multi-arch
- cris --target=cris-elf -w
+ avr --target=avr ,-Werror
+
+ cris --target=cris-elf ,-Werror
d10v --target=d10v-elf ,-Werror
Not multi-arch
m68hc11 --target=m68hc11-elf ,-Werror
- Stephane Carrez Stephane.Carrez@worldnet.fr
+ Stephane Carrez stcarrez@nerim.fr
m68k --target=m68k-elf ,-Werror
Maintenance only
ns32k --target=ns32k-netbsd ,-Werror
Maintenance only
- OBSOLETE candidate, not multi-arch
pa (--target=hppa1.1-hp-proelf broken)
Maintenance only
s390 --target=s390-linux ,-Werror
- sh --target=sh-hms,sh-elf ,-Werror
+ sh --target=sh-elf ,-Werror
sparc --target=sparc-elf,sparc64-elf ,-Werror
v850 --target=v850-elf ,-Werror
Maintenance only
- OBSOLETE candidate, not multi-arch
vax --target=vax-dec-vms5.5 ,-Werror
Maintenance only
- OBSOLETE candidate, not multi-arch
w65 Deleted.
the obvious fix rule) to ``maintenance only'' targets. The change
shall be sanity checked by compiling with one of the listed targets.
-The GAWK segment:
-
- awk < "${maintainers}" '
- $2 ~ /--target=.*/ {
- targets = gensub (/^.*--target=/, "", 1, $2)
- warnings = gensub (/[)]*$/, "", 1, $3)
- split (targets, targ, /,/)
- for (i in targ) {
- print targ[i], warnings
- }
- }'
-
-can be used to generate a full list of --target=
---enable-gdb-build-warnings= pairs.
-
+The Bourne shell script:
+
+cat MAINTAINERS | tr -s '[\t]' '[ ]' | sed -n '
+/^[ ]*[-a-z0-9\.]*[ ]*[(]*--target=.*/ !d
+s/^.*--target=//
+s/).*$//
+h
+:loop
+ g
+ /^[^ ]*,/ !b end
+ s/,[^ ]*//
+ p
+ g
+ s/^[^,]*,//
+ h
+b loop
+:end
+p
+'
+
+can be used to generate a complete list of --target=
+--enable-gdb-build-warnings= pairs of the form:
+
+ arc-elf ,-Werror
+ ...
+ hppa1.1-hp-proelf broken
+ ...
+
+While the ``broken'' targets are included in the listing, the are not
+expected to build.
Host/Native:
Solaris/x86 native & host (devolved)
+ HP/UX readers Any [past] maintainer can modify this.
+ Please send tricky ones to the symtabs maintainers.
Misc:
+
(anyone can edit; kingdon is just lead maintainer)
mmalloc/ ALL Host maintainers
+NEWS ALL
+
sim/ See sim/MAINTAINERS
readline/ Master version: ftp://ftp.cwru.edu/pub/bash/
FSF assignment and have submitted one good patch.
+Peter Schauer Peter.Schauer@regent