This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Missing help texts in target specific headers



While working my way through all headers in config/ in search for help
strings that would need marking for NLS, I found that the headers listed
below have no help strings in (SUB)TARGET_OPTIONS/(SUB)TARGET_SWITCHES. This
means that they won't be listed when 'gcc -v --help' is called.

I've tried to determine the maintainers for these archs and have put those
whom I found into the CC.

I'm not familiar with archs other then i386. So I'm asking you and the list
which of the targets should be regarded worth the effort of updating them.
If it is and your familiar with with that architecture, I ask you to please
have a look at that header and add descrition texts where they are need
(that is, if a given option shouldn't stay undocumented).

Thanks in advance for any assitence you can provide.

-------------------------------------------------
romp/romp.h
dsp16xx/dsp16xx.h
lynx.h
vax/vax.h
spur/spur.h
rs6000/beos.h
rs6000/lynx.h
sh/sh.h
tahoe/tahoe.h
m68k/m68k.h
m68k/apollo.h
m68k/linux-aout.h
m68k/linux.h
m88k/m88k.h
d30v/d30v.h
sparc/sp86x-elf.h
arc/arc.h
lynx-ng.h
pyr/pyr.h
gmicro/gmicro.h

-----------------------------------------------
Philipp

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX for PDP 11, /usr/include/sys/param.h

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]