Browse Subversion Repository
Diff of /trunk/bfd/coff-ia64.c
Parent Directory
| Revision Log
| Patch
| 29 |
#include "libcoff.h" |
#include "libcoff.h" |
| 30 |
|
|
| 31 |
#define COFF_DEFAULT_SECTION_ALIGNMENT_POWER (2) |
#define COFF_DEFAULT_SECTION_ALIGNMENT_POWER (2) |
|
/* The page size is a guess based on ELF. */ |
|
| 32 |
|
|
| 33 |
#define COFF_PAGE_SIZE 0x1000 |
/* Windows ia64 uses 8K page size. */ |
| 34 |
|
#define COFF_PAGE_SIZE 0x2000 |
| 35 |
|
|
| 36 |
static reloc_howto_type howto_table[] = |
static reloc_howto_type howto_table[] = |
| 37 |
{ |
{ |
|
|
Legend:
| Removed from v.20 |
|
| changed lines |
| |
Added in v.21 |
|
|
|