source: clfs-embedded/BOOK/introduction/arm/changelog.xml@ 0add707

Last change on this file since 0add707 was 68781d8, checked in by Andrew Bradford <bradfa@…>, 14 years ago

Updated ARM changelog

For libgcc soft float patch

  • Property mode set to 100644
File size: 2.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-intro-changelog-arm">
9 <title>Changelog for ARM</title>
10 <?dbhtml filename="changelog-arm.html"?>
11
12 <para>Below is a list of changes specifics for this architecture made
13 since the previous release of the book. For general changes see
14 <xref linkend="ch-intro-changelog"/>,</para>
15
16 <itemizedlist>
17 <title>Changelog Entries:</title>
18
19<!-- Changelog template
20
21 <listitem>
22 <para>Date</para>
23 <itemizedlist>
24 <listitem>
25 <para>[name] - Changelog entry.</para>
26 </listitem>
27 <listitem>
28 <para>[name] - Another changelog entry.</para>
29 </listitem>
30 </itemizedlist>
31 </listitem>
32
33-->
34
35 <listitem>
36 <para>April 8, 2011</para>
37 <itemizedlist>
38 <listitem>
39 <para>[abradford] - Added patch for ARM uClibc soft floating point
40 fixes in order to build libgcc.</para>
41 </listitem>
42 </itemizedlist>
43 </listitem>
44
45 <listitem>
46 <para>February 24, 2011</para>
47 <itemizedlist>
48 <listitem>
49 <para>[abradford] - Added selection of ARM: arch, mode, float and
50 fpu. These are now used with --disable-multilib when building
51 GCC.</para>
52 </listitem>
53 </itemizedlist>
54 </listitem>
55
56 <listitem>
57 <para>February 21, 2011</para>
58 <itemizedlist>
59 <listitem>
60 <para>[abradford] - Enabled support of EABI in uClibc configurations.</para>
61 </listitem>
62 </itemizedlist>
63 </listitem>
64
65 <listitem>
66 <para>February 10, 2011</para>
67 <itemizedlist>
68 <listitem>
69 <para>[abradford] - Fixed builds for EABI (aapcs and aapcs-linux)
70 ABI choices by adding target triplets ending in uclibceabi.</para>
71 </listitem>
72 </itemizedlist>
73 </listitem>
74
75 <listitem>
76 <para>January 30, 2011</para>
77 <itemizedlist>
78 <listitem>
79 <para>[abradford] - Added notes to ARM ABI variable list.</para>
80 </listitem>
81 </itemizedlist>
82 </listitem>
83
84 <listitem>
85 <para>November 11, 2006</para>
86 <itemizedlist>
87 <listitem>
88 <para>[mlankhorst] - Added arm to the book.</para>
89 </listitem>
90 </itemizedlist>
91 </listitem>
92
93 </itemizedlist>
94
95</sect1>
Note: See TracBrowser for help on using the repository browser.