Mercurial > ecos
annotate packages/services/objloader/current/ChangeLog @ 2729:74dbf4c3f2e1 after-copyright-change-20090129
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
| author | jlarmour |
|---|---|
| date | Thu, 29 Jan 2009 17:47:46 +0000 |
| parents | 6fd46febe457 |
| children | 35f991d79d4c |
| rev | line source |
|---|---|
| 2243 | 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 | |
|
2013
8bf90d16b837
* include/objelf.h: Include hal_tables.h otherwise we get strange
asl
parents:
2011
diff
changeset
|
18 2005-07-08 Andrew Lunn <andrew.lunn@ascom.ch> |
|
8bf90d16b837
* include/objelf.h: Include hal_tables.h otherwise we get strange
asl
parents:
2011
diff
changeset
|
19 |
| 2243 | 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> | |
| 2011 | 31 |
| 2243 | 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 | |
| 2011 | 46 //=========================================================================== |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2243
diff
changeset
|
47 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2243
diff
changeset
|
48 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2243
diff
changeset
|
49 // 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:
2243
diff
changeset
|
50 // Copyright (C) 2005 Free Software Foundation, Inc. |
| 2011 | 51 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2243
diff
changeset
|
52 // 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:
2243
diff
changeset
|
53 // 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:
2243
diff
changeset
|
54 // 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:
2243
diff
changeset
|
55 // later version. |
| 2011 | 56 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2243
diff
changeset
|
57 // 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:
2243
diff
changeset
|
58 // 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:
2243
diff
changeset
|
59 // 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:
2243
diff
changeset
|
60 // General Public License for more details. |
| 2011 | 61 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2243
diff
changeset
|
62 // 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:
2243
diff
changeset
|
63 // 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:
2243
diff
changeset
|
64 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2243
diff
changeset
|
65 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2243
diff
changeset
|
66 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2243
diff
changeset
|
67 // ####GPLCOPYRIGHTEND#### |
| 2011 | 68 //=========================================================================== |
