| .. | .. |
|---|
| 5 | 5 | * Copyright (C) 2010, 2011 Texas Instruments Incorporated |
|---|
| 6 | 6 | * Mark Salter <msalter@redhat.com> |
|---|
| 7 | 7 | */ |
|---|
| 8 | + |
|---|
| 9 | +#define RO_EXCEPTION_TABLE_ALIGN 16 |
|---|
| 10 | + |
|---|
| 8 | 11 | #include <asm-generic/vmlinux.lds.h> |
|---|
| 9 | 12 | #include <asm/thread_info.h> |
|---|
| 10 | 13 | #include <asm/page.h> |
|---|
| .. | .. |
|---|
| 80 | 83 | *(.gnu.warning) |
|---|
| 81 | 84 | } |
|---|
| 82 | 85 | |
|---|
| 83 | | - EXCEPTION_TABLE(16) |
|---|
| 84 | | - NOTES |
|---|
| 85 | | - |
|---|
| 86 | | - RO_DATA_SECTION(PAGE_SIZE) |
|---|
| 86 | + RO_DATA(PAGE_SIZE) |
|---|
| 87 | 87 | .const : |
|---|
| 88 | 88 | { |
|---|
| 89 | 89 | *(.const .const.* .gnu.linkonce.r.*) |
|---|
| 90 | 90 | *(.switch) |
|---|
| 91 | | - } |
|---|
| 92 | | - |
|---|
| 93 | | - . = ALIGN (8) ; |
|---|
| 94 | | - __fdt_blob : AT(ADDR(__fdt_blob) - LOAD_OFFSET) |
|---|
| 95 | | - { |
|---|
| 96 | | - _fdt_start = . ; /* place for fdt blob */ |
|---|
| 97 | | - *(__fdt_blob) ; /* Any link-placed DTB */ |
|---|
| 98 | | - BYTE(0); /* section always has contents */ |
|---|
| 99 | | - . = _fdt_start + 0x4000; /* Pad up to 16kbyte */ |
|---|
| 100 | | - _fdt_end = . ; |
|---|
| 101 | 91 | } |
|---|
| 102 | 92 | |
|---|
| 103 | 93 | _etext = .; |
|---|