|
@@ -1,21 +1,3 @@
|
|
|
- . = ALIGN(4);
|
|
|
- .altinstructions : AT(ADDR(.altinstructions) - LOAD_OFFSET) {
|
|
|
- __alt_instructions = .;
|
|
|
- *(.altinstructions)
|
|
|
- __alt_instructions_end = .;
|
|
|
- }
|
|
|
-
|
|
|
- .altinstr_replacement : AT(ADDR(.altinstr_replacement) - LOAD_OFFSET) {
|
|
|
- *(.altinstr_replacement)
|
|
|
- }
|
|
|
-
|
|
|
- . = ALIGN(4);
|
|
|
- .parainstructions : AT(ADDR(.parainstructions) - LOAD_OFFSET) {
|
|
|
- __parainstructions = .;
|
|
|
- *(.parainstructions)
|
|
|
- __parainstructions_end = .;
|
|
|
- }
|
|
|
-
|
|
|
/*
|
|
|
* .exit.text is discard at runtime, not link time, to deal with
|
|
|
* references from .altinstructions and .eh_frame
|