This is the mail archive of the gcc-cvs@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]
Other format: [Raw text]

r187279 - in /trunk/gcc: ChangeLog Makefile.in ...


Author: gjl
Date: Tue May  8 12:28:29 2012
New Revision: 187279

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187279
Log:
	* Makefile.in (TEXI_GCC_FILES): Add avr-mmcu.texi.
	* doc/avr-mmcu.texi: New auto-generated file.
	* doc/invoke.texi (AVR Options): Include avr-mmcu.texi in order
	to document all valid -mmcu= arguments.
	* config/avr/avr.h (arch_info_s): New struct definition.
	* config/avr/avr-devices.c (avr_texinfo): New variable.
	* config/avr/gen-avr-mmcu-texi.c: New file.
	* config/avr/t-avr: New rules and dependencies to build	avr-mmcu.texi.


Added:
    trunk/gcc/config/avr/gen-avr-mmcu-texi.c
    trunk/gcc/doc/avr-mmcu.texi
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/config/avr/avr-devices.c
    trunk/gcc/config/avr/avr.h
    trunk/gcc/config/avr/t-avr
    trunk/gcc/doc/invoke.texi


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