mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-06 18:50:59 -04:00
[Audio 9/9] Loose ends (#1755)
* [Audio 9/9] Loose ends * Fix sampleconv memset bug * Doc updates from oot
This commit is contained in:
@@ -4,14 +4,15 @@ OUTPUT_ARCH (mips)
|
||||
|
||||
SECTIONS {
|
||||
|
||||
.rodata :
|
||||
.rodata ALIGN(16) :
|
||||
{
|
||||
*(.data*)
|
||||
*(.rodata*)
|
||||
. = ALIGN(16);
|
||||
__LEN__ = . - ADDR(.rodata);
|
||||
}
|
||||
|
||||
__LEN__ = ABSOLUTE(SIZEOF(.rodata));
|
||||
|
||||
/DISCARD/ :
|
||||
{
|
||||
*(*);
|
||||
|
||||
Reference in New Issue
Block a user