diff options
author | Niklas Hallqvist <niklas@cygnus> | 1995-10-28 00:26:12 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cygnus> | 1995-10-28 00:26:12 +0000 |
commit | 34e9ffbccc6dc8647f40b1f5468319b358337e48 (patch) | |
tree | e8c4bfbd4fd2810f8216437284a56b3690800f80 /bfd/aout-rce.c | |
parent | cf79773cb15480249935afb17a25f847550570b7 (diff) | |
download | gdb-34e9ffbccc6dc8647f40b1f5468319b358337e48.zip gdb-34e9ffbccc6dc8647f40b1f5468319b358337e48.tar.gz gdb-34e9ffbccc6dc8647f40b1f5468319b358337e48.tar.bz2 |
Change PAGE_SIZE to TARGET_PAGE_SIZE
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 */ |