annotate packages/hal/calmrisc16/core/current/ChangeLog @ 3292:7f8e529b4d82 default tip

Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
author vae
date Wed, 29 Apr 2015 23:31:48 +0000
parents 81ff40693ae4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2734
81ff40693ae4 Update compiler flags
bartv
parents: 2729
diff changeset
1 2009-01-31 Bart Veer <bartv@ecoscentric.com>
81ff40693ae4 Update compiler flags
bartv
parents: 2729
diff changeset
2
81ff40693ae4 Update compiler flags
bartv
parents: 2729
diff changeset
3 * cdl/hal_calm16_core.cdl: update compiler flags for gcc 4.x
81ff40693ae4 Update compiler flags
bartv
parents: 2729
diff changeset
4
1604
bc88a3357a79 Update usage of 'tail' command for new (pickier) version - from Jani Monoses
gthomas
parents: 928
diff changeset
5 2004-04-22 Jani Monoses <jani@iv.ro>
bc88a3357a79 Update usage of 'tail' command for new (pickier) version - from Jani Monoses
gthomas
parents: 928
diff changeset
6
bc88a3357a79 Update usage of 'tail' command for new (pickier) version - from Jani Monoses
gthomas
parents: 928
diff changeset
7 * cdl/hal_calm16_core.cdl :
bc88a3357a79 Update usage of 'tail' command for new (pickier) version - from Jani Monoses
gthomas
parents: 928
diff changeset
8 Invoke tail with stricter syntax that works in latest coreutils.
bc88a3357a79 Update usage of 'tail' command for new (pickier) version - from Jani Monoses
gthomas
parents: 928
diff changeset
9
928
6425a2421b16 Many small changes to .ld and .ldi files.
nickg
parents: 916
diff changeset
10 2003-04-10 Nick Garnett <nickg@balti.calivar.com>
6425a2421b16 Many small changes to .ld and .ldi files.
nickg
parents: 916
diff changeset
11
6425a2421b16 Many small changes to .ld and .ldi files.
nickg
parents: 916
diff changeset
12 * src/calm16_core.ld:
6425a2421b16 Many small changes to .ld and .ldi files.
nickg
parents: 916
diff changeset
13 Added libsupc++.a to GROUP() directive for GCC versions later than
6425a2421b16 Many small changes to .ld and .ldi files.
nickg
parents: 916
diff changeset
14 3.0.
6425a2421b16 Many small changes to .ld and .ldi files.
nickg
parents: 916
diff changeset
15
916
ae6bfb9455a5 * src/calm16_core.ld:
jlarmour
parents: 210
diff changeset
16 2003-04-09 Jonathan Larmour <jifl@eCosCentric.com>
ae6bfb9455a5 * src/calm16_core.ld:
jlarmour
parents: 210
diff changeset
17
ae6bfb9455a5 * src/calm16_core.ld:
jlarmour
parents: 210
diff changeset
18 * src/calm16_core.ld:
ae6bfb9455a5 * src/calm16_core.ld:
jlarmour
parents: 210
diff changeset
19 Fix .gnulinkonce.s -> .gnu.linkonce.s typo.
ae6bfb9455a5 * src/calm16_core.ld:
jlarmour
parents: 210
diff changeset
20
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
21 2001-06-08 Jonathan Larmour <jlarmour@redhat.com>
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
22
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
23 * include/var_cache.h: Correctly indicate absence of cache.
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
24
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
25 //===========================================================================
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
26 // ####GPLCOPYRIGHTBEGIN####
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
27 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
28 // This file is part of eCos, the Embedded Configurable Operating System.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
29 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
30 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
31 // This program is free software; you can redistribute it and/or modify
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
32 // it under the terms of the GNU General Public License as published by
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
33 // the Free Software Foundation; either version 2 or (at your option) any
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
34 // later version.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
35 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
36 // This program is distributed in the hope that it will be useful, but
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
37 // WITHOUT ANY WARRANTY; without even the implied warranty of
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
38 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
39 // General Public License for more details.
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
40 //
2729
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
41 // You should have received a copy of the GNU General Public License
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
42 // along with this program; if not, write to the
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
43 // Free Software Foundation, Inc., 51 Franklin Street,
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
44 // Fifth Floor, Boston, MA 02110-1301, USA.
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
45 // -------------------------------------------
74dbf4c3f2e1 Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents: 1604
diff changeset
46 // ####GPLCOPYRIGHTEND####
208
e0c0827131d1 Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
diff changeset
47 //===========================================================================