Rename _rom_size to _load_size_sect, since hdprefix.S also uses it.

This commit is contained in:
Michael Brown
2007-07-16 17:03:19 +01:00
parent 048bbeeebc
commit 0929142a15
4 changed files with 5 additions and 5 deletions

View File

@@ -270,5 +270,5 @@ SECTIONS {
_text16_size_pgh = ( ( _text16_size + 15 ) / 16 );
_data16_size_pgh = ( ( _data16_size + 15 ) / 16 );
_load_size_pgh = ( ( _load_size + 15 ) / 16 );
_rom_size = ( ( _load_size + 511 ) / 512 );
_load_size_sect = ( ( _load_size + 511 ) / 512 );
}