]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/services/objloader/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / services / objloader / v2_0 / ChangeLog
1 2006-06-27  Anthony Tonizzo  <atonizzo@gmail.com>
2
3     * src/loader_fs.c : Minor cosmetic and formatting changes on all files. 
4     Also got rid of some signed/unsigned comparison which did not show up using
5     the PPC toolchain but do when compiled with gcc under the synthetic target.
6     * src/objelf.c :    
7     * src/objloader.c :
8     * src/relocate_i386.c : 
9     * src/relocate_ppc.c : 
10     * include/elf.h :
11     * include/loader_fs.h :
12     * include/objelf.h :
13     * include/relocate_i386.h : 
14     * include/relocate_ppc.h : 
15     * test/test_mods.c : 
16     * test/library/hello.c : 
17     
18 2005-07-08  Andrew Lunn  <andrew.lunn@ascom.ch>
19
20     * include/objelf.h: Include hal_tables.h otherwise we get strange
21     linker errors.
22     * cdl/objloader.cdl: Rearranged the building of the test case.
23     * include/relocate_i386.h (New):
24     * src/relocate_i386.c (New): Added a relocator for i386.
25     * src/objelf.c: Fixed various Elf_Rel vs Elf_Rela issues.
26     * test/load_mods.c: 
27     * test/library/hello.c: Modified to make use of the eCos test 
28     infrastructure. Uses a romfs to hold the object file to be loaded.
29     
30 2005-05-10  Anthony Tonizzo  <atonizzo@gmail.com>
31
32     * include/elf.h: 
33     * include/loader_fs.h: 
34     * include/objelf.h: 
35     * include/relocate_ppc.h: 
36     * src/loader_fs.c: 
37     * src/objelf.c: 
38     * src/objloader.c: 
39     * src/relocate_ppc.c: 
40     * doc/notes.txt: 
41     * cdl/objloader.cdl:
42     * tests/test_mods.c:
43     * tests/library/hello.c: 
44     Created OBJLDR package.
45     
46 //===========================================================================
47 //####ECOSGPLCOPYRIGHTBEGIN####
48 // -------------------------------------------
49 // This file is part of eCos, the Embedded Configurable Operating System.
50 // Copyright (C) 2005 eCosCentric Ltd.
51 //
52 // eCos is free software; you can redistribute it and/or modify it under
53 // the terms of the GNU General Public License as published by the Free
54 // Software Foundation; either version 2 or (at your option) any later version.
55 //
56 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
57 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
58 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
59 // for more details.
60 //
61 // You should have received a copy of the GNU General Public License along
62 // with eCos; if not, write to the Free Software Foundation, Inc.,
63 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
64 //
65 // As a special exception, if other files instantiate templates or use macros
66 // or inline functions from this file, or you compile this file and link it
67 // with other works to produce a work based on this file, this file does not
68 // by itself cause the resulting work to be covered by the GNU General Public
69 // License. However the source code for this file must still be made available
70 // in accordance with section (3) of the GNU General Public License.
71 //
72 // This exception does not invalidate any other reasons why a work based on
73 // this file might be covered by the GNU General Public License.
74 //
75 // -------------------------------------------
76 //####ECOSGPLCOPYRIGHTEND####
77 //===========================================================================