Changeset d3d9908f in rtems
- Timestamp:
- 06/15/10 22:48:08 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- eaac03a
- Parents:
- 56e8ccd8
- Location:
- doc
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/ChangeLog
r56e8ccd8 rd3d9908f 1 2010-06-15 Gedare Bloom <giddyup44@yahoo.com> 2 3 PR 1565/cpukit 4 * cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi: Merge 5 SPARC64 port. 6 * cpu_supplement/sparc64.t: New file. 7 1 8 2010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org> 2 9 -
doc/cpu_supplement/Makefile.am
r56e8ccd8 rd3d9908f 15 15 16 16 GENERATED_FILES = general.texi arm.texi avr.texi bfin.texi i386.texi lm32.texi \ 17 m68k.texi mips.texi powerpc.texi sh.texi sparc.texi tic4x.texi17 m68k.texi mips.texi powerpc.texi sh.texi sparc.texi sparc64.texi tic4x.texi 18 18 19 19 COMMON_FILES += $(top_srcdir)/common/cpright.texi … … 83 83 -n "" < $< > $@ 84 84 85 sparc64.texi: sparc64.t 86 $(BMENU2) -p "" \ 87 -u "Top" \ 88 -n "" < $< > $@ 89 85 90 tic4x.texi: tic4x.t 86 91 $(BMENU2) -p "" \ -
doc/cpu_supplement/cpu_supplement.texi
r56e8ccd8 rd3d9908f 71 71 @include sh.texi 72 72 @include sparc.texi 73 @include sparc64.texi 73 74 @include tic4x.texi 74 75 @ifinfo … … 91 92 * SuperH Specific Information:: 92 93 * SPARC Specific Information:: 94 * SPARC-64 Specific Information:: 93 95 * Texas Instruments C3x/C4x Specific Information:: 94 96 * Command and Variable Index::
Note: See TracChangeset
for help on using the changeset viewer.