diff options
Diffstat (limited to 'bfd/aout-rce.c')
-rw-r--r-- | bfd/aout-rce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aout-rce.c b/bfd/aout-rce.c index f83e5f9..e8664f9 100644 --- a/bfd/aout-rce.c +++ b/bfd/aout-rce.c @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define TARGET_IS_BIG_ENDIAN_P -#define PAGE_SIZE 4096 +#define TARGET_PAGE_SIZE 4096 #define SEGMENT_SIZE 4096 #define TEXT_START_ADDR 0x0 /* #define N_HEADER_IN_TEXT(x) 0 */ |