summaryrefslogtreecommitdiff
path: root/apps/plugins/plugin.lds (follow)
Commit message (Collapse)AuthorAge
* Enabled sectioned compilation for the plugin library, and linking with ↵Jens Arnold2005-06-29
| | | | | | garbage collection for the plugins. The effect is that functions and data objects from one object file in the plugin library are included in the .elf individually, not as a whole. It makes maintaining larger plugin library packages easier, as it is no longer necessary to split the source files by function to avoid dead code to get included in the plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6931 a1c6a512-1295-4272-9138-f99709370657
* fix to enable plugins to build fine for h300Daniel Stenberg2005-06-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6913 a1c6a512-1295-4272-9138-f99709370657
* Iriver: Fix codec <-> plugin start address clash, leading to crashes when ↵Jens Arnold2005-06-28
| | | | | | trying to run plugins while playing music. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6903 a1c6a512-1295-4272-9138-f99709370657
* Moved the codec and plugin buffer sizes to the config-*.h files instead ofDaniel Stenberg2005-06-27
| | | | | | | | | having it repeated in numerous files where they all had to be updated to the same value if ever changed. This allows specific models to actually have its own buffer sizes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6901 a1c6a512-1295-4272-9138-f99709370657
* increase codec buffer size to fit the mpc codec properly (NOTE: the codecDaniel Stenberg2005-06-22
| | | | | | | loader does not detect when the full codec doesn't fit) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6827 a1c6a512-1295-4272-9138-f99709370657
* Daniel's fix that loads codecs in their own memory spaceLinus Nielsen Feltzing2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6794 a1c6a512-1295-4272-9138-f99709370657
* OoopsLinus Nielsen Feltzing2005-04-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6327 a1c6a512-1295-4272-9138-f99709370657
* Temporary solution for code and data in IRAM for iriver codecsLinus Nielsen Feltzing2005-02-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6029 a1c6a512-1295-4272-9138-f99709370657
* Discard .eh_frame, otherwise the codec viewer plugins are about 800MB in ↵Dave Chapman2005-02-15
| | | | | | size. See http://www.rockbox.org/mail/archive/rockbox-archive-2004-07/0445.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5960 a1c6a512-1295-4272-9138-f99709370657
* Increase PLUGINSIZE to 768k for devices with at least 32MB of RAM (currently ↵Dave Chapman2005-02-15
| | | | | | only iRiver). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5952 a1c6a512-1295-4272-9138-f99709370657
* Added .rodata.str1.1Linus Nielsen Feltzing2005-02-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5783 a1c6a512-1295-4272-9138-f99709370657
* set the start address for iRiver plugins (this is still not working)Daniel Stenberg2005-02-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5782 a1c6a512-1295-4272-9138-f99709370657
* allow different output formats for other targetsDaniel Stenberg2005-02-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5771 a1c6a512-1295-4272-9138-f99709370657
* Suggestion by Magnus Holmgren: avoid odd bytecount for pluginsJörg Hohensohn2003-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3918 a1c6a512-1295-4272-9138-f99709370657
* Added plugin support for 8MB-modified units. This bumps the plugin API ↵Björn Stenberg2003-07-13
| | | | | | version number again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3831 a1c6a512-1295-4272-9138-f99709370657
* string section patch by NixLinus Nielsen Feltzing2003-07-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3812 a1c6a512-1295-4272-9138-f99709370657
* Added plugin loader. Moved games, demos and the text viewer to loadable ↵Björn Stenberg2003-06-29
plugins. Copy your *.rock files to /.rockbox/rocks/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3769 a1c6a512-1295-4272-9138-f99709370657